project.pbxproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD3A75FA1E25B46F008C6DC2 /* scope_guard_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3A75F81E25B46F008C6DC2 /* scope_guard_tc.cpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXCopyFilesBuildPhase section */
  12. CD3DA4071D9B42F4001B53A0 /* CopyFiles */ = {
  13. isa = PBXCopyFilesBuildPhase;
  14. buildActionMask = 2147483647;
  15. dstPath = /usr/share/man/man1/;
  16. dstSubfolderSpec = 0;
  17. files = (
  18. );
  19. runOnlyForDeploymentPostprocessing = 1;
  20. };
  21. /* End PBXCopyFilesBuildPhase section */
  22. /* Begin PBXFileReference section */
  23. CD3A75F81E25B46F008C6DC2 /* scope_guard_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scope_guard_tc.cpp; sourceTree = "<group>"; };
  24. CD3A75F91E25B46F008C6DC2 /* scope_guard.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scope_guard.t.h; sourceTree = "<group>"; };
  25. CD3DA4091D9B42F4001B53A0 /* scope_guard_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = scope_guard_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  26. CD3DA4131D9B4302001B53A0 /* scope_guard.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = scope_guard.hpp; sourceTree = "<group>"; };
  27. /* End PBXFileReference section */
  28. /* Begin PBXFrameworksBuildPhase section */
  29. CD3DA4061D9B42F4001B53A0 /* Frameworks */ = {
  30. isa = PBXFrameworksBuildPhase;
  31. buildActionMask = 2147483647;
  32. files = (
  33. );
  34. runOnlyForDeploymentPostprocessing = 0;
  35. };
  36. /* End PBXFrameworksBuildPhase section */
  37. /* Begin PBXGroup section */
  38. CD3A75FB1E25B480008C6DC2 /* test */ = {
  39. isa = PBXGroup;
  40. children = (
  41. CD3A75F91E25B46F008C6DC2 /* scope_guard.t.h */,
  42. CD3A75F81E25B46F008C6DC2 /* scope_guard_tc.cpp */,
  43. );
  44. name = test;
  45. sourceTree = "<group>";
  46. };
  47. CD3A75FC1E25B486008C6DC2 /* src */ = {
  48. isa = PBXGroup;
  49. children = (
  50. CD3DA4131D9B4302001B53A0 /* scope_guard.hpp */,
  51. );
  52. name = src;
  53. sourceTree = "<group>";
  54. };
  55. CD3DA4001D9B42F4001B53A0 = {
  56. isa = PBXGroup;
  57. children = (
  58. CD3A75FC1E25B486008C6DC2 /* src */,
  59. CD3A75FB1E25B480008C6DC2 /* test */,
  60. CD3DA40A1D9B42F4001B53A0 /* Products */,
  61. );
  62. sourceTree = "<group>";
  63. };
  64. CD3DA40A1D9B42F4001B53A0 /* Products */ = {
  65. isa = PBXGroup;
  66. children = (
  67. CD3DA4091D9B42F4001B53A0 /* scope_guard_tc */,
  68. );
  69. name = Products;
  70. sourceTree = "<group>";
  71. };
  72. /* End PBXGroup section */
  73. /* Begin PBXNativeTarget section */
  74. CD3DA4081D9B42F4001B53A0 /* scope_guard_tc */ = {
  75. isa = PBXNativeTarget;
  76. buildConfigurationList = CD3DA4101D9B42F4001B53A0 /* Build configuration list for PBXNativeTarget "scope_guard_tc" */;
  77. buildPhases = (
  78. CD3A75FD1E25B4BE008C6DC2 /* ShellScript */,
  79. CD3DA4051D9B42F4001B53A0 /* Sources */,
  80. CD3DA4061D9B42F4001B53A0 /* Frameworks */,
  81. CD3DA4071D9B42F4001B53A0 /* CopyFiles */,
  82. );
  83. buildRules = (
  84. );
  85. dependencies = (
  86. );
  87. name = scope_guard_tc;
  88. productName = scope_guard;
  89. productReference = CD3DA4091D9B42F4001B53A0 /* scope_guard_tc */;
  90. productType = "com.apple.product-type.tool";
  91. };
  92. /* End PBXNativeTarget section */
  93. /* Begin PBXProject section */
  94. CD3DA4011D9B42F4001B53A0 /* Project object */ = {
  95. isa = PBXProject;
  96. attributes = {
  97. LastUpgradeCheck = 1030;
  98. ORGANIZATIONNAME = "Sam Jaffe";
  99. TargetAttributes = {
  100. CD3DA4081D9B42F4001B53A0 = {
  101. CreatedOnToolsVersion = 7.2.1;
  102. };
  103. };
  104. };
  105. buildConfigurationList = CD3DA4041D9B42F4001B53A0 /* Build configuration list for PBXProject "scope_guard" */;
  106. compatibilityVersion = "Xcode 3.2";
  107. developmentRegion = en;
  108. hasScannedForEncodings = 0;
  109. knownRegions = (
  110. en,
  111. Base,
  112. );
  113. mainGroup = CD3DA4001D9B42F4001B53A0;
  114. productRefGroup = CD3DA40A1D9B42F4001B53A0 /* Products */;
  115. projectDirPath = "";
  116. projectRoot = "";
  117. targets = (
  118. CD3DA4081D9B42F4001B53A0 /* scope_guard_tc */,
  119. );
  120. };
  121. /* End PBXProject section */
  122. /* Begin PBXShellScriptBuildPhase section */
  123. CD3A75FD1E25B4BE008C6DC2 /* ShellScript */ = {
  124. isa = PBXShellScriptBuildPhase;
  125. buildActionMask = 2147483647;
  126. files = (
  127. );
  128. inputPaths = (
  129. "$(SRCROOT)/scope_guard.t.h",
  130. );
  131. outputPaths = (
  132. "$(SRCROOT)/scope_guard_tc.cpp",
  133. );
  134. runOnlyForDeploymentPostprocessing = 0;
  135. shellPath = /bin/sh;
  136. shellScript = "cxxtestgen --error-printer -o scope_guard_tc.cpp scope_guard.t.h";
  137. };
  138. /* End PBXShellScriptBuildPhase section */
  139. /* Begin PBXSourcesBuildPhase section */
  140. CD3DA4051D9B42F4001B53A0 /* Sources */ = {
  141. isa = PBXSourcesBuildPhase;
  142. buildActionMask = 2147483647;
  143. files = (
  144. CD3A75FA1E25B46F008C6DC2 /* scope_guard_tc.cpp in Sources */,
  145. );
  146. runOnlyForDeploymentPostprocessing = 0;
  147. };
  148. /* End PBXSourcesBuildPhase section */
  149. /* Begin XCBuildConfiguration section */
  150. CD3DA40E1D9B42F4001B53A0 /* Debug */ = {
  151. isa = XCBuildConfiguration;
  152. buildSettings = {
  153. ALWAYS_SEARCH_USER_PATHS = NO;
  154. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  155. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  156. CLANG_CXX_LIBRARY = "libc++";
  157. CLANG_ENABLE_MODULES = YES;
  158. CLANG_ENABLE_OBJC_ARC = YES;
  159. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  160. CLANG_WARN_BOOL_CONVERSION = YES;
  161. CLANG_WARN_COMMA = YES;
  162. CLANG_WARN_CONSTANT_CONVERSION = YES;
  163. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  164. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  165. CLANG_WARN_EMPTY_BODY = YES;
  166. CLANG_WARN_ENUM_CONVERSION = YES;
  167. CLANG_WARN_INFINITE_RECURSION = YES;
  168. CLANG_WARN_INT_CONVERSION = YES;
  169. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  170. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  171. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  172. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  173. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  174. CLANG_WARN_STRICT_PROTOTYPES = YES;
  175. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  176. CLANG_WARN_UNREACHABLE_CODE = YES;
  177. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  178. CODE_SIGN_IDENTITY = "-";
  179. COPY_PHASE_STRIP = NO;
  180. DEBUG_INFORMATION_FORMAT = dwarf;
  181. ENABLE_STRICT_OBJC_MSGSEND = YES;
  182. ENABLE_TESTABILITY = YES;
  183. GCC_C_LANGUAGE_STANDARD = gnu99;
  184. GCC_DYNAMIC_NO_PIC = NO;
  185. GCC_NO_COMMON_BLOCKS = YES;
  186. GCC_OPTIMIZATION_LEVEL = 0;
  187. GCC_PREPROCESSOR_DEFINITIONS = (
  188. "DEBUG=1",
  189. "$(inherited)",
  190. );
  191. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  192. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  193. GCC_WARN_UNDECLARED_SELECTOR = YES;
  194. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  195. GCC_WARN_UNUSED_FUNCTION = YES;
  196. GCC_WARN_UNUSED_VARIABLE = YES;
  197. MACOSX_DEPLOYMENT_TARGET = 10.10;
  198. MTL_ENABLE_DEBUG_INFO = YES;
  199. ONLY_ACTIVE_ARCH = YES;
  200. SDKROOT = macosx;
  201. };
  202. name = Debug;
  203. };
  204. CD3DA40F1D9B42F4001B53A0 /* Release */ = {
  205. isa = XCBuildConfiguration;
  206. buildSettings = {
  207. ALWAYS_SEARCH_USER_PATHS = NO;
  208. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  209. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  210. CLANG_CXX_LIBRARY = "libc++";
  211. CLANG_ENABLE_MODULES = YES;
  212. CLANG_ENABLE_OBJC_ARC = YES;
  213. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  214. CLANG_WARN_BOOL_CONVERSION = YES;
  215. CLANG_WARN_COMMA = YES;
  216. CLANG_WARN_CONSTANT_CONVERSION = YES;
  217. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  218. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  219. CLANG_WARN_EMPTY_BODY = YES;
  220. CLANG_WARN_ENUM_CONVERSION = YES;
  221. CLANG_WARN_INFINITE_RECURSION = YES;
  222. CLANG_WARN_INT_CONVERSION = YES;
  223. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  224. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  225. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  226. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  227. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  228. CLANG_WARN_STRICT_PROTOTYPES = YES;
  229. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  230. CLANG_WARN_UNREACHABLE_CODE = YES;
  231. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  232. CODE_SIGN_IDENTITY = "-";
  233. COPY_PHASE_STRIP = NO;
  234. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  235. ENABLE_NS_ASSERTIONS = NO;
  236. ENABLE_STRICT_OBJC_MSGSEND = YES;
  237. GCC_C_LANGUAGE_STANDARD = gnu99;
  238. GCC_NO_COMMON_BLOCKS = YES;
  239. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  240. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  241. GCC_WARN_UNDECLARED_SELECTOR = YES;
  242. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  243. GCC_WARN_UNUSED_FUNCTION = YES;
  244. GCC_WARN_UNUSED_VARIABLE = YES;
  245. MACOSX_DEPLOYMENT_TARGET = 10.10;
  246. MTL_ENABLE_DEBUG_INFO = NO;
  247. SDKROOT = macosx;
  248. };
  249. name = Release;
  250. };
  251. CD3DA4111D9B42F4001B53A0 /* Debug */ = {
  252. isa = XCBuildConfiguration;
  253. buildSettings = {
  254. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  255. HEADER_SEARCH_PATHS = /usr/local/include/;
  256. PRODUCT_NAME = "$(TARGET_NAME)";
  257. };
  258. name = Debug;
  259. };
  260. CD3DA4121D9B42F4001B53A0 /* Release */ = {
  261. isa = XCBuildConfiguration;
  262. buildSettings = {
  263. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  264. HEADER_SEARCH_PATHS = /usr/local/include/;
  265. PRODUCT_NAME = "$(TARGET_NAME)";
  266. };
  267. name = Release;
  268. };
  269. /* End XCBuildConfiguration section */
  270. /* Begin XCConfigurationList section */
  271. CD3DA4041D9B42F4001B53A0 /* Build configuration list for PBXProject "scope_guard" */ = {
  272. isa = XCConfigurationList;
  273. buildConfigurations = (
  274. CD3DA40E1D9B42F4001B53A0 /* Debug */,
  275. CD3DA40F1D9B42F4001B53A0 /* Release */,
  276. );
  277. defaultConfigurationIsVisible = 0;
  278. defaultConfigurationName = Release;
  279. };
  280. CD3DA4101D9B42F4001B53A0 /* Build configuration list for PBXNativeTarget "scope_guard_tc" */ = {
  281. isa = XCConfigurationList;
  282. buildConfigurations = (
  283. CD3DA4111D9B42F4001B53A0 /* Debug */,
  284. CD3DA4121D9B42F4001B53A0 /* Release */,
  285. );
  286. defaultConfigurationIsVisible = 0;
  287. defaultConfigurationName = Release;
  288. };
  289. /* End XCConfigurationList section */
  290. };
  291. rootObject = CD3DA4011D9B42F4001B53A0 /* Project object */;
  292. }