project.pbxproj 9.3 KB

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