project.pbxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CDC3B0E61DF26319002A415B /* pointers_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDC3B0E51DF26319002A415B /* pointers_tc.cpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXCopyFilesBuildPhase section */
  12. CD3DA3F01D9B42BC001B53A0 /* 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. CD0364691E1F3F0B003B7B84 /* const_propogating_ptr.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = const_propogating_ptr.t.h; sourceTree = "<group>"; };
  24. CD03646A1E1F41DE003B7B84 /* const_ptr.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = const_ptr.t.h; sourceTree = "<group>"; };
  25. CD03646B1E1F42A1003B7B84 /* copy_ptr.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = copy_ptr.t.h; sourceTree = "<group>"; };
  26. CD125DD81E1F00C200B53FB5 /* const_ptr.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = const_ptr.hpp; sourceTree = "<group>"; };
  27. CD125DDA1E1F1B7500B53FB5 /* ptr_compare.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ptr_compare.hpp; sourceTree = "<group>"; };
  28. CD3DA3F21D9B42BC001B53A0 /* pointers_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = pointers_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  29. CD3DA3FC1D9B42DE001B53A0 /* pointer_fwd.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pointer_fwd.hpp; sourceTree = "<group>"; };
  30. CD3DA3FE1D9B42DE001B53A0 /* maybe_null.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = maybe_null.hpp; sourceTree = "<group>"; };
  31. CD3DA3FF1D9B42DE001B53A0 /* not_null.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = not_null.hpp; sourceTree = "<group>"; };
  32. CDC3B0E31DF261D7002A415B /* not_null.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = not_null.t.h; sourceTree = "<group>"; };
  33. CDC3B0E51DF26319002A415B /* pointers_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pointers_tc.cpp; sourceTree = "<group>"; };
  34. CDC3B0E71DF263B2002A415B /* maybe_null.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = maybe_null.t.h; sourceTree = "<group>"; };
  35. CDC3B0E81DF3645F002A415B /* const_propogating_ptr.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = const_propogating_ptr.hpp; sourceTree = "<group>"; };
  36. CDC3B0E91DF794A6002A415B /* copy_ptr.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = copy_ptr.hpp; sourceTree = "<group>"; };
  37. /* End PBXFileReference section */
  38. /* Begin PBXFrameworksBuildPhase section */
  39. CD3DA3EF1D9B42BC001B53A0 /* Frameworks */ = {
  40. isa = PBXFrameworksBuildPhase;
  41. buildActionMask = 2147483647;
  42. files = (
  43. );
  44. runOnlyForDeploymentPostprocessing = 0;
  45. };
  46. /* End PBXFrameworksBuildPhase section */
  47. /* Begin PBXGroup section */
  48. CD125DDB1E1F27E000B53FB5 /* test */ = {
  49. isa = PBXGroup;
  50. children = (
  51. CD0364691E1F3F0B003B7B84 /* const_propogating_ptr.t.h */,
  52. CD03646A1E1F41DE003B7B84 /* const_ptr.t.h */,
  53. CD03646B1E1F42A1003B7B84 /* copy_ptr.t.h */,
  54. CDC3B0E31DF261D7002A415B /* not_null.t.h */,
  55. CDC3B0E71DF263B2002A415B /* maybe_null.t.h */,
  56. CDC3B0E51DF26319002A415B /* pointers_tc.cpp */,
  57. );
  58. name = test;
  59. sourceTree = "<group>";
  60. };
  61. CD125DDC1E1F27E600B53FB5 /* src */ = {
  62. isa = PBXGroup;
  63. children = (
  64. CD3DA3FC1D9B42DE001B53A0 /* pointer_fwd.hpp */,
  65. CD125DDA1E1F1B7500B53FB5 /* ptr_compare.hpp */,
  66. CDC3B0E91DF794A6002A415B /* copy_ptr.hpp */,
  67. CD125DD81E1F00C200B53FB5 /* const_ptr.hpp */,
  68. CDC3B0E81DF3645F002A415B /* const_propogating_ptr.hpp */,
  69. CD3DA3FE1D9B42DE001B53A0 /* maybe_null.hpp */,
  70. CD3DA3FF1D9B42DE001B53A0 /* not_null.hpp */,
  71. );
  72. name = src;
  73. sourceTree = "<group>";
  74. };
  75. CD3DA3E91D9B42BC001B53A0 = {
  76. isa = PBXGroup;
  77. children = (
  78. CD125DDC1E1F27E600B53FB5 /* src */,
  79. CD125DDB1E1F27E000B53FB5 /* test */,
  80. CD3DA3F31D9B42BC001B53A0 /* Products */,
  81. );
  82. sourceTree = "<group>";
  83. };
  84. CD3DA3F31D9B42BC001B53A0 /* Products */ = {
  85. isa = PBXGroup;
  86. children = (
  87. CD3DA3F21D9B42BC001B53A0 /* pointers_tc */,
  88. );
  89. name = Products;
  90. sourceTree = "<group>";
  91. };
  92. /* End PBXGroup section */
  93. /* Begin PBXNativeTarget section */
  94. CD3DA3F11D9B42BC001B53A0 /* pointers_tc */ = {
  95. isa = PBXNativeTarget;
  96. buildConfigurationList = CD3DA3F91D9B42BC001B53A0 /* Build configuration list for PBXNativeTarget "pointers_tc" */;
  97. buildPhases = (
  98. CDC3B0E41DF2622C002A415B /* ShellScript */,
  99. CD3DA3EE1D9B42BC001B53A0 /* Sources */,
  100. CD3DA3EF1D9B42BC001B53A0 /* Frameworks */,
  101. CD3DA3F01D9B42BC001B53A0 /* CopyFiles */,
  102. );
  103. buildRules = (
  104. );
  105. dependencies = (
  106. );
  107. name = pointers_tc;
  108. productName = pointers;
  109. productReference = CD3DA3F21D9B42BC001B53A0 /* pointers_tc */;
  110. productType = "com.apple.product-type.tool";
  111. };
  112. /* End PBXNativeTarget section */
  113. /* Begin PBXProject section */
  114. CD3DA3EA1D9B42BC001B53A0 /* Project object */ = {
  115. isa = PBXProject;
  116. attributes = {
  117. LastUpgradeCheck = 0720;
  118. ORGANIZATIONNAME = "Sam Jaffe";
  119. TargetAttributes = {
  120. CD3DA3F11D9B42BC001B53A0 = {
  121. CreatedOnToolsVersion = 7.2.1;
  122. };
  123. };
  124. };
  125. buildConfigurationList = CD3DA3ED1D9B42BC001B53A0 /* Build configuration list for PBXProject "pointers" */;
  126. compatibilityVersion = "Xcode 3.2";
  127. developmentRegion = English;
  128. hasScannedForEncodings = 0;
  129. knownRegions = (
  130. en,
  131. );
  132. mainGroup = CD3DA3E91D9B42BC001B53A0;
  133. productRefGroup = CD3DA3F31D9B42BC001B53A0 /* Products */;
  134. projectDirPath = "";
  135. projectRoot = "";
  136. targets = (
  137. CD3DA3F11D9B42BC001B53A0 /* pointers_tc */,
  138. );
  139. };
  140. /* End PBXProject section */
  141. /* Begin PBXShellScriptBuildPhase section */
  142. CDC3B0E41DF2622C002A415B /* ShellScript */ = {
  143. isa = PBXShellScriptBuildPhase;
  144. buildActionMask = 2147483647;
  145. files = (
  146. );
  147. inputPaths = (
  148. "$(SRCROOT)/not_null.t.h",
  149. "$(SRCROOT)/maybe_null.t.h",
  150. "$(SRCROOT)/const_propogating_ptr.t.h",
  151. "$(SRCROOT)/const_ptr.t.h",
  152. );
  153. outputPaths = (
  154. "$(SRCROOT)/pointers_tc.cpp",
  155. );
  156. runOnlyForDeploymentPostprocessing = 0;
  157. shellPath = /bin/sh;
  158. shellScript = "cxxtestgen --error-printer -o pointers_tc.cpp not_null.t.h maybe_null.t.h const_propogating_ptr.t.h const_ptr.t.h copy_ptr.t.h";
  159. };
  160. /* End PBXShellScriptBuildPhase section */
  161. /* Begin PBXSourcesBuildPhase section */
  162. CD3DA3EE1D9B42BC001B53A0 /* Sources */ = {
  163. isa = PBXSourcesBuildPhase;
  164. buildActionMask = 2147483647;
  165. files = (
  166. CDC3B0E61DF26319002A415B /* pointers_tc.cpp in Sources */,
  167. );
  168. runOnlyForDeploymentPostprocessing = 0;
  169. };
  170. /* End PBXSourcesBuildPhase section */
  171. /* Begin XCBuildConfiguration section */
  172. CD3DA3F71D9B42BC001B53A0 /* Debug */ = {
  173. isa = XCBuildConfiguration;
  174. buildSettings = {
  175. ALWAYS_SEARCH_USER_PATHS = NO;
  176. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  177. CLANG_CXX_LIBRARY = "libc++";
  178. CLANG_ENABLE_MODULES = YES;
  179. CLANG_ENABLE_OBJC_ARC = YES;
  180. CLANG_WARN_BOOL_CONVERSION = YES;
  181. CLANG_WARN_CONSTANT_CONVERSION = YES;
  182. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  183. CLANG_WARN_EMPTY_BODY = YES;
  184. CLANG_WARN_ENUM_CONVERSION = YES;
  185. CLANG_WARN_INT_CONVERSION = YES;
  186. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  187. CLANG_WARN_UNREACHABLE_CODE = YES;
  188. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  189. CODE_SIGN_IDENTITY = "-";
  190. COPY_PHASE_STRIP = NO;
  191. DEBUG_INFORMATION_FORMAT = dwarf;
  192. ENABLE_STRICT_OBJC_MSGSEND = YES;
  193. ENABLE_TESTABILITY = YES;
  194. GCC_C_LANGUAGE_STANDARD = gnu99;
  195. GCC_DYNAMIC_NO_PIC = NO;
  196. GCC_NO_COMMON_BLOCKS = YES;
  197. GCC_OPTIMIZATION_LEVEL = 0;
  198. GCC_PREPROCESSOR_DEFINITIONS = (
  199. "DEBUG=1",
  200. "$(inherited)",
  201. );
  202. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  203. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  204. GCC_WARN_UNDECLARED_SELECTOR = YES;
  205. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  206. GCC_WARN_UNUSED_FUNCTION = YES;
  207. GCC_WARN_UNUSED_VARIABLE = YES;
  208. MACOSX_DEPLOYMENT_TARGET = 10.10;
  209. MTL_ENABLE_DEBUG_INFO = YES;
  210. ONLY_ACTIVE_ARCH = YES;
  211. SDKROOT = macosx;
  212. };
  213. name = Debug;
  214. };
  215. CD3DA3F81D9B42BC001B53A0 /* Release */ = {
  216. isa = XCBuildConfiguration;
  217. buildSettings = {
  218. ALWAYS_SEARCH_USER_PATHS = NO;
  219. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  220. CLANG_CXX_LIBRARY = "libc++";
  221. CLANG_ENABLE_MODULES = YES;
  222. CLANG_ENABLE_OBJC_ARC = YES;
  223. CLANG_WARN_BOOL_CONVERSION = YES;
  224. CLANG_WARN_CONSTANT_CONVERSION = YES;
  225. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  226. CLANG_WARN_EMPTY_BODY = YES;
  227. CLANG_WARN_ENUM_CONVERSION = YES;
  228. CLANG_WARN_INT_CONVERSION = YES;
  229. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  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. CD3DA3FA1D9B42BC001B53A0 /* Debug */ = {
  252. isa = XCBuildConfiguration;
  253. buildSettings = {
  254. HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
  255. PRODUCT_NAME = "$(TARGET_NAME)";
  256. };
  257. name = Debug;
  258. };
  259. CD3DA3FB1D9B42BC001B53A0 /* Release */ = {
  260. isa = XCBuildConfiguration;
  261. buildSettings = {
  262. HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
  263. PRODUCT_NAME = "$(TARGET_NAME)";
  264. };
  265. name = Release;
  266. };
  267. /* End XCBuildConfiguration section */
  268. /* Begin XCConfigurationList section */
  269. CD3DA3ED1D9B42BC001B53A0 /* Build configuration list for PBXProject "pointers" */ = {
  270. isa = XCConfigurationList;
  271. buildConfigurations = (
  272. CD3DA3F71D9B42BC001B53A0 /* Debug */,
  273. CD3DA3F81D9B42BC001B53A0 /* Release */,
  274. );
  275. defaultConfigurationIsVisible = 0;
  276. defaultConfigurationName = Release;
  277. };
  278. CD3DA3F91D9B42BC001B53A0 /* Build configuration list for PBXNativeTarget "pointers_tc" */ = {
  279. isa = XCConfigurationList;
  280. buildConfigurations = (
  281. CD3DA3FA1D9B42BC001B53A0 /* Debug */,
  282. CD3DA3FB1D9B42BC001B53A0 /* Release */,
  283. );
  284. defaultConfigurationIsVisible = 0;
  285. defaultConfigurationName = Release;
  286. };
  287. /* End XCConfigurationList section */
  288. };
  289. rootObject = CD3DA3EA1D9B42BC001B53A0 /* Project object */;
  290. }