project.pbxproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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 = 0720;
  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 = English;
  108. hasScannedForEncodings = 0;
  109. knownRegions = (
  110. en,
  111. );
  112. mainGroup = CD3DA4001D9B42F4001B53A0;
  113. productRefGroup = CD3DA40A1D9B42F4001B53A0 /* Products */;
  114. projectDirPath = "";
  115. projectRoot = "";
  116. targets = (
  117. CD3DA4081D9B42F4001B53A0 /* scope_guard_tc */,
  118. );
  119. };
  120. /* End PBXProject section */
  121. /* Begin PBXShellScriptBuildPhase section */
  122. CD3A75FD1E25B4BE008C6DC2 /* ShellScript */ = {
  123. isa = PBXShellScriptBuildPhase;
  124. buildActionMask = 2147483647;
  125. files = (
  126. );
  127. inputPaths = (
  128. "$(SRCROOT)/scope_guard.t.h",
  129. );
  130. outputPaths = (
  131. "$(SRCROOT)/scope_guard_tc.cpp",
  132. );
  133. runOnlyForDeploymentPostprocessing = 0;
  134. shellPath = /bin/sh;
  135. shellScript = "cxxtestgen --error-printer -o scope_guard_tc.cpp scope_guard.t.h";
  136. };
  137. /* End PBXShellScriptBuildPhase section */
  138. /* Begin PBXSourcesBuildPhase section */
  139. CD3DA4051D9B42F4001B53A0 /* Sources */ = {
  140. isa = PBXSourcesBuildPhase;
  141. buildActionMask = 2147483647;
  142. files = (
  143. CD3A75FA1E25B46F008C6DC2 /* scope_guard_tc.cpp in Sources */,
  144. );
  145. runOnlyForDeploymentPostprocessing = 0;
  146. };
  147. /* End PBXSourcesBuildPhase section */
  148. /* Begin XCBuildConfiguration section */
  149. CD3DA40E1D9B42F4001B53A0 /* Debug */ = {
  150. isa = XCBuildConfiguration;
  151. buildSettings = {
  152. ALWAYS_SEARCH_USER_PATHS = NO;
  153. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  154. CLANG_CXX_LIBRARY = "libc++";
  155. CLANG_ENABLE_MODULES = YES;
  156. CLANG_ENABLE_OBJC_ARC = YES;
  157. CLANG_WARN_BOOL_CONVERSION = YES;
  158. CLANG_WARN_CONSTANT_CONVERSION = YES;
  159. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  160. CLANG_WARN_EMPTY_BODY = YES;
  161. CLANG_WARN_ENUM_CONVERSION = YES;
  162. CLANG_WARN_INT_CONVERSION = YES;
  163. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  164. CLANG_WARN_UNREACHABLE_CODE = YES;
  165. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  166. CODE_SIGN_IDENTITY = "-";
  167. COPY_PHASE_STRIP = NO;
  168. DEBUG_INFORMATION_FORMAT = dwarf;
  169. ENABLE_STRICT_OBJC_MSGSEND = YES;
  170. ENABLE_TESTABILITY = YES;
  171. GCC_C_LANGUAGE_STANDARD = gnu99;
  172. GCC_DYNAMIC_NO_PIC = NO;
  173. GCC_NO_COMMON_BLOCKS = YES;
  174. GCC_OPTIMIZATION_LEVEL = 0;
  175. GCC_PREPROCESSOR_DEFINITIONS = (
  176. "DEBUG=1",
  177. "$(inherited)",
  178. );
  179. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  180. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  181. GCC_WARN_UNDECLARED_SELECTOR = YES;
  182. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  183. GCC_WARN_UNUSED_FUNCTION = YES;
  184. GCC_WARN_UNUSED_VARIABLE = YES;
  185. MACOSX_DEPLOYMENT_TARGET = 10.10;
  186. MTL_ENABLE_DEBUG_INFO = YES;
  187. ONLY_ACTIVE_ARCH = YES;
  188. SDKROOT = macosx;
  189. };
  190. name = Debug;
  191. };
  192. CD3DA40F1D9B42F4001B53A0 /* Release */ = {
  193. isa = XCBuildConfiguration;
  194. buildSettings = {
  195. ALWAYS_SEARCH_USER_PATHS = NO;
  196. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  197. CLANG_CXX_LIBRARY = "libc++";
  198. CLANG_ENABLE_MODULES = YES;
  199. CLANG_ENABLE_OBJC_ARC = YES;
  200. CLANG_WARN_BOOL_CONVERSION = YES;
  201. CLANG_WARN_CONSTANT_CONVERSION = YES;
  202. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  203. CLANG_WARN_EMPTY_BODY = YES;
  204. CLANG_WARN_ENUM_CONVERSION = YES;
  205. CLANG_WARN_INT_CONVERSION = YES;
  206. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  207. CLANG_WARN_UNREACHABLE_CODE = YES;
  208. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  209. CODE_SIGN_IDENTITY = "-";
  210. COPY_PHASE_STRIP = NO;
  211. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  212. ENABLE_NS_ASSERTIONS = NO;
  213. ENABLE_STRICT_OBJC_MSGSEND = YES;
  214. GCC_C_LANGUAGE_STANDARD = gnu99;
  215. GCC_NO_COMMON_BLOCKS = YES;
  216. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  217. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  218. GCC_WARN_UNDECLARED_SELECTOR = YES;
  219. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  220. GCC_WARN_UNUSED_FUNCTION = YES;
  221. GCC_WARN_UNUSED_VARIABLE = YES;
  222. MACOSX_DEPLOYMENT_TARGET = 10.10;
  223. MTL_ENABLE_DEBUG_INFO = NO;
  224. SDKROOT = macosx;
  225. };
  226. name = Release;
  227. };
  228. CD3DA4111D9B42F4001B53A0 /* Debug */ = {
  229. isa = XCBuildConfiguration;
  230. buildSettings = {
  231. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  232. HEADER_SEARCH_PATHS = /usr/local/include/;
  233. PRODUCT_NAME = "$(TARGET_NAME)";
  234. };
  235. name = Debug;
  236. };
  237. CD3DA4121D9B42F4001B53A0 /* Release */ = {
  238. isa = XCBuildConfiguration;
  239. buildSettings = {
  240. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  241. HEADER_SEARCH_PATHS = /usr/local/include/;
  242. PRODUCT_NAME = "$(TARGET_NAME)";
  243. };
  244. name = Release;
  245. };
  246. /* End XCBuildConfiguration section */
  247. /* Begin XCConfigurationList section */
  248. CD3DA4041D9B42F4001B53A0 /* Build configuration list for PBXProject "scope_guard" */ = {
  249. isa = XCConfigurationList;
  250. buildConfigurations = (
  251. CD3DA40E1D9B42F4001B53A0 /* Debug */,
  252. CD3DA40F1D9B42F4001B53A0 /* Release */,
  253. );
  254. defaultConfigurationIsVisible = 0;
  255. defaultConfigurationName = Release;
  256. };
  257. CD3DA4101D9B42F4001B53A0 /* Build configuration list for PBXNativeTarget "scope_guard_tc" */ = {
  258. isa = XCConfigurationList;
  259. buildConfigurations = (
  260. CD3DA4111D9B42F4001B53A0 /* Debug */,
  261. CD3DA4121D9B42F4001B53A0 /* Release */,
  262. );
  263. defaultConfigurationIsVisible = 0;
  264. defaultConfigurationName = Release;
  265. };
  266. /* End XCConfigurationList section */
  267. };
  268. rootObject = CD3DA4011D9B42F4001B53A0 /* Project object */;
  269. }