project.pbxproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXCopyFilesBuildPhase section */
  9. CD3DA3F01D9B42BC001B53A0 /* CopyFiles */ = {
  10. isa = PBXCopyFilesBuildPhase;
  11. buildActionMask = 2147483647;
  12. dstPath = /usr/share/man/man1/;
  13. dstSubfolderSpec = 0;
  14. files = (
  15. );
  16. runOnlyForDeploymentPostprocessing = 1;
  17. };
  18. /* End PBXCopyFilesBuildPhase section */
  19. /* Begin PBXFileReference section */
  20. CD3DA3F21D9B42BC001B53A0 /* pointers_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = pointers_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  21. CD3DA3FC1D9B42DE001B53A0 /* pointer_fwd.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pointer_fwd.hpp; sourceTree = "<group>"; };
  22. CD3DA3FD1D9B42DE001B53A0 /* pointer_traits.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pointer_traits.hpp; sourceTree = "<group>"; };
  23. CD3DA3FE1D9B42DE001B53A0 /* maybe_null.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = maybe_null.hpp; sourceTree = "<group>"; };
  24. CD3DA3FF1D9B42DE001B53A0 /* not_null.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = not_null.hpp; sourceTree = "<group>"; };
  25. /* End PBXFileReference section */
  26. /* Begin PBXFrameworksBuildPhase section */
  27. CD3DA3EF1D9B42BC001B53A0 /* Frameworks */ = {
  28. isa = PBXFrameworksBuildPhase;
  29. buildActionMask = 2147483647;
  30. files = (
  31. );
  32. runOnlyForDeploymentPostprocessing = 0;
  33. };
  34. /* End PBXFrameworksBuildPhase section */
  35. /* Begin PBXGroup section */
  36. CD3DA3E91D9B42BC001B53A0 = {
  37. isa = PBXGroup;
  38. children = (
  39. CD3DA3FC1D9B42DE001B53A0 /* pointer_fwd.hpp */,
  40. CD3DA3FD1D9B42DE001B53A0 /* pointer_traits.hpp */,
  41. CD3DA3FE1D9B42DE001B53A0 /* maybe_null.hpp */,
  42. CD3DA3FF1D9B42DE001B53A0 /* not_null.hpp */,
  43. CD3DA3F31D9B42BC001B53A0 /* Products */,
  44. );
  45. sourceTree = "<group>";
  46. };
  47. CD3DA3F31D9B42BC001B53A0 /* Products */ = {
  48. isa = PBXGroup;
  49. children = (
  50. CD3DA3F21D9B42BC001B53A0 /* pointers_tc */,
  51. );
  52. name = Products;
  53. sourceTree = "<group>";
  54. };
  55. /* End PBXGroup section */
  56. /* Begin PBXNativeTarget section */
  57. CD3DA3F11D9B42BC001B53A0 /* pointers_tc */ = {
  58. isa = PBXNativeTarget;
  59. buildConfigurationList = CD3DA3F91D9B42BC001B53A0 /* Build configuration list for PBXNativeTarget "pointers_tc" */;
  60. buildPhases = (
  61. CD3DA3EE1D9B42BC001B53A0 /* Sources */,
  62. CD3DA3EF1D9B42BC001B53A0 /* Frameworks */,
  63. CD3DA3F01D9B42BC001B53A0 /* CopyFiles */,
  64. );
  65. buildRules = (
  66. );
  67. dependencies = (
  68. );
  69. name = pointers_tc;
  70. productName = pointers;
  71. productReference = CD3DA3F21D9B42BC001B53A0 /* pointers_tc */;
  72. productType = "com.apple.product-type.tool";
  73. };
  74. /* End PBXNativeTarget section */
  75. /* Begin PBXProject section */
  76. CD3DA3EA1D9B42BC001B53A0 /* Project object */ = {
  77. isa = PBXProject;
  78. attributes = {
  79. LastUpgradeCheck = 0720;
  80. ORGANIZATIONNAME = "Sam Jaffe";
  81. TargetAttributes = {
  82. CD3DA3F11D9B42BC001B53A0 = {
  83. CreatedOnToolsVersion = 7.2.1;
  84. };
  85. };
  86. };
  87. buildConfigurationList = CD3DA3ED1D9B42BC001B53A0 /* Build configuration list for PBXProject "pointers" */;
  88. compatibilityVersion = "Xcode 3.2";
  89. developmentRegion = English;
  90. hasScannedForEncodings = 0;
  91. knownRegions = (
  92. en,
  93. );
  94. mainGroup = CD3DA3E91D9B42BC001B53A0;
  95. productRefGroup = CD3DA3F31D9B42BC001B53A0 /* Products */;
  96. projectDirPath = "";
  97. projectRoot = "";
  98. targets = (
  99. CD3DA3F11D9B42BC001B53A0 /* pointers_tc */,
  100. );
  101. };
  102. /* End PBXProject section */
  103. /* Begin PBXSourcesBuildPhase section */
  104. CD3DA3EE1D9B42BC001B53A0 /* Sources */ = {
  105. isa = PBXSourcesBuildPhase;
  106. buildActionMask = 2147483647;
  107. files = (
  108. );
  109. runOnlyForDeploymentPostprocessing = 0;
  110. };
  111. /* End PBXSourcesBuildPhase section */
  112. /* Begin XCBuildConfiguration section */
  113. CD3DA3F71D9B42BC001B53A0 /* Debug */ = {
  114. isa = XCBuildConfiguration;
  115. buildSettings = {
  116. ALWAYS_SEARCH_USER_PATHS = NO;
  117. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  118. CLANG_CXX_LIBRARY = "libc++";
  119. CLANG_ENABLE_MODULES = YES;
  120. CLANG_ENABLE_OBJC_ARC = YES;
  121. CLANG_WARN_BOOL_CONVERSION = YES;
  122. CLANG_WARN_CONSTANT_CONVERSION = YES;
  123. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  124. CLANG_WARN_EMPTY_BODY = YES;
  125. CLANG_WARN_ENUM_CONVERSION = YES;
  126. CLANG_WARN_INT_CONVERSION = YES;
  127. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  128. CLANG_WARN_UNREACHABLE_CODE = YES;
  129. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  130. CODE_SIGN_IDENTITY = "-";
  131. COPY_PHASE_STRIP = NO;
  132. DEBUG_INFORMATION_FORMAT = dwarf;
  133. ENABLE_STRICT_OBJC_MSGSEND = YES;
  134. ENABLE_TESTABILITY = YES;
  135. GCC_C_LANGUAGE_STANDARD = gnu99;
  136. GCC_DYNAMIC_NO_PIC = NO;
  137. GCC_NO_COMMON_BLOCKS = YES;
  138. GCC_OPTIMIZATION_LEVEL = 0;
  139. GCC_PREPROCESSOR_DEFINITIONS = (
  140. "DEBUG=1",
  141. "$(inherited)",
  142. );
  143. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  144. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  145. GCC_WARN_UNDECLARED_SELECTOR = YES;
  146. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  147. GCC_WARN_UNUSED_FUNCTION = YES;
  148. GCC_WARN_UNUSED_VARIABLE = YES;
  149. MACOSX_DEPLOYMENT_TARGET = 10.10;
  150. MTL_ENABLE_DEBUG_INFO = YES;
  151. ONLY_ACTIVE_ARCH = YES;
  152. SDKROOT = macosx;
  153. };
  154. name = Debug;
  155. };
  156. CD3DA3F81D9B42BC001B53A0 /* Release */ = {
  157. isa = XCBuildConfiguration;
  158. buildSettings = {
  159. ALWAYS_SEARCH_USER_PATHS = NO;
  160. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  161. CLANG_CXX_LIBRARY = "libc++";
  162. CLANG_ENABLE_MODULES = YES;
  163. CLANG_ENABLE_OBJC_ARC = YES;
  164. CLANG_WARN_BOOL_CONVERSION = YES;
  165. CLANG_WARN_CONSTANT_CONVERSION = YES;
  166. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  167. CLANG_WARN_EMPTY_BODY = YES;
  168. CLANG_WARN_ENUM_CONVERSION = YES;
  169. CLANG_WARN_INT_CONVERSION = YES;
  170. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  171. CLANG_WARN_UNREACHABLE_CODE = YES;
  172. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  173. CODE_SIGN_IDENTITY = "-";
  174. COPY_PHASE_STRIP = NO;
  175. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  176. ENABLE_NS_ASSERTIONS = NO;
  177. ENABLE_STRICT_OBJC_MSGSEND = YES;
  178. GCC_C_LANGUAGE_STANDARD = gnu99;
  179. GCC_NO_COMMON_BLOCKS = YES;
  180. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  181. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  182. GCC_WARN_UNDECLARED_SELECTOR = YES;
  183. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  184. GCC_WARN_UNUSED_FUNCTION = YES;
  185. GCC_WARN_UNUSED_VARIABLE = YES;
  186. MACOSX_DEPLOYMENT_TARGET = 10.10;
  187. MTL_ENABLE_DEBUG_INFO = NO;
  188. SDKROOT = macosx;
  189. };
  190. name = Release;
  191. };
  192. CD3DA3FA1D9B42BC001B53A0 /* Debug */ = {
  193. isa = XCBuildConfiguration;
  194. buildSettings = {
  195. PRODUCT_NAME = "$(TARGET_NAME)";
  196. };
  197. name = Debug;
  198. };
  199. CD3DA3FB1D9B42BC001B53A0 /* Release */ = {
  200. isa = XCBuildConfiguration;
  201. buildSettings = {
  202. PRODUCT_NAME = "$(TARGET_NAME)";
  203. };
  204. name = Release;
  205. };
  206. /* End XCBuildConfiguration section */
  207. /* Begin XCConfigurationList section */
  208. CD3DA3ED1D9B42BC001B53A0 /* Build configuration list for PBXProject "pointers" */ = {
  209. isa = XCConfigurationList;
  210. buildConfigurations = (
  211. CD3DA3F71D9B42BC001B53A0 /* Debug */,
  212. CD3DA3F81D9B42BC001B53A0 /* Release */,
  213. );
  214. defaultConfigurationIsVisible = 0;
  215. defaultConfigurationName = Release;
  216. };
  217. CD3DA3F91D9B42BC001B53A0 /* Build configuration list for PBXNativeTarget "pointers_tc" */ = {
  218. isa = XCConfigurationList;
  219. buildConfigurations = (
  220. CD3DA3FA1D9B42BC001B53A0 /* Debug */,
  221. CD3DA3FB1D9B42BC001B53A0 /* Release */,
  222. );
  223. defaultConfigurationIsVisible = 0;
  224. };
  225. /* End XCConfigurationList section */
  226. };
  227. rootObject = CD3DA3EA1D9B42BC001B53A0 /* Project object */;
  228. }