project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CDCB3C2024E381270029B771 /* trie_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD0C595420C2DBFB00454F82 /* trie_test.cxx */; };
  10. CDCB3C2224E381300029B771 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C594D20C2DBE700454F82 /* GoogleMock.framework */; };
  11. /* End PBXBuildFile section */
  12. /* Begin PBXContainerItemProxy section */
  13. CD0C594C20C2DBE700454F82 /* PBXContainerItemProxy */ = {
  14. isa = PBXContainerItemProxy;
  15. containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */;
  16. proxyType = 2;
  17. remoteGlobalIDString = 05818F861A685AEA0072A469;
  18. remoteInfo = GoogleMock;
  19. };
  20. CD0C594E20C2DBE700454F82 /* PBXContainerItemProxy */ = {
  21. isa = PBXContainerItemProxy;
  22. containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */;
  23. proxyType = 2;
  24. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  25. remoteInfo = gmock;
  26. };
  27. CD0C595020C2DBE700454F82 /* PBXContainerItemProxy */ = {
  28. isa = PBXContainerItemProxy;
  29. containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */;
  30. proxyType = 2;
  31. remoteGlobalIDString = 05E96B1F1A68634900204102;
  32. remoteInfo = gtest;
  33. };
  34. CD0C595220C2DBE700454F82 /* PBXContainerItemProxy */ = {
  35. isa = PBXContainerItemProxy;
  36. containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */;
  37. proxyType = 2;
  38. remoteGlobalIDString = 05818F901A685AEA0072A469;
  39. remoteInfo = GoogleMockTests;
  40. };
  41. CDCB3C2324E381340029B771 /* PBXContainerItemProxy */ = {
  42. isa = PBXContainerItemProxy;
  43. containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */;
  44. proxyType = 1;
  45. remoteGlobalIDString = 05818F851A685AEA0072A469;
  46. remoteInfo = GoogleMock;
  47. };
  48. /* End PBXContainerItemProxy section */
  49. /* Begin PBXFileReference section */
  50. CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  51. CD0C595420C2DBFB00454F82 /* trie_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = trie_test.cxx; sourceTree = "<group>"; };
  52. CDCB3C1224E380D80029B771 /* trie */ = {isa = PBXFileReference; lastKnownFileType = folder; name = trie; path = include/trie; sourceTree = "<group>"; };
  53. CDCB3C1824E3811E0029B771 /* trie-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "trie-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  54. CDCB3C1C24E3811E0029B771 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  55. /* End PBXFileReference section */
  56. /* Begin PBXFrameworksBuildPhase section */
  57. CDCB3C1524E3811E0029B771 /* Frameworks */ = {
  58. isa = PBXFrameworksBuildPhase;
  59. buildActionMask = 2147483647;
  60. files = (
  61. CDCB3C2224E381300029B771 /* GoogleMock.framework in Frameworks */,
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. /* End PBXFrameworksBuildPhase section */
  66. /* Begin PBXGroup section */
  67. CD0C594620C2DBE700454F82 /* Products */ = {
  68. isa = PBXGroup;
  69. children = (
  70. CD0C594D20C2DBE700454F82 /* GoogleMock.framework */,
  71. CD0C594F20C2DBE700454F82 /* gmock.framework */,
  72. CD0C595120C2DBE700454F82 /* gtest.framework */,
  73. CD0C595320C2DBE700454F82 /* GoogleMockTests.xctest */,
  74. );
  75. name = Products;
  76. sourceTree = "<group>";
  77. };
  78. CD46DF2E1EF3FD540092D121 = {
  79. isa = PBXGroup;
  80. children = (
  81. CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */,
  82. CDCB3C1224E380D80029B771 /* trie */,
  83. CD46DF411EF3FD670092D121 /* test */,
  84. CDCB3C1924E3811E0029B771 /* trie-test */,
  85. CD46DF381EF3FD540092D121 /* Products */,
  86. CDCB3C2124E381300029B771 /* Frameworks */,
  87. );
  88. sourceTree = "<group>";
  89. };
  90. CD46DF381EF3FD540092D121 /* Products */ = {
  91. isa = PBXGroup;
  92. children = (
  93. CDCB3C1824E3811E0029B771 /* trie-test.xctest */,
  94. );
  95. name = Products;
  96. sourceTree = "<group>";
  97. };
  98. CD46DF411EF3FD670092D121 /* test */ = {
  99. isa = PBXGroup;
  100. children = (
  101. CD0C595420C2DBFB00454F82 /* trie_test.cxx */,
  102. );
  103. path = test;
  104. sourceTree = "<group>";
  105. };
  106. CDCB3C1924E3811E0029B771 /* trie-test */ = {
  107. isa = PBXGroup;
  108. children = (
  109. CDCB3C1C24E3811E0029B771 /* Info.plist */,
  110. );
  111. path = "trie-test";
  112. sourceTree = "<group>";
  113. };
  114. CDCB3C2124E381300029B771 /* Frameworks */ = {
  115. isa = PBXGroup;
  116. children = (
  117. );
  118. name = Frameworks;
  119. sourceTree = "<group>";
  120. };
  121. /* End PBXGroup section */
  122. /* Begin PBXNativeTarget section */
  123. CDCB3C1724E3811E0029B771 /* trie-test */ = {
  124. isa = PBXNativeTarget;
  125. buildConfigurationList = CDCB3C1D24E3811E0029B771 /* Build configuration list for PBXNativeTarget "trie-test" */;
  126. buildPhases = (
  127. CDCB3C1424E3811E0029B771 /* Sources */,
  128. CDCB3C1524E3811E0029B771 /* Frameworks */,
  129. CDCB3C1624E3811E0029B771 /* Resources */,
  130. );
  131. buildRules = (
  132. );
  133. dependencies = (
  134. CDCB3C2424E381340029B771 /* PBXTargetDependency */,
  135. );
  136. name = "trie-test";
  137. productName = "trie-test";
  138. productReference = CDCB3C1824E3811E0029B771 /* trie-test.xctest */;
  139. productType = "com.apple.product-type.bundle.unit-test";
  140. };
  141. /* End PBXNativeTarget section */
  142. /* Begin PBXProject section */
  143. CD46DF2F1EF3FD540092D121 /* Project object */ = {
  144. isa = PBXProject;
  145. attributes = {
  146. LastUpgradeCheck = 1230;
  147. ORGANIZATIONNAME = "Sam Jaffe";
  148. TargetAttributes = {
  149. CDCB3C1724E3811E0029B771 = {
  150. CreatedOnToolsVersion = 11.3.1;
  151. ProvisioningStyle = Automatic;
  152. };
  153. };
  154. };
  155. buildConfigurationList = CD46DF321EF3FD540092D121 /* Build configuration list for PBXProject "trie" */;
  156. compatibilityVersion = "Xcode 3.2";
  157. developmentRegion = en;
  158. hasScannedForEncodings = 0;
  159. knownRegions = (
  160. en,
  161. Base,
  162. );
  163. mainGroup = CD46DF2E1EF3FD540092D121;
  164. productRefGroup = CD46DF381EF3FD540092D121 /* Products */;
  165. projectDirPath = "";
  166. projectReferences = (
  167. {
  168. ProductGroup = CD0C594620C2DBE700454F82 /* Products */;
  169. ProjectRef = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */;
  170. },
  171. );
  172. projectRoot = "";
  173. targets = (
  174. CDCB3C1724E3811E0029B771 /* trie-test */,
  175. );
  176. };
  177. /* End PBXProject section */
  178. /* Begin PBXReferenceProxy section */
  179. CD0C594D20C2DBE700454F82 /* GoogleMock.framework */ = {
  180. isa = PBXReferenceProxy;
  181. fileType = wrapper.framework;
  182. path = GoogleMock.framework;
  183. remoteRef = CD0C594C20C2DBE700454F82 /* PBXContainerItemProxy */;
  184. sourceTree = BUILT_PRODUCTS_DIR;
  185. };
  186. CD0C594F20C2DBE700454F82 /* gmock.framework */ = {
  187. isa = PBXReferenceProxy;
  188. fileType = wrapper.framework;
  189. path = gmock.framework;
  190. remoteRef = CD0C594E20C2DBE700454F82 /* PBXContainerItemProxy */;
  191. sourceTree = BUILT_PRODUCTS_DIR;
  192. };
  193. CD0C595120C2DBE700454F82 /* gtest.framework */ = {
  194. isa = PBXReferenceProxy;
  195. fileType = wrapper.framework;
  196. path = gtest.framework;
  197. remoteRef = CD0C595020C2DBE700454F82 /* PBXContainerItemProxy */;
  198. sourceTree = BUILT_PRODUCTS_DIR;
  199. };
  200. CD0C595320C2DBE700454F82 /* GoogleMockTests.xctest */ = {
  201. isa = PBXReferenceProxy;
  202. fileType = wrapper.cfbundle;
  203. path = GoogleMockTests.xctest;
  204. remoteRef = CD0C595220C2DBE700454F82 /* PBXContainerItemProxy */;
  205. sourceTree = BUILT_PRODUCTS_DIR;
  206. };
  207. /* End PBXReferenceProxy section */
  208. /* Begin PBXResourcesBuildPhase section */
  209. CDCB3C1624E3811E0029B771 /* Resources */ = {
  210. isa = PBXResourcesBuildPhase;
  211. buildActionMask = 2147483647;
  212. files = (
  213. );
  214. runOnlyForDeploymentPostprocessing = 0;
  215. };
  216. /* End PBXResourcesBuildPhase section */
  217. /* Begin PBXSourcesBuildPhase section */
  218. CDCB3C1424E3811E0029B771 /* Sources */ = {
  219. isa = PBXSourcesBuildPhase;
  220. buildActionMask = 2147483647;
  221. files = (
  222. CDCB3C2024E381270029B771 /* trie_test.cxx in Sources */,
  223. );
  224. runOnlyForDeploymentPostprocessing = 0;
  225. };
  226. /* End PBXSourcesBuildPhase section */
  227. /* Begin PBXTargetDependency section */
  228. CDCB3C2424E381340029B771 /* PBXTargetDependency */ = {
  229. isa = PBXTargetDependency;
  230. name = GoogleMock;
  231. targetProxy = CDCB3C2324E381340029B771 /* PBXContainerItemProxy */;
  232. };
  233. /* End PBXTargetDependency section */
  234. /* Begin XCBuildConfiguration section */
  235. CD46DF3C1EF3FD540092D121 /* Debug */ = {
  236. isa = XCBuildConfiguration;
  237. buildSettings = {
  238. ALWAYS_SEARCH_USER_PATHS = NO;
  239. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  240. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  241. CLANG_CXX_LIBRARY = "libc++";
  242. CLANG_ENABLE_MODULES = YES;
  243. CLANG_ENABLE_OBJC_ARC = YES;
  244. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  245. CLANG_WARN_BOOL_CONVERSION = YES;
  246. CLANG_WARN_COMMA = YES;
  247. CLANG_WARN_CONSTANT_CONVERSION = YES;
  248. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  249. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  250. CLANG_WARN_EMPTY_BODY = YES;
  251. CLANG_WARN_ENUM_CONVERSION = YES;
  252. CLANG_WARN_INFINITE_RECURSION = YES;
  253. CLANG_WARN_INT_CONVERSION = YES;
  254. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  255. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  256. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  257. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  258. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  259. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  260. CLANG_WARN_STRICT_PROTOTYPES = YES;
  261. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  262. CLANG_WARN_UNREACHABLE_CODE = YES;
  263. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  264. CODE_SIGN_IDENTITY = "-";
  265. COPY_PHASE_STRIP = NO;
  266. DEBUG_INFORMATION_FORMAT = dwarf;
  267. ENABLE_STRICT_OBJC_MSGSEND = YES;
  268. ENABLE_TESTABILITY = YES;
  269. GCC_C_LANGUAGE_STANDARD = gnu99;
  270. GCC_DYNAMIC_NO_PIC = NO;
  271. GCC_NO_COMMON_BLOCKS = YES;
  272. GCC_OPTIMIZATION_LEVEL = 0;
  273. GCC_PREPROCESSOR_DEFINITIONS = (
  274. "DEBUG=1",
  275. "$(inherited)",
  276. );
  277. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  278. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  279. GCC_WARN_UNDECLARED_SELECTOR = YES;
  280. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  281. GCC_WARN_UNUSED_FUNCTION = YES;
  282. GCC_WARN_UNUSED_VARIABLE = YES;
  283. MACOSX_DEPLOYMENT_TARGET = 10.10;
  284. MTL_ENABLE_DEBUG_INFO = YES;
  285. ONLY_ACTIVE_ARCH = YES;
  286. SDKROOT = macosx;
  287. USER_HEADER_SEARCH_PATHS = "include/ ../iterator/include/ ../../types/pointers/include/";
  288. };
  289. name = Debug;
  290. };
  291. CD46DF3D1EF3FD540092D121 /* Release */ = {
  292. isa = XCBuildConfiguration;
  293. buildSettings = {
  294. ALWAYS_SEARCH_USER_PATHS = NO;
  295. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  296. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  297. CLANG_CXX_LIBRARY = "libc++";
  298. CLANG_ENABLE_MODULES = YES;
  299. CLANG_ENABLE_OBJC_ARC = YES;
  300. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  301. CLANG_WARN_BOOL_CONVERSION = YES;
  302. CLANG_WARN_COMMA = YES;
  303. CLANG_WARN_CONSTANT_CONVERSION = YES;
  304. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  305. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  306. CLANG_WARN_EMPTY_BODY = YES;
  307. CLANG_WARN_ENUM_CONVERSION = YES;
  308. CLANG_WARN_INFINITE_RECURSION = YES;
  309. CLANG_WARN_INT_CONVERSION = YES;
  310. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  311. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  312. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  313. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  314. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  315. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  316. CLANG_WARN_STRICT_PROTOTYPES = YES;
  317. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  318. CLANG_WARN_UNREACHABLE_CODE = YES;
  319. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  320. CODE_SIGN_IDENTITY = "-";
  321. COPY_PHASE_STRIP = NO;
  322. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  323. ENABLE_NS_ASSERTIONS = NO;
  324. ENABLE_STRICT_OBJC_MSGSEND = YES;
  325. GCC_C_LANGUAGE_STANDARD = gnu99;
  326. GCC_NO_COMMON_BLOCKS = YES;
  327. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  328. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  329. GCC_WARN_UNDECLARED_SELECTOR = YES;
  330. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  331. GCC_WARN_UNUSED_FUNCTION = YES;
  332. GCC_WARN_UNUSED_VARIABLE = YES;
  333. MACOSX_DEPLOYMENT_TARGET = 10.10;
  334. MTL_ENABLE_DEBUG_INFO = NO;
  335. SDKROOT = macosx;
  336. USER_HEADER_SEARCH_PATHS = "include/ ../iterator/include/ ../../types/pointers/include/";
  337. };
  338. name = Release;
  339. };
  340. CDCB3C1E24E3811E0029B771 /* Debug */ = {
  341. isa = XCBuildConfiguration;
  342. buildSettings = {
  343. CLANG_ANALYZER_NONNULL = YES;
  344. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  345. CLANG_ENABLE_OBJC_WEAK = YES;
  346. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  347. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  348. CODE_SIGN_STYLE = Automatic;
  349. COMBINE_HIDPI_IMAGES = YES;
  350. GCC_C_LANGUAGE_STANDARD = gnu11;
  351. INFOPLIST_FILE = "trie-test/Info.plist";
  352. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  353. MACOSX_DEPLOYMENT_TARGET = 10.14;
  354. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  355. MTL_FAST_MATH = YES;
  356. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.trie-test";
  357. PRODUCT_NAME = "$(TARGET_NAME)";
  358. };
  359. name = Debug;
  360. };
  361. CDCB3C1F24E3811E0029B771 /* Release */ = {
  362. isa = XCBuildConfiguration;
  363. buildSettings = {
  364. CLANG_ANALYZER_NONNULL = YES;
  365. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  366. CLANG_ENABLE_OBJC_WEAK = YES;
  367. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  368. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  369. CODE_SIGN_STYLE = Automatic;
  370. COMBINE_HIDPI_IMAGES = YES;
  371. GCC_C_LANGUAGE_STANDARD = gnu11;
  372. INFOPLIST_FILE = "trie-test/Info.plist";
  373. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  374. MACOSX_DEPLOYMENT_TARGET = 10.14;
  375. MTL_FAST_MATH = YES;
  376. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.trie-test";
  377. PRODUCT_NAME = "$(TARGET_NAME)";
  378. };
  379. name = Release;
  380. };
  381. /* End XCBuildConfiguration section */
  382. /* Begin XCConfigurationList section */
  383. CD46DF321EF3FD540092D121 /* Build configuration list for PBXProject "trie" */ = {
  384. isa = XCConfigurationList;
  385. buildConfigurations = (
  386. CD46DF3C1EF3FD540092D121 /* Debug */,
  387. CD46DF3D1EF3FD540092D121 /* Release */,
  388. );
  389. defaultConfigurationIsVisible = 0;
  390. defaultConfigurationName = Release;
  391. };
  392. CDCB3C1D24E3811E0029B771 /* Build configuration list for PBXNativeTarget "trie-test" */ = {
  393. isa = XCConfigurationList;
  394. buildConfigurations = (
  395. CDCB3C1E24E3811E0029B771 /* Debug */,
  396. CDCB3C1F24E3811E0029B771 /* Release */,
  397. );
  398. defaultConfigurationIsVisible = 0;
  399. defaultConfigurationName = Release;
  400. };
  401. /* End XCConfigurationList section */
  402. };
  403. rootObject = CD46DF2F1EF3FD540092D121 /* Project object */;
  404. }