project.pbxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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 = 1030;
  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 = en;
  112. hasScannedForEncodings = 0;
  113. knownRegions = (
  114. en,
  115. Base,
  116. );
  117. mainGroup = CD21ADF81E4A128F00536178;
  118. productRefGroup = CD21AE021E4A128F00536178 /* Products */;
  119. projectDirPath = "";
  120. projectRoot = "";
  121. targets = (
  122. CD21AE001E4A128F00536178 /* bucket_hash_tc */,
  123. );
  124. };
  125. /* End PBXProject section */
  126. /* Begin PBXShellScriptBuildPhase section */
  127. CD21AE0D1E4A12CF00536178 /* ShellScript */ = {
  128. isa = PBXShellScriptBuildPhase;
  129. buildActionMask = 2147483647;
  130. files = (
  131. );
  132. inputPaths = (
  133. "$(SRCROOT)/bucket_hash_map.t.h",
  134. "$(SRCROOT)/bucket_hash_set.t.h",
  135. );
  136. outputPaths = (
  137. "$(SRCROOT)/bucket_hash_tc.cpp",
  138. );
  139. runOnlyForDeploymentPostprocessing = 0;
  140. shellPath = /bin/sh;
  141. shellScript = "cxxtestgen --error-printer -o bucket_hash_tc.cpp bucket_hash_map.t.h bucket_hash_set.t.h";
  142. };
  143. /* End PBXShellScriptBuildPhase section */
  144. /* Begin PBXSourcesBuildPhase section */
  145. CD21ADFD1E4A128F00536178 /* Sources */ = {
  146. isa = PBXSourcesBuildPhase;
  147. buildActionMask = 2147483647;
  148. files = (
  149. CD21AE101E4A130500536178 /* bucket_hash_tc.cpp in Sources */,
  150. );
  151. runOnlyForDeploymentPostprocessing = 0;
  152. };
  153. /* End PBXSourcesBuildPhase section */
  154. /* Begin XCBuildConfiguration section */
  155. CD21AE061E4A128F00536178 /* Debug */ = {
  156. isa = XCBuildConfiguration;
  157. buildSettings = {
  158. ALWAYS_SEARCH_USER_PATHS = NO;
  159. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  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_BLOCK_CAPTURE_AUTORELEASING = YES;
  165. CLANG_WARN_BOOL_CONVERSION = YES;
  166. CLANG_WARN_COMMA = YES;
  167. CLANG_WARN_CONSTANT_CONVERSION = YES;
  168. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  169. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  170. CLANG_WARN_EMPTY_BODY = YES;
  171. CLANG_WARN_ENUM_CONVERSION = YES;
  172. CLANG_WARN_INFINITE_RECURSION = YES;
  173. CLANG_WARN_INT_CONVERSION = YES;
  174. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  175. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  176. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  177. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  178. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  179. CLANG_WARN_STRICT_PROTOTYPES = YES;
  180. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  181. CLANG_WARN_UNREACHABLE_CODE = YES;
  182. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  183. CODE_SIGN_IDENTITY = "-";
  184. COPY_PHASE_STRIP = NO;
  185. DEBUG_INFORMATION_FORMAT = dwarf;
  186. ENABLE_STRICT_OBJC_MSGSEND = YES;
  187. ENABLE_TESTABILITY = YES;
  188. GCC_C_LANGUAGE_STANDARD = gnu99;
  189. GCC_DYNAMIC_NO_PIC = NO;
  190. GCC_NO_COMMON_BLOCKS = YES;
  191. GCC_OPTIMIZATION_LEVEL = 0;
  192. GCC_PREPROCESSOR_DEFINITIONS = (
  193. "DEBUG=1",
  194. "$(inherited)",
  195. );
  196. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  197. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  198. GCC_WARN_UNDECLARED_SELECTOR = YES;
  199. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  200. GCC_WARN_UNUSED_FUNCTION = YES;
  201. GCC_WARN_UNUSED_VARIABLE = YES;
  202. MACOSX_DEPLOYMENT_TARGET = 10.10;
  203. MTL_ENABLE_DEBUG_INFO = YES;
  204. ONLY_ACTIVE_ARCH = YES;
  205. SDKROOT = macosx;
  206. };
  207. name = Debug;
  208. };
  209. CD21AE071E4A128F00536178 /* Release */ = {
  210. isa = XCBuildConfiguration;
  211. buildSettings = {
  212. ALWAYS_SEARCH_USER_PATHS = NO;
  213. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  214. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  215. CLANG_CXX_LIBRARY = "libc++";
  216. CLANG_ENABLE_MODULES = YES;
  217. CLANG_ENABLE_OBJC_ARC = YES;
  218. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  219. CLANG_WARN_BOOL_CONVERSION = YES;
  220. CLANG_WARN_COMMA = YES;
  221. CLANG_WARN_CONSTANT_CONVERSION = YES;
  222. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  223. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  224. CLANG_WARN_EMPTY_BODY = YES;
  225. CLANG_WARN_ENUM_CONVERSION = YES;
  226. CLANG_WARN_INFINITE_RECURSION = YES;
  227. CLANG_WARN_INT_CONVERSION = YES;
  228. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  229. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  230. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  231. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  232. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  233. CLANG_WARN_STRICT_PROTOTYPES = YES;
  234. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  235. CLANG_WARN_UNREACHABLE_CODE = YES;
  236. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  237. CODE_SIGN_IDENTITY = "-";
  238. COPY_PHASE_STRIP = NO;
  239. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  240. ENABLE_NS_ASSERTIONS = NO;
  241. ENABLE_STRICT_OBJC_MSGSEND = YES;
  242. GCC_C_LANGUAGE_STANDARD = gnu99;
  243. GCC_NO_COMMON_BLOCKS = YES;
  244. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  245. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  246. GCC_WARN_UNDECLARED_SELECTOR = YES;
  247. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  248. GCC_WARN_UNUSED_FUNCTION = YES;
  249. GCC_WARN_UNUSED_VARIABLE = YES;
  250. MACOSX_DEPLOYMENT_TARGET = 10.10;
  251. MTL_ENABLE_DEBUG_INFO = NO;
  252. SDKROOT = macosx;
  253. };
  254. name = Release;
  255. };
  256. CD21AE091E4A128F00536178 /* Debug */ = {
  257. isa = XCBuildConfiguration;
  258. buildSettings = {
  259. HEADER_SEARCH_PATHS = (
  260. /usr/local/include/,
  261. ../,
  262. );
  263. PRODUCT_NAME = bucket_hash_tc;
  264. };
  265. name = Debug;
  266. };
  267. CD21AE0A1E4A128F00536178 /* Release */ = {
  268. isa = XCBuildConfiguration;
  269. buildSettings = {
  270. HEADER_SEARCH_PATHS = (
  271. /usr/local/include/,
  272. ../,
  273. );
  274. PRODUCT_NAME = bucket_hash_tc;
  275. };
  276. name = Release;
  277. };
  278. /* End XCBuildConfiguration section */
  279. /* Begin XCConfigurationList section */
  280. CD21ADFC1E4A128F00536178 /* Build configuration list for PBXProject "bucket_hash" */ = {
  281. isa = XCConfigurationList;
  282. buildConfigurations = (
  283. CD21AE061E4A128F00536178 /* Debug */,
  284. CD21AE071E4A128F00536178 /* Release */,
  285. );
  286. defaultConfigurationIsVisible = 0;
  287. defaultConfigurationName = Release;
  288. };
  289. CD21AE081E4A128F00536178 /* Build configuration list for PBXNativeTarget "bucket_hash_tc" */ = {
  290. isa = XCConfigurationList;
  291. buildConfigurations = (
  292. CD21AE091E4A128F00536178 /* Debug */,
  293. CD21AE0A1E4A128F00536178 /* Release */,
  294. );
  295. defaultConfigurationIsVisible = 0;
  296. defaultConfigurationName = Release;
  297. };
  298. /* End XCConfigurationList section */
  299. };
  300. rootObject = CD21ADF91E4A128F00536178 /* Project object */;
  301. }