project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD0C596320C2DC3200454F82 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C594D20C2DBE700454F82 /* GoogleMock.framework */; };
  10. CD0C596420C2DC3800454F82 /* trie_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0C595420C2DBFB00454F82 /* trie_test.cpp */; };
  11. CD0C596D20C2E9DE00454F82 /* trie_impl.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD46DF481EF47C520092D121 /* trie_impl.hpp */; };
  12. CD0C596E20C2E9E300454F82 /* trie.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD46DF451EF3FDCE0092D121 /* trie.hpp */; };
  13. CD0C596F20C2E9E300454F82 /* trie_iterator.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD46DF4A1EF497E30092D121 /* trie_iterator.hpp */; };
  14. CD0C597420C2EA7300454F82 /* trie_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0C597320C2EA7300454F82 /* trie_dummy.cpp */; };
  15. CD0C597920C2EAFA00454F82 /* libtrie.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C596920C2E9CE00454F82 /* libtrie.dylib */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXContainerItemProxy section */
  18. CD0C594C20C2DBE700454F82 /* PBXContainerItemProxy */ = {
  19. isa = PBXContainerItemProxy;
  20. containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */;
  21. proxyType = 2;
  22. remoteGlobalIDString = 05818F861A685AEA0072A469;
  23. remoteInfo = GoogleMock;
  24. };
  25. CD0C594E20C2DBE700454F82 /* PBXContainerItemProxy */ = {
  26. isa = PBXContainerItemProxy;
  27. containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */;
  28. proxyType = 2;
  29. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  30. remoteInfo = gmock;
  31. };
  32. CD0C595020C2DBE700454F82 /* PBXContainerItemProxy */ = {
  33. isa = PBXContainerItemProxy;
  34. containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */;
  35. proxyType = 2;
  36. remoteGlobalIDString = 05E96B1F1A68634900204102;
  37. remoteInfo = gtest;
  38. };
  39. CD0C595220C2DBE700454F82 /* PBXContainerItemProxy */ = {
  40. isa = PBXContainerItemProxy;
  41. containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */;
  42. proxyType = 2;
  43. remoteGlobalIDString = 05818F901A685AEA0072A469;
  44. remoteInfo = GoogleMockTests;
  45. };
  46. CD0C596120C2DC2D00454F82 /* PBXContainerItemProxy */ = {
  47. isa = PBXContainerItemProxy;
  48. containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */;
  49. proxyType = 1;
  50. remoteGlobalIDString = 05818F851A685AEA0072A469;
  51. remoteInfo = GoogleMock;
  52. };
  53. CD0C597020C2EA1400454F82 /* PBXContainerItemProxy */ = {
  54. isa = PBXContainerItemProxy;
  55. containerPortal = CD46DF2F1EF3FD540092D121 /* Project object */;
  56. proxyType = 1;
  57. remoteGlobalIDString = CD0C596820C2E9CE00454F82;
  58. remoteInfo = trie;
  59. };
  60. /* End PBXContainerItemProxy section */
  61. /* Begin PBXFileReference section */
  62. CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  63. CD0C595420C2DBFB00454F82 /* trie_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = trie_test.cpp; sourceTree = "<group>"; };
  64. CD0C595920C2DC1D00454F82 /* trie_test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = trie_test.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  65. CD0C595D20C2DC1D00454F82 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = trie_test/Info.plist; sourceTree = "<group>"; };
  66. CD0C596920C2E9CE00454F82 /* libtrie.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libtrie.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  67. CD0C597320C2EA7300454F82 /* trie_dummy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trie_dummy.cpp; sourceTree = "<group>"; };
  68. CD46DF451EF3FDCE0092D121 /* trie.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = trie.hpp; sourceTree = "<group>"; };
  69. CD46DF481EF47C520092D121 /* trie_impl.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = trie_impl.hpp; sourceTree = "<group>"; };
  70. CD46DF4A1EF497E30092D121 /* trie_iterator.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = trie_iterator.hpp; sourceTree = "<group>"; };
  71. /* End PBXFileReference section */
  72. /* Begin PBXFrameworksBuildPhase section */
  73. CD0C595620C2DC1D00454F82 /* Frameworks */ = {
  74. isa = PBXFrameworksBuildPhase;
  75. buildActionMask = 2147483647;
  76. files = (
  77. CD0C597920C2EAFA00454F82 /* libtrie.dylib in Frameworks */,
  78. CD0C596320C2DC3200454F82 /* GoogleMock.framework in Frameworks */,
  79. );
  80. runOnlyForDeploymentPostprocessing = 0;
  81. };
  82. CD0C596620C2E9CE00454F82 /* Frameworks */ = {
  83. isa = PBXFrameworksBuildPhase;
  84. buildActionMask = 2147483647;
  85. files = (
  86. );
  87. runOnlyForDeploymentPostprocessing = 0;
  88. };
  89. /* End PBXFrameworksBuildPhase section */
  90. /* Begin PBXGroup section */
  91. CD0C594620C2DBE700454F82 /* Products */ = {
  92. isa = PBXGroup;
  93. children = (
  94. CD0C594D20C2DBE700454F82 /* GoogleMock.framework */,
  95. CD0C594F20C2DBE700454F82 /* gmock.framework */,
  96. CD0C595120C2DBE700454F82 /* gtest.framework */,
  97. CD0C595320C2DBE700454F82 /* GoogleMockTests.xctest */,
  98. );
  99. name = Products;
  100. sourceTree = "<group>";
  101. };
  102. CD46DF2E1EF3FD540092D121 = {
  103. isa = PBXGroup;
  104. children = (
  105. CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */,
  106. CD46DF421EF3FD6D0092D121 /* src */,
  107. CD46DF411EF3FD670092D121 /* test */,
  108. CD46DF381EF3FD540092D121 /* Products */,
  109. );
  110. sourceTree = "<group>";
  111. };
  112. CD46DF381EF3FD540092D121 /* Products */ = {
  113. isa = PBXGroup;
  114. children = (
  115. CD0C595920C2DC1D00454F82 /* trie_test.xctest */,
  116. CD0C596920C2E9CE00454F82 /* libtrie.dylib */,
  117. );
  118. name = Products;
  119. sourceTree = "<group>";
  120. };
  121. CD46DF411EF3FD670092D121 /* test */ = {
  122. isa = PBXGroup;
  123. children = (
  124. CD0C595420C2DBFB00454F82 /* trie_test.cpp */,
  125. CD0C595D20C2DC1D00454F82 /* Info.plist */,
  126. );
  127. name = test;
  128. sourceTree = "<group>";
  129. };
  130. CD46DF421EF3FD6D0092D121 /* src */ = {
  131. isa = PBXGroup;
  132. children = (
  133. CD46DF451EF3FDCE0092D121 /* trie.hpp */,
  134. CD46DF4A1EF497E30092D121 /* trie_iterator.hpp */,
  135. CD46DF481EF47C520092D121 /* trie_impl.hpp */,
  136. CD0C597320C2EA7300454F82 /* trie_dummy.cpp */,
  137. );
  138. name = src;
  139. sourceTree = "<group>";
  140. };
  141. /* End PBXGroup section */
  142. /* Begin PBXHeadersBuildPhase section */
  143. CD0C596720C2E9CE00454F82 /* Headers */ = {
  144. isa = PBXHeadersBuildPhase;
  145. buildActionMask = 2147483647;
  146. files = (
  147. CD0C596E20C2E9E300454F82 /* trie.hpp in Headers */,
  148. CD0C596D20C2E9DE00454F82 /* trie_impl.hpp in Headers */,
  149. CD0C596F20C2E9E300454F82 /* trie_iterator.hpp in Headers */,
  150. );
  151. runOnlyForDeploymentPostprocessing = 0;
  152. };
  153. /* End PBXHeadersBuildPhase section */
  154. /* Begin PBXNativeTarget section */
  155. CD0C595820C2DC1D00454F82 /* trie_test */ = {
  156. isa = PBXNativeTarget;
  157. buildConfigurationList = CD0C595E20C2DC1D00454F82 /* Build configuration list for PBXNativeTarget "trie_test" */;
  158. buildPhases = (
  159. CD0C595520C2DC1D00454F82 /* Sources */,
  160. CD0C595620C2DC1D00454F82 /* Frameworks */,
  161. CD0C595720C2DC1D00454F82 /* Resources */,
  162. );
  163. buildRules = (
  164. );
  165. dependencies = (
  166. CD0C597120C2EA1400454F82 /* PBXTargetDependency */,
  167. CD0C596220C2DC2D00454F82 /* PBXTargetDependency */,
  168. );
  169. name = trie_test;
  170. productName = trie_test;
  171. productReference = CD0C595920C2DC1D00454F82 /* trie_test.xctest */;
  172. productType = "com.apple.product-type.bundle.unit-test";
  173. };
  174. CD0C596820C2E9CE00454F82 /* trie */ = {
  175. isa = PBXNativeTarget;
  176. buildConfigurationList = CD0C596A20C2E9CF00454F82 /* Build configuration list for PBXNativeTarget "trie" */;
  177. buildPhases = (
  178. CD0C596520C2E9CE00454F82 /* Sources */,
  179. CD0C596620C2E9CE00454F82 /* Frameworks */,
  180. CD0C596720C2E9CE00454F82 /* Headers */,
  181. );
  182. buildRules = (
  183. );
  184. dependencies = (
  185. );
  186. name = trie;
  187. productName = trie;
  188. productReference = CD0C596920C2E9CE00454F82 /* libtrie.dylib */;
  189. productType = "com.apple.product-type.library.dynamic";
  190. };
  191. /* End PBXNativeTarget section */
  192. /* Begin PBXProject section */
  193. CD46DF2F1EF3FD540092D121 /* Project object */ = {
  194. isa = PBXProject;
  195. attributes = {
  196. LastUpgradeCheck = 1030;
  197. ORGANIZATIONNAME = "Sam Jaffe";
  198. TargetAttributes = {
  199. CD0C595820C2DC1D00454F82 = {
  200. CreatedOnToolsVersion = 7.2.1;
  201. };
  202. CD0C596820C2E9CE00454F82 = {
  203. CreatedOnToolsVersion = 7.2.1;
  204. };
  205. };
  206. };
  207. buildConfigurationList = CD46DF321EF3FD540092D121 /* Build configuration list for PBXProject "trie" */;
  208. compatibilityVersion = "Xcode 3.2";
  209. developmentRegion = en;
  210. hasScannedForEncodings = 0;
  211. knownRegions = (
  212. en,
  213. Base,
  214. );
  215. mainGroup = CD46DF2E1EF3FD540092D121;
  216. productRefGroup = CD46DF381EF3FD540092D121 /* Products */;
  217. projectDirPath = "";
  218. projectReferences = (
  219. {
  220. ProductGroup = CD0C594620C2DBE700454F82 /* Products */;
  221. ProjectRef = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */;
  222. },
  223. );
  224. projectRoot = "";
  225. targets = (
  226. CD0C595820C2DC1D00454F82 /* trie_test */,
  227. CD0C596820C2E9CE00454F82 /* trie */,
  228. );
  229. };
  230. /* End PBXProject section */
  231. /* Begin PBXReferenceProxy section */
  232. CD0C594D20C2DBE700454F82 /* GoogleMock.framework */ = {
  233. isa = PBXReferenceProxy;
  234. fileType = wrapper.framework;
  235. path = GoogleMock.framework;
  236. remoteRef = CD0C594C20C2DBE700454F82 /* PBXContainerItemProxy */;
  237. sourceTree = BUILT_PRODUCTS_DIR;
  238. };
  239. CD0C594F20C2DBE700454F82 /* gmock.framework */ = {
  240. isa = PBXReferenceProxy;
  241. fileType = wrapper.framework;
  242. path = gmock.framework;
  243. remoteRef = CD0C594E20C2DBE700454F82 /* PBXContainerItemProxy */;
  244. sourceTree = BUILT_PRODUCTS_DIR;
  245. };
  246. CD0C595120C2DBE700454F82 /* gtest.framework */ = {
  247. isa = PBXReferenceProxy;
  248. fileType = wrapper.framework;
  249. path = gtest.framework;
  250. remoteRef = CD0C595020C2DBE700454F82 /* PBXContainerItemProxy */;
  251. sourceTree = BUILT_PRODUCTS_DIR;
  252. };
  253. CD0C595320C2DBE700454F82 /* GoogleMockTests.xctest */ = {
  254. isa = PBXReferenceProxy;
  255. fileType = wrapper.cfbundle;
  256. path = GoogleMockTests.xctest;
  257. remoteRef = CD0C595220C2DBE700454F82 /* PBXContainerItemProxy */;
  258. sourceTree = BUILT_PRODUCTS_DIR;
  259. };
  260. /* End PBXReferenceProxy section */
  261. /* Begin PBXResourcesBuildPhase section */
  262. CD0C595720C2DC1D00454F82 /* Resources */ = {
  263. isa = PBXResourcesBuildPhase;
  264. buildActionMask = 2147483647;
  265. files = (
  266. );
  267. runOnlyForDeploymentPostprocessing = 0;
  268. };
  269. /* End PBXResourcesBuildPhase section */
  270. /* Begin PBXSourcesBuildPhase section */
  271. CD0C595520C2DC1D00454F82 /* Sources */ = {
  272. isa = PBXSourcesBuildPhase;
  273. buildActionMask = 2147483647;
  274. files = (
  275. CD0C596420C2DC3800454F82 /* trie_test.cpp in Sources */,
  276. );
  277. runOnlyForDeploymentPostprocessing = 0;
  278. };
  279. CD0C596520C2E9CE00454F82 /* Sources */ = {
  280. isa = PBXSourcesBuildPhase;
  281. buildActionMask = 2147483647;
  282. files = (
  283. CD0C597420C2EA7300454F82 /* trie_dummy.cpp in Sources */,
  284. );
  285. runOnlyForDeploymentPostprocessing = 0;
  286. };
  287. /* End PBXSourcesBuildPhase section */
  288. /* Begin PBXTargetDependency section */
  289. CD0C596220C2DC2D00454F82 /* PBXTargetDependency */ = {
  290. isa = PBXTargetDependency;
  291. name = GoogleMock;
  292. targetProxy = CD0C596120C2DC2D00454F82 /* PBXContainerItemProxy */;
  293. };
  294. CD0C597120C2EA1400454F82 /* PBXTargetDependency */ = {
  295. isa = PBXTargetDependency;
  296. target = CD0C596820C2E9CE00454F82 /* trie */;
  297. targetProxy = CD0C597020C2EA1400454F82 /* PBXContainerItemProxy */;
  298. };
  299. /* End PBXTargetDependency section */
  300. /* Begin XCBuildConfiguration section */
  301. CD0C595F20C2DC1D00454F82 /* Debug */ = {
  302. isa = XCBuildConfiguration;
  303. buildSettings = {
  304. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  305. COMBINE_HIDPI_IMAGES = YES;
  306. INFOPLIST_FILE = trie_test/Info.plist;
  307. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  308. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.trie-test";
  309. PRODUCT_NAME = "$(TARGET_NAME)";
  310. };
  311. name = Debug;
  312. };
  313. CD0C596020C2DC1D00454F82 /* Release */ = {
  314. isa = XCBuildConfiguration;
  315. buildSettings = {
  316. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  317. COMBINE_HIDPI_IMAGES = YES;
  318. INFOPLIST_FILE = trie_test/Info.plist;
  319. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  320. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.trie-test";
  321. PRODUCT_NAME = "$(TARGET_NAME)";
  322. };
  323. name = Release;
  324. };
  325. CD0C596B20C2E9CF00454F82 /* Debug */ = {
  326. isa = XCBuildConfiguration;
  327. buildSettings = {
  328. DYLIB_COMPATIBILITY_VERSION = 1;
  329. DYLIB_CURRENT_VERSION = 1;
  330. EXECUTABLE_PREFIX = lib;
  331. PRODUCT_NAME = "$(TARGET_NAME)";
  332. };
  333. name = Debug;
  334. };
  335. CD0C596C20C2E9CF00454F82 /* Release */ = {
  336. isa = XCBuildConfiguration;
  337. buildSettings = {
  338. DYLIB_COMPATIBILITY_VERSION = 1;
  339. DYLIB_CURRENT_VERSION = 1;
  340. EXECUTABLE_PREFIX = lib;
  341. PRODUCT_NAME = "$(TARGET_NAME)";
  342. };
  343. name = Release;
  344. };
  345. CD46DF3C1EF3FD540092D121 /* Debug */ = {
  346. isa = XCBuildConfiguration;
  347. buildSettings = {
  348. ALWAYS_SEARCH_USER_PATHS = NO;
  349. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  350. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  351. CLANG_CXX_LIBRARY = "libc++";
  352. CLANG_ENABLE_MODULES = YES;
  353. CLANG_ENABLE_OBJC_ARC = YES;
  354. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  355. CLANG_WARN_BOOL_CONVERSION = YES;
  356. CLANG_WARN_COMMA = YES;
  357. CLANG_WARN_CONSTANT_CONVERSION = YES;
  358. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  359. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  360. CLANG_WARN_EMPTY_BODY = YES;
  361. CLANG_WARN_ENUM_CONVERSION = YES;
  362. CLANG_WARN_INFINITE_RECURSION = YES;
  363. CLANG_WARN_INT_CONVERSION = YES;
  364. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  365. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  366. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  367. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  368. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  369. CLANG_WARN_STRICT_PROTOTYPES = YES;
  370. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  371. CLANG_WARN_UNREACHABLE_CODE = YES;
  372. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  373. CODE_SIGN_IDENTITY = "-";
  374. COPY_PHASE_STRIP = NO;
  375. DEBUG_INFORMATION_FORMAT = dwarf;
  376. ENABLE_STRICT_OBJC_MSGSEND = YES;
  377. ENABLE_TESTABILITY = YES;
  378. GCC_C_LANGUAGE_STANDARD = gnu99;
  379. GCC_DYNAMIC_NO_PIC = NO;
  380. GCC_NO_COMMON_BLOCKS = YES;
  381. GCC_OPTIMIZATION_LEVEL = 0;
  382. GCC_PREPROCESSOR_DEFINITIONS = (
  383. "DEBUG=1",
  384. "$(inherited)",
  385. );
  386. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  387. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  388. GCC_WARN_UNDECLARED_SELECTOR = YES;
  389. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  390. GCC_WARN_UNUSED_FUNCTION = YES;
  391. GCC_WARN_UNUSED_VARIABLE = YES;
  392. MACOSX_DEPLOYMENT_TARGET = 10.10;
  393. MTL_ENABLE_DEBUG_INFO = YES;
  394. ONLY_ACTIVE_ARCH = YES;
  395. SDKROOT = macosx;
  396. USER_HEADER_SEARCH_PATHS = "../iterator/include/ ../../types";
  397. };
  398. name = Debug;
  399. };
  400. CD46DF3D1EF3FD540092D121 /* Release */ = {
  401. isa = XCBuildConfiguration;
  402. buildSettings = {
  403. ALWAYS_SEARCH_USER_PATHS = NO;
  404. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  405. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  406. CLANG_CXX_LIBRARY = "libc++";
  407. CLANG_ENABLE_MODULES = YES;
  408. CLANG_ENABLE_OBJC_ARC = YES;
  409. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  410. CLANG_WARN_BOOL_CONVERSION = YES;
  411. CLANG_WARN_COMMA = YES;
  412. CLANG_WARN_CONSTANT_CONVERSION = YES;
  413. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  414. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  415. CLANG_WARN_EMPTY_BODY = YES;
  416. CLANG_WARN_ENUM_CONVERSION = YES;
  417. CLANG_WARN_INFINITE_RECURSION = YES;
  418. CLANG_WARN_INT_CONVERSION = YES;
  419. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  420. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  421. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  422. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  423. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  424. CLANG_WARN_STRICT_PROTOTYPES = YES;
  425. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  426. CLANG_WARN_UNREACHABLE_CODE = YES;
  427. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  428. CODE_SIGN_IDENTITY = "-";
  429. COPY_PHASE_STRIP = NO;
  430. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  431. ENABLE_NS_ASSERTIONS = NO;
  432. ENABLE_STRICT_OBJC_MSGSEND = YES;
  433. GCC_C_LANGUAGE_STANDARD = gnu99;
  434. GCC_NO_COMMON_BLOCKS = YES;
  435. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  436. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  437. GCC_WARN_UNDECLARED_SELECTOR = YES;
  438. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  439. GCC_WARN_UNUSED_FUNCTION = YES;
  440. GCC_WARN_UNUSED_VARIABLE = YES;
  441. MACOSX_DEPLOYMENT_TARGET = 10.10;
  442. MTL_ENABLE_DEBUG_INFO = NO;
  443. SDKROOT = macosx;
  444. USER_HEADER_SEARCH_PATHS = "../iterator/include/ ../../types";
  445. };
  446. name = Release;
  447. };
  448. /* End XCBuildConfiguration section */
  449. /* Begin XCConfigurationList section */
  450. CD0C595E20C2DC1D00454F82 /* Build configuration list for PBXNativeTarget "trie_test" */ = {
  451. isa = XCConfigurationList;
  452. buildConfigurations = (
  453. CD0C595F20C2DC1D00454F82 /* Debug */,
  454. CD0C596020C2DC1D00454F82 /* Release */,
  455. );
  456. defaultConfigurationIsVisible = 0;
  457. defaultConfigurationName = Release;
  458. };
  459. CD0C596A20C2E9CF00454F82 /* Build configuration list for PBXNativeTarget "trie" */ = {
  460. isa = XCConfigurationList;
  461. buildConfigurations = (
  462. CD0C596B20C2E9CF00454F82 /* Debug */,
  463. CD0C596C20C2E9CF00454F82 /* Release */,
  464. );
  465. defaultConfigurationIsVisible = 0;
  466. defaultConfigurationName = Release;
  467. };
  468. CD46DF321EF3FD540092D121 /* Build configuration list for PBXProject "trie" */ = {
  469. isa = XCConfigurationList;
  470. buildConfigurations = (
  471. CD46DF3C1EF3FD540092D121 /* Debug */,
  472. CD46DF3D1EF3FD540092D121 /* Release */,
  473. );
  474. defaultConfigurationIsVisible = 0;
  475. defaultConfigurationName = Release;
  476. };
  477. /* End XCConfigurationList section */
  478. };
  479. rootObject = CD46DF2F1EF3FD540092D121 /* Project object */;
  480. }