project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  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 = 1000;
  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 = English;
  210. hasScannedForEncodings = 0;
  211. knownRegions = (
  212. en,
  213. );
  214. mainGroup = CD46DF2E1EF3FD540092D121;
  215. productRefGroup = CD46DF381EF3FD540092D121 /* Products */;
  216. projectDirPath = "";
  217. projectReferences = (
  218. {
  219. ProductGroup = CD0C594620C2DBE700454F82 /* Products */;
  220. ProjectRef = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */;
  221. },
  222. );
  223. projectRoot = "";
  224. targets = (
  225. CD0C595820C2DC1D00454F82 /* trie_test */,
  226. CD0C596820C2E9CE00454F82 /* trie */,
  227. );
  228. };
  229. /* End PBXProject section */
  230. /* Begin PBXReferenceProxy section */
  231. CD0C594D20C2DBE700454F82 /* GoogleMock.framework */ = {
  232. isa = PBXReferenceProxy;
  233. fileType = wrapper.framework;
  234. path = GoogleMock.framework;
  235. remoteRef = CD0C594C20C2DBE700454F82 /* PBXContainerItemProxy */;
  236. sourceTree = BUILT_PRODUCTS_DIR;
  237. };
  238. CD0C594F20C2DBE700454F82 /* gmock.framework */ = {
  239. isa = PBXReferenceProxy;
  240. fileType = wrapper.framework;
  241. path = gmock.framework;
  242. remoteRef = CD0C594E20C2DBE700454F82 /* PBXContainerItemProxy */;
  243. sourceTree = BUILT_PRODUCTS_DIR;
  244. };
  245. CD0C595120C2DBE700454F82 /* gtest.framework */ = {
  246. isa = PBXReferenceProxy;
  247. fileType = wrapper.framework;
  248. path = gtest.framework;
  249. remoteRef = CD0C595020C2DBE700454F82 /* PBXContainerItemProxy */;
  250. sourceTree = BUILT_PRODUCTS_DIR;
  251. };
  252. CD0C595320C2DBE700454F82 /* GoogleMockTests.xctest */ = {
  253. isa = PBXReferenceProxy;
  254. fileType = wrapper.cfbundle;
  255. path = GoogleMockTests.xctest;
  256. remoteRef = CD0C595220C2DBE700454F82 /* PBXContainerItemProxy */;
  257. sourceTree = BUILT_PRODUCTS_DIR;
  258. };
  259. /* End PBXReferenceProxy section */
  260. /* Begin PBXResourcesBuildPhase section */
  261. CD0C595720C2DC1D00454F82 /* Resources */ = {
  262. isa = PBXResourcesBuildPhase;
  263. buildActionMask = 2147483647;
  264. files = (
  265. );
  266. runOnlyForDeploymentPostprocessing = 0;
  267. };
  268. /* End PBXResourcesBuildPhase section */
  269. /* Begin PBXSourcesBuildPhase section */
  270. CD0C595520C2DC1D00454F82 /* Sources */ = {
  271. isa = PBXSourcesBuildPhase;
  272. buildActionMask = 2147483647;
  273. files = (
  274. CD0C596420C2DC3800454F82 /* trie_test.cpp in Sources */,
  275. );
  276. runOnlyForDeploymentPostprocessing = 0;
  277. };
  278. CD0C596520C2E9CE00454F82 /* Sources */ = {
  279. isa = PBXSourcesBuildPhase;
  280. buildActionMask = 2147483647;
  281. files = (
  282. CD0C597420C2EA7300454F82 /* trie_dummy.cpp in Sources */,
  283. );
  284. runOnlyForDeploymentPostprocessing = 0;
  285. };
  286. /* End PBXSourcesBuildPhase section */
  287. /* Begin PBXTargetDependency section */
  288. CD0C596220C2DC2D00454F82 /* PBXTargetDependency */ = {
  289. isa = PBXTargetDependency;
  290. name = GoogleMock;
  291. targetProxy = CD0C596120C2DC2D00454F82 /* PBXContainerItemProxy */;
  292. };
  293. CD0C597120C2EA1400454F82 /* PBXTargetDependency */ = {
  294. isa = PBXTargetDependency;
  295. target = CD0C596820C2E9CE00454F82 /* trie */;
  296. targetProxy = CD0C597020C2EA1400454F82 /* PBXContainerItemProxy */;
  297. };
  298. /* End PBXTargetDependency section */
  299. /* Begin XCBuildConfiguration section */
  300. CD0C595F20C2DC1D00454F82 /* Debug */ = {
  301. isa = XCBuildConfiguration;
  302. buildSettings = {
  303. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  304. COMBINE_HIDPI_IMAGES = YES;
  305. INFOPLIST_FILE = trie_test/Info.plist;
  306. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  307. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.trie-test";
  308. PRODUCT_NAME = "$(TARGET_NAME)";
  309. };
  310. name = Debug;
  311. };
  312. CD0C596020C2DC1D00454F82 /* Release */ = {
  313. isa = XCBuildConfiguration;
  314. buildSettings = {
  315. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  316. COMBINE_HIDPI_IMAGES = YES;
  317. INFOPLIST_FILE = trie_test/Info.plist;
  318. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  319. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.trie-test";
  320. PRODUCT_NAME = "$(TARGET_NAME)";
  321. };
  322. name = Release;
  323. };
  324. CD0C596B20C2E9CF00454F82 /* Debug */ = {
  325. isa = XCBuildConfiguration;
  326. buildSettings = {
  327. DYLIB_COMPATIBILITY_VERSION = 1;
  328. DYLIB_CURRENT_VERSION = 1;
  329. EXECUTABLE_PREFIX = lib;
  330. PRODUCT_NAME = "$(TARGET_NAME)";
  331. };
  332. name = Debug;
  333. };
  334. CD0C596C20C2E9CF00454F82 /* Release */ = {
  335. isa = XCBuildConfiguration;
  336. buildSettings = {
  337. DYLIB_COMPATIBILITY_VERSION = 1;
  338. DYLIB_CURRENT_VERSION = 1;
  339. EXECUTABLE_PREFIX = lib;
  340. PRODUCT_NAME = "$(TARGET_NAME)";
  341. };
  342. name = Release;
  343. };
  344. CD46DF3C1EF3FD540092D121 /* Debug */ = {
  345. isa = XCBuildConfiguration;
  346. buildSettings = {
  347. ALWAYS_SEARCH_USER_PATHS = NO;
  348. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  349. CLANG_CXX_LIBRARY = "libc++";
  350. CLANG_ENABLE_MODULES = YES;
  351. CLANG_ENABLE_OBJC_ARC = YES;
  352. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  353. CLANG_WARN_BOOL_CONVERSION = YES;
  354. CLANG_WARN_COMMA = YES;
  355. CLANG_WARN_CONSTANT_CONVERSION = YES;
  356. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  357. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  358. CLANG_WARN_EMPTY_BODY = YES;
  359. CLANG_WARN_ENUM_CONVERSION = YES;
  360. CLANG_WARN_INFINITE_RECURSION = YES;
  361. CLANG_WARN_INT_CONVERSION = YES;
  362. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  363. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  364. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  365. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  366. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  367. CLANG_WARN_STRICT_PROTOTYPES = YES;
  368. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  369. CLANG_WARN_UNREACHABLE_CODE = YES;
  370. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  371. CODE_SIGN_IDENTITY = "-";
  372. COPY_PHASE_STRIP = NO;
  373. DEBUG_INFORMATION_FORMAT = dwarf;
  374. ENABLE_STRICT_OBJC_MSGSEND = YES;
  375. ENABLE_TESTABILITY = YES;
  376. GCC_C_LANGUAGE_STANDARD = gnu99;
  377. GCC_DYNAMIC_NO_PIC = NO;
  378. GCC_NO_COMMON_BLOCKS = YES;
  379. GCC_OPTIMIZATION_LEVEL = 0;
  380. GCC_PREPROCESSOR_DEFINITIONS = (
  381. "DEBUG=1",
  382. "$(inherited)",
  383. );
  384. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  385. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  386. GCC_WARN_UNDECLARED_SELECTOR = YES;
  387. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  388. GCC_WARN_UNUSED_FUNCTION = YES;
  389. GCC_WARN_UNUSED_VARIABLE = YES;
  390. MACOSX_DEPLOYMENT_TARGET = 10.10;
  391. MTL_ENABLE_DEBUG_INFO = YES;
  392. ONLY_ACTIVE_ARCH = YES;
  393. SDKROOT = macosx;
  394. USER_HEADER_SEARCH_PATHS = "../ ../../types";
  395. };
  396. name = Debug;
  397. };
  398. CD46DF3D1EF3FD540092D121 /* Release */ = {
  399. isa = XCBuildConfiguration;
  400. buildSettings = {
  401. ALWAYS_SEARCH_USER_PATHS = NO;
  402. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  403. CLANG_CXX_LIBRARY = "libc++";
  404. CLANG_ENABLE_MODULES = YES;
  405. CLANG_ENABLE_OBJC_ARC = YES;
  406. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  407. CLANG_WARN_BOOL_CONVERSION = YES;
  408. CLANG_WARN_COMMA = YES;
  409. CLANG_WARN_CONSTANT_CONVERSION = YES;
  410. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  411. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  412. CLANG_WARN_EMPTY_BODY = YES;
  413. CLANG_WARN_ENUM_CONVERSION = YES;
  414. CLANG_WARN_INFINITE_RECURSION = YES;
  415. CLANG_WARN_INT_CONVERSION = YES;
  416. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  417. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  418. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  419. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  420. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  421. CLANG_WARN_STRICT_PROTOTYPES = YES;
  422. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  423. CLANG_WARN_UNREACHABLE_CODE = YES;
  424. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  425. CODE_SIGN_IDENTITY = "-";
  426. COPY_PHASE_STRIP = NO;
  427. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  428. ENABLE_NS_ASSERTIONS = NO;
  429. ENABLE_STRICT_OBJC_MSGSEND = YES;
  430. GCC_C_LANGUAGE_STANDARD = gnu99;
  431. GCC_NO_COMMON_BLOCKS = YES;
  432. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  433. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  434. GCC_WARN_UNDECLARED_SELECTOR = YES;
  435. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  436. GCC_WARN_UNUSED_FUNCTION = YES;
  437. GCC_WARN_UNUSED_VARIABLE = YES;
  438. MACOSX_DEPLOYMENT_TARGET = 10.10;
  439. MTL_ENABLE_DEBUG_INFO = NO;
  440. SDKROOT = macosx;
  441. USER_HEADER_SEARCH_PATHS = "../ ../../types";
  442. };
  443. name = Release;
  444. };
  445. /* End XCBuildConfiguration section */
  446. /* Begin XCConfigurationList section */
  447. CD0C595E20C2DC1D00454F82 /* Build configuration list for PBXNativeTarget "trie_test" */ = {
  448. isa = XCConfigurationList;
  449. buildConfigurations = (
  450. CD0C595F20C2DC1D00454F82 /* Debug */,
  451. CD0C596020C2DC1D00454F82 /* Release */,
  452. );
  453. defaultConfigurationIsVisible = 0;
  454. defaultConfigurationName = Release;
  455. };
  456. CD0C596A20C2E9CF00454F82 /* Build configuration list for PBXNativeTarget "trie" */ = {
  457. isa = XCConfigurationList;
  458. buildConfigurations = (
  459. CD0C596B20C2E9CF00454F82 /* Debug */,
  460. CD0C596C20C2E9CF00454F82 /* Release */,
  461. );
  462. defaultConfigurationIsVisible = 0;
  463. defaultConfigurationName = Release;
  464. };
  465. CD46DF321EF3FD540092D121 /* Build configuration list for PBXProject "trie" */ = {
  466. isa = XCConfigurationList;
  467. buildConfigurations = (
  468. CD46DF3C1EF3FD540092D121 /* Debug */,
  469. CD46DF3D1EF3FD540092D121 /* Release */,
  470. );
  471. defaultConfigurationIsVisible = 0;
  472. defaultConfigurationName = Release;
  473. };
  474. /* End XCConfigurationList section */
  475. };
  476. rootObject = CD46DF2F1EF3FD540092D121 /* Project object */;
  477. }