project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD592C0F29C3D932009AC14E /* serializer in Headers */ = {isa = PBXBuildFile; fileRef = CD592C0629C2A5EB009AC14E /* serializer */; settings = {ATTRIBUTES = (Public, ); }; };
  10. CD592C2229C3DB79009AC14E /* jsonizer_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD592C2129C3DB79009AC14E /* jsonizer_test.cxx */; };
  11. CD592C2729C3DC65009AC14E /* libjsoncpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD592C2629C3DC65009AC14E /* libjsoncpp.a */; };
  12. CD592C4629C3E153009AC14E /* jsonizier.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD592C4329C3E001009AC14E /* jsonizier.cxx */; };
  13. CD592C4729C3E1A2009AC14E /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD592C3029C3DC76009AC14E /* GoogleMock.framework */; };
  14. /* End PBXBuildFile section */
  15. /* Begin PBXContainerItemProxy section */
  16. CD592C1C29C3DB32009AC14E /* PBXContainerItemProxy */ = {
  17. isa = PBXContainerItemProxy;
  18. containerPortal = CD592BF529C2A5BF009AC14E /* Project object */;
  19. proxyType = 1;
  20. remoteGlobalIDString = CD592BFC29C2A5BF009AC14E;
  21. remoteInfo = serializer;
  22. };
  23. CD592C2F29C3DC76009AC14E /* PBXContainerItemProxy */ = {
  24. isa = PBXContainerItemProxy;
  25. containerPortal = CD592C2829C3DC76009AC14E /* GoogleMock.xcodeproj */;
  26. proxyType = 2;
  27. remoteGlobalIDString = 05818F861A685AEA0072A469;
  28. remoteInfo = GoogleMock;
  29. };
  30. CD592C3129C3DC76009AC14E /* PBXContainerItemProxy */ = {
  31. isa = PBXContainerItemProxy;
  32. containerPortal = CD592C2829C3DC76009AC14E /* GoogleMock.xcodeproj */;
  33. proxyType = 2;
  34. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  35. remoteInfo = gmock;
  36. };
  37. CD592C3329C3DC76009AC14E /* PBXContainerItemProxy */ = {
  38. isa = PBXContainerItemProxy;
  39. containerPortal = CD592C2829C3DC76009AC14E /* GoogleMock.xcodeproj */;
  40. proxyType = 2;
  41. remoteGlobalIDString = 05E96B1F1A68634900204102;
  42. remoteInfo = gtest;
  43. };
  44. CD592C3529C3DC76009AC14E /* PBXContainerItemProxy */ = {
  45. isa = PBXContainerItemProxy;
  46. containerPortal = CD592C2829C3DC76009AC14E /* GoogleMock.xcodeproj */;
  47. proxyType = 2;
  48. remoteGlobalIDString = 05818F901A685AEA0072A469;
  49. remoteInfo = GoogleMockTests;
  50. };
  51. CD592C3D29C3DC85009AC14E /* PBXContainerItemProxy */ = {
  52. isa = PBXContainerItemProxy;
  53. containerPortal = CD592C3729C3DC84009AC14E /* string-utils.xcodeproj */;
  54. proxyType = 2;
  55. remoteGlobalIDString = CD266862252FF4B600B3E667;
  56. remoteInfo = "string-utils";
  57. };
  58. CD592C3F29C3DC85009AC14E /* PBXContainerItemProxy */ = {
  59. isa = PBXContainerItemProxy;
  60. containerPortal = CD592C3729C3DC84009AC14E /* string-utils.xcodeproj */;
  61. proxyType = 2;
  62. remoteGlobalIDString = CD266886252FFAAE00B3E667;
  63. remoteInfo = "string_utils-test";
  64. };
  65. /* End PBXContainerItemProxy section */
  66. /* Begin PBXFileReference section */
  67. CD592BFD29C2A5BF009AC14E /* libserializer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libserializer.a; sourceTree = BUILT_PRODUCTS_DIR; };
  68. CD592C0629C2A5EB009AC14E /* serializer */ = {isa = PBXFileReference; lastKnownFileType = folder; name = serializer; path = include/serializer; sourceTree = "<group>"; };
  69. CD592C0729C2A607009AC14E /* jsonizer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = jsonizer.h; sourceTree = "<group>"; };
  70. CD592C0829C2A610009AC14E /* jsonizer.tpp */ = {isa = PBXFileReference; lastKnownFileType = text; path = jsonizer.tpp; sourceTree = "<group>"; };
  71. CD592C0929C2A63A009AC14E /* shared_cache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shared_cache.h; sourceTree = "<group>"; };
  72. CD592C0A29C2A64C009AC14E /* strconv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = strconv.h; sourceTree = "<group>"; };
  73. CD592C0B29C2A6C8009AC14E /* forwards.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = forwards.h; sourceTree = "<group>"; };
  74. CD592C0C29C2A707009AC14E /* traits.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = traits.h; sourceTree = "<group>"; };
  75. CD592C1729C3DB32009AC14E /* serializer-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "serializer-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  76. CD592C2129C3DB79009AC14E /* jsonizer_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = jsonizer_test.cxx; sourceTree = "<group>"; };
  77. CD592C2429C3DBB7009AC14E /* xcode_gtest_helper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = "<group>"; };
  78. CD592C2629C3DC65009AC14E /* libjsoncpp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjsoncpp.a; path = ../../../../../../../../opt/local/lib/libjsoncpp.a; sourceTree = "<group>"; };
  79. CD592C2829C3DC76009AC14E /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  80. CD592C3729C3DC84009AC14E /* string-utils.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "string-utils.xcodeproj"; path = "external/string-utils/string-utils.xcodeproj"; sourceTree = "<group>"; };
  81. CD592C4329C3E001009AC14E /* jsonizier.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = jsonizier.cxx; sourceTree = "<group>"; };
  82. /* End PBXFileReference section */
  83. /* Begin PBXFrameworksBuildPhase section */
  84. CD592BFB29C2A5BF009AC14E /* Frameworks */ = {
  85. isa = PBXFrameworksBuildPhase;
  86. buildActionMask = 2147483647;
  87. files = (
  88. );
  89. runOnlyForDeploymentPostprocessing = 0;
  90. };
  91. CD592C1429C3DB32009AC14E /* Frameworks */ = {
  92. isa = PBXFrameworksBuildPhase;
  93. buildActionMask = 2147483647;
  94. files = (
  95. CD592C2729C3DC65009AC14E /* libjsoncpp.a in Frameworks */,
  96. CD592C4729C3E1A2009AC14E /* GoogleMock.framework in Frameworks */,
  97. );
  98. runOnlyForDeploymentPostprocessing = 0;
  99. };
  100. /* End PBXFrameworksBuildPhase section */
  101. /* Begin PBXGroup section */
  102. CD592BF429C2A5BF009AC14E = {
  103. isa = PBXGroup;
  104. children = (
  105. CD592C2829C3DC76009AC14E /* GoogleMock.xcodeproj */,
  106. CD592C3729C3DC84009AC14E /* string-utils.xcodeproj */,
  107. CD592C0629C2A5EB009AC14E /* serializer */,
  108. CD592C0429C2A5E0009AC14E /* include */,
  109. CD592C4229C3DFEE009AC14E /* src */,
  110. CD592C1229C3DB22009AC14E /* test */,
  111. CD592C1829C3DB32009AC14E /* serializer-test */,
  112. CD592BFE29C2A5BF009AC14E /* Products */,
  113. CD592C2529C3DC64009AC14E /* Frameworks */,
  114. );
  115. sourceTree = "<group>";
  116. };
  117. CD592BFE29C2A5BF009AC14E /* Products */ = {
  118. isa = PBXGroup;
  119. children = (
  120. CD592BFD29C2A5BF009AC14E /* libserializer.a */,
  121. CD592C1729C3DB32009AC14E /* serializer-test.xctest */,
  122. );
  123. name = Products;
  124. sourceTree = "<group>";
  125. };
  126. CD592C0429C2A5E0009AC14E /* include */ = {
  127. isa = PBXGroup;
  128. children = (
  129. CD592C0529C2A5E0009AC14E /* serializer */,
  130. );
  131. path = include;
  132. sourceTree = "<group>";
  133. };
  134. CD592C0529C2A5E0009AC14E /* serializer */ = {
  135. isa = PBXGroup;
  136. children = (
  137. CD592C0B29C2A6C8009AC14E /* forwards.h */,
  138. CD592C0729C2A607009AC14E /* jsonizer.h */,
  139. CD592C0829C2A610009AC14E /* jsonizer.tpp */,
  140. CD592C0929C2A63A009AC14E /* shared_cache.h */,
  141. CD592C0A29C2A64C009AC14E /* strconv.h */,
  142. CD592C0C29C2A707009AC14E /* traits.h */,
  143. );
  144. path = serializer;
  145. sourceTree = "<group>";
  146. };
  147. CD592C1229C3DB22009AC14E /* test */ = {
  148. isa = PBXGroup;
  149. children = (
  150. CD592C2429C3DBB7009AC14E /* xcode_gtest_helper.h */,
  151. CD592C2129C3DB79009AC14E /* jsonizer_test.cxx */,
  152. );
  153. path = test;
  154. sourceTree = "<group>";
  155. };
  156. CD592C1829C3DB32009AC14E /* serializer-test */ = {
  157. isa = PBXGroup;
  158. children = (
  159. );
  160. path = "serializer-test";
  161. sourceTree = "<group>";
  162. };
  163. CD592C2529C3DC64009AC14E /* Frameworks */ = {
  164. isa = PBXGroup;
  165. children = (
  166. CD592C2629C3DC65009AC14E /* libjsoncpp.a */,
  167. );
  168. name = Frameworks;
  169. sourceTree = "<group>";
  170. };
  171. CD592C2929C3DC76009AC14E /* Products */ = {
  172. isa = PBXGroup;
  173. children = (
  174. CD592C3029C3DC76009AC14E /* GoogleMock.framework */,
  175. CD592C3229C3DC76009AC14E /* gmock.framework */,
  176. CD592C3429C3DC76009AC14E /* gtest.framework */,
  177. CD592C3629C3DC76009AC14E /* GoogleMockTests.xctest */,
  178. );
  179. name = Products;
  180. sourceTree = "<group>";
  181. };
  182. CD592C3829C3DC84009AC14E /* Products */ = {
  183. isa = PBXGroup;
  184. children = (
  185. CD592C3E29C3DC85009AC14E /* libstring-utils.a */,
  186. CD592C4029C3DC85009AC14E /* string_utils-test.xctest */,
  187. );
  188. name = Products;
  189. sourceTree = "<group>";
  190. };
  191. CD592C4229C3DFEE009AC14E /* src */ = {
  192. isa = PBXGroup;
  193. children = (
  194. CD592C4329C3E001009AC14E /* jsonizier.cxx */,
  195. );
  196. path = src;
  197. sourceTree = "<group>";
  198. };
  199. /* End PBXGroup section */
  200. /* Begin PBXHeadersBuildPhase section */
  201. CD592BF929C2A5BF009AC14E /* Headers */ = {
  202. isa = PBXHeadersBuildPhase;
  203. buildActionMask = 2147483647;
  204. files = (
  205. CD592C0F29C3D932009AC14E /* serializer in Headers */,
  206. );
  207. runOnlyForDeploymentPostprocessing = 0;
  208. };
  209. /* End PBXHeadersBuildPhase section */
  210. /* Begin PBXNativeTarget section */
  211. CD592BFC29C2A5BF009AC14E /* serializer */ = {
  212. isa = PBXNativeTarget;
  213. buildConfigurationList = CD592C0129C2A5BF009AC14E /* Build configuration list for PBXNativeTarget "serializer" */;
  214. buildPhases = (
  215. CD592BF929C2A5BF009AC14E /* Headers */,
  216. CD592BFA29C2A5BF009AC14E /* Sources */,
  217. CD592BFB29C2A5BF009AC14E /* Frameworks */,
  218. );
  219. buildRules = (
  220. );
  221. dependencies = (
  222. );
  223. name = serializer;
  224. productName = serializer;
  225. productReference = CD592BFD29C2A5BF009AC14E /* libserializer.a */;
  226. productType = "com.apple.product-type.library.static";
  227. };
  228. CD592C1629C3DB32009AC14E /* serializer-test */ = {
  229. isa = PBXNativeTarget;
  230. buildConfigurationList = CD592C1E29C3DB32009AC14E /* Build configuration list for PBXNativeTarget "serializer-test" */;
  231. buildPhases = (
  232. CD592C1329C3DB32009AC14E /* Sources */,
  233. CD592C1429C3DB32009AC14E /* Frameworks */,
  234. CD592C1529C3DB32009AC14E /* Resources */,
  235. );
  236. buildRules = (
  237. );
  238. dependencies = (
  239. CD592C1D29C3DB32009AC14E /* PBXTargetDependency */,
  240. );
  241. name = "serializer-test";
  242. productName = "serializer-test";
  243. productReference = CD592C1729C3DB32009AC14E /* serializer-test.xctest */;
  244. productType = "com.apple.product-type.bundle.unit-test";
  245. };
  246. /* End PBXNativeTarget section */
  247. /* Begin PBXProject section */
  248. CD592BF529C2A5BF009AC14E /* Project object */ = {
  249. isa = PBXProject;
  250. attributes = {
  251. BuildIndependentTargetsInParallel = 1;
  252. LastSwiftUpdateCheck = 1340;
  253. LastUpgradeCheck = 1340;
  254. TargetAttributes = {
  255. CD592BFC29C2A5BF009AC14E = {
  256. CreatedOnToolsVersion = 13.4.1;
  257. };
  258. CD592C1629C3DB32009AC14E = {
  259. CreatedOnToolsVersion = 13.4.1;
  260. };
  261. };
  262. };
  263. buildConfigurationList = CD592BF829C2A5BF009AC14E /* Build configuration list for PBXProject "serializer" */;
  264. compatibilityVersion = "Xcode 13.0";
  265. developmentRegion = en;
  266. hasScannedForEncodings = 0;
  267. knownRegions = (
  268. en,
  269. Base,
  270. );
  271. mainGroup = CD592BF429C2A5BF009AC14E;
  272. productRefGroup = CD592BFE29C2A5BF009AC14E /* Products */;
  273. projectDirPath = "";
  274. projectReferences = (
  275. {
  276. ProductGroup = CD592C2929C3DC76009AC14E /* Products */;
  277. ProjectRef = CD592C2829C3DC76009AC14E /* GoogleMock.xcodeproj */;
  278. },
  279. {
  280. ProductGroup = CD592C3829C3DC84009AC14E /* Products */;
  281. ProjectRef = CD592C3729C3DC84009AC14E /* string-utils.xcodeproj */;
  282. },
  283. );
  284. projectRoot = "";
  285. targets = (
  286. CD592BFC29C2A5BF009AC14E /* serializer */,
  287. CD592C1629C3DB32009AC14E /* serializer-test */,
  288. );
  289. };
  290. /* End PBXProject section */
  291. /* Begin PBXReferenceProxy section */
  292. CD592C3029C3DC76009AC14E /* GoogleMock.framework */ = {
  293. isa = PBXReferenceProxy;
  294. fileType = wrapper.framework;
  295. path = GoogleMock.framework;
  296. remoteRef = CD592C2F29C3DC76009AC14E /* PBXContainerItemProxy */;
  297. sourceTree = BUILT_PRODUCTS_DIR;
  298. };
  299. CD592C3229C3DC76009AC14E /* gmock.framework */ = {
  300. isa = PBXReferenceProxy;
  301. fileType = wrapper.framework;
  302. path = gmock.framework;
  303. remoteRef = CD592C3129C3DC76009AC14E /* PBXContainerItemProxy */;
  304. sourceTree = BUILT_PRODUCTS_DIR;
  305. };
  306. CD592C3429C3DC76009AC14E /* gtest.framework */ = {
  307. isa = PBXReferenceProxy;
  308. fileType = wrapper.framework;
  309. path = gtest.framework;
  310. remoteRef = CD592C3329C3DC76009AC14E /* PBXContainerItemProxy */;
  311. sourceTree = BUILT_PRODUCTS_DIR;
  312. };
  313. CD592C3629C3DC76009AC14E /* GoogleMockTests.xctest */ = {
  314. isa = PBXReferenceProxy;
  315. fileType = wrapper.cfbundle;
  316. path = GoogleMockTests.xctest;
  317. remoteRef = CD592C3529C3DC76009AC14E /* PBXContainerItemProxy */;
  318. sourceTree = BUILT_PRODUCTS_DIR;
  319. };
  320. CD592C3E29C3DC85009AC14E /* libstring-utils.a */ = {
  321. isa = PBXReferenceProxy;
  322. fileType = archive.ar;
  323. path = "libstring-utils.a";
  324. remoteRef = CD592C3D29C3DC85009AC14E /* PBXContainerItemProxy */;
  325. sourceTree = BUILT_PRODUCTS_DIR;
  326. };
  327. CD592C4029C3DC85009AC14E /* string_utils-test.xctest */ = {
  328. isa = PBXReferenceProxy;
  329. fileType = wrapper.cfbundle;
  330. path = "string_utils-test.xctest";
  331. remoteRef = CD592C3F29C3DC85009AC14E /* PBXContainerItemProxy */;
  332. sourceTree = BUILT_PRODUCTS_DIR;
  333. };
  334. /* End PBXReferenceProxy section */
  335. /* Begin PBXResourcesBuildPhase section */
  336. CD592C1529C3DB32009AC14E /* Resources */ = {
  337. isa = PBXResourcesBuildPhase;
  338. buildActionMask = 2147483647;
  339. files = (
  340. );
  341. runOnlyForDeploymentPostprocessing = 0;
  342. };
  343. /* End PBXResourcesBuildPhase section */
  344. /* Begin PBXSourcesBuildPhase section */
  345. CD592BFA29C2A5BF009AC14E /* Sources */ = {
  346. isa = PBXSourcesBuildPhase;
  347. buildActionMask = 2147483647;
  348. files = (
  349. );
  350. runOnlyForDeploymentPostprocessing = 0;
  351. };
  352. CD592C1329C3DB32009AC14E /* Sources */ = {
  353. isa = PBXSourcesBuildPhase;
  354. buildActionMask = 2147483647;
  355. files = (
  356. CD592C2229C3DB79009AC14E /* jsonizer_test.cxx in Sources */,
  357. CD592C4629C3E153009AC14E /* jsonizier.cxx in Sources */,
  358. );
  359. runOnlyForDeploymentPostprocessing = 0;
  360. };
  361. /* End PBXSourcesBuildPhase section */
  362. /* Begin PBXTargetDependency section */
  363. CD592C1D29C3DB32009AC14E /* PBXTargetDependency */ = {
  364. isa = PBXTargetDependency;
  365. target = CD592BFC29C2A5BF009AC14E /* serializer */;
  366. targetProxy = CD592C1C29C3DB32009AC14E /* PBXContainerItemProxy */;
  367. };
  368. /* End PBXTargetDependency section */
  369. /* Begin XCBuildConfiguration section */
  370. CD592BFF29C2A5BF009AC14E /* Debug */ = {
  371. isa = XCBuildConfiguration;
  372. buildSettings = {
  373. ALWAYS_SEARCH_USER_PATHS = NO;
  374. CLANG_ANALYZER_NONNULL = YES;
  375. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  376. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  377. CLANG_ENABLE_MODULES = YES;
  378. CLANG_ENABLE_OBJC_ARC = YES;
  379. CLANG_ENABLE_OBJC_WEAK = YES;
  380. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  381. CLANG_WARN_BOOL_CONVERSION = YES;
  382. CLANG_WARN_COMMA = YES;
  383. CLANG_WARN_CONSTANT_CONVERSION = YES;
  384. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  385. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  386. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  387. CLANG_WARN_EMPTY_BODY = YES;
  388. CLANG_WARN_ENUM_CONVERSION = YES;
  389. CLANG_WARN_INFINITE_RECURSION = YES;
  390. CLANG_WARN_INT_CONVERSION = YES;
  391. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  392. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  393. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  394. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  395. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  396. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  397. CLANG_WARN_STRICT_PROTOTYPES = YES;
  398. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  399. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  400. CLANG_WARN_UNREACHABLE_CODE = YES;
  401. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  402. COPY_PHASE_STRIP = NO;
  403. DEBUG_INFORMATION_FORMAT = dwarf;
  404. ENABLE_STRICT_OBJC_MSGSEND = YES;
  405. ENABLE_TESTABILITY = YES;
  406. GCC_C_LANGUAGE_STANDARD = gnu11;
  407. GCC_DYNAMIC_NO_PIC = NO;
  408. GCC_NO_COMMON_BLOCKS = YES;
  409. GCC_OPTIMIZATION_LEVEL = 0;
  410. GCC_PREPROCESSOR_DEFINITIONS = (
  411. "DEBUG=1",
  412. "$(inherited)",
  413. );
  414. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  415. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  416. GCC_WARN_UNDECLARED_SELECTOR = YES;
  417. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  418. GCC_WARN_UNUSED_FUNCTION = YES;
  419. GCC_WARN_UNUSED_VARIABLE = YES;
  420. MACOSX_DEPLOYMENT_TARGET = 12.0;
  421. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  422. MTL_FAST_MATH = YES;
  423. ONLY_ACTIVE_ARCH = YES;
  424. SDKROOT = macosx;
  425. SYSTEM_HEADER_SEARCH_PATHS = (
  426. /opt/local/include,
  427. "$(PROJECT_DIR)/include",
  428. "$(PROJECT_DIR)/external/string-utils/include",
  429. "$(PROJECT_DIR)/external/magic_enum/include",
  430. "$(PROJECT_DIR)/external/expect/include",
  431. );
  432. };
  433. name = Debug;
  434. };
  435. CD592C0029C2A5BF009AC14E /* Release */ = {
  436. isa = XCBuildConfiguration;
  437. buildSettings = {
  438. ALWAYS_SEARCH_USER_PATHS = NO;
  439. CLANG_ANALYZER_NONNULL = YES;
  440. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  441. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  442. CLANG_ENABLE_MODULES = YES;
  443. CLANG_ENABLE_OBJC_ARC = YES;
  444. CLANG_ENABLE_OBJC_WEAK = YES;
  445. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  446. CLANG_WARN_BOOL_CONVERSION = YES;
  447. CLANG_WARN_COMMA = YES;
  448. CLANG_WARN_CONSTANT_CONVERSION = YES;
  449. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  450. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  451. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  452. CLANG_WARN_EMPTY_BODY = YES;
  453. CLANG_WARN_ENUM_CONVERSION = YES;
  454. CLANG_WARN_INFINITE_RECURSION = YES;
  455. CLANG_WARN_INT_CONVERSION = YES;
  456. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  457. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  458. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  459. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  460. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  461. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  462. CLANG_WARN_STRICT_PROTOTYPES = YES;
  463. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  464. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  465. CLANG_WARN_UNREACHABLE_CODE = YES;
  466. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  467. COPY_PHASE_STRIP = NO;
  468. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  469. ENABLE_NS_ASSERTIONS = NO;
  470. ENABLE_STRICT_OBJC_MSGSEND = YES;
  471. GCC_C_LANGUAGE_STANDARD = gnu11;
  472. GCC_NO_COMMON_BLOCKS = YES;
  473. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  474. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  475. GCC_WARN_UNDECLARED_SELECTOR = YES;
  476. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  477. GCC_WARN_UNUSED_FUNCTION = YES;
  478. GCC_WARN_UNUSED_VARIABLE = YES;
  479. MACOSX_DEPLOYMENT_TARGET = 12.0;
  480. MTL_ENABLE_DEBUG_INFO = NO;
  481. MTL_FAST_MATH = YES;
  482. SDKROOT = macosx;
  483. SYSTEM_HEADER_SEARCH_PATHS = (
  484. /opt/local/include,
  485. "$(PROJECT_DIR)/include",
  486. "$(PROJECT_DIR)/external/string-utils/include",
  487. "$(PROJECT_DIR)/external/magic_enum/include",
  488. "$(PROJECT_DIR)/external/expect/include",
  489. );
  490. };
  491. name = Release;
  492. };
  493. CD592C0229C2A5BF009AC14E /* Debug */ = {
  494. isa = XCBuildConfiguration;
  495. buildSettings = {
  496. CODE_SIGN_STYLE = Automatic;
  497. EXECUTABLE_PREFIX = lib;
  498. PRODUCT_NAME = "$(TARGET_NAME)";
  499. SKIP_INSTALL = YES;
  500. };
  501. name = Debug;
  502. };
  503. CD592C0329C2A5BF009AC14E /* Release */ = {
  504. isa = XCBuildConfiguration;
  505. buildSettings = {
  506. CODE_SIGN_STYLE = Automatic;
  507. EXECUTABLE_PREFIX = lib;
  508. PRODUCT_NAME = "$(TARGET_NAME)";
  509. SKIP_INSTALL = YES;
  510. };
  511. name = Release;
  512. };
  513. CD592C1F29C3DB32009AC14E /* Debug */ = {
  514. isa = XCBuildConfiguration;
  515. buildSettings = {
  516. CODE_SIGN_STYLE = Automatic;
  517. CURRENT_PROJECT_VERSION = 1;
  518. GENERATE_INFOPLIST_FILE = YES;
  519. LIBRARY_SEARCH_PATHS = (
  520. "$(inherited)",
  521. /opt/local/lib,
  522. );
  523. MARKETING_VERSION = 1.0;
  524. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.serializer-test";
  525. PRODUCT_NAME = "$(TARGET_NAME)";
  526. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  527. SWIFT_EMIT_LOC_STRINGS = NO;
  528. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  529. SWIFT_VERSION = 5.0;
  530. };
  531. name = Debug;
  532. };
  533. CD592C2029C3DB32009AC14E /* Release */ = {
  534. isa = XCBuildConfiguration;
  535. buildSettings = {
  536. CODE_SIGN_STYLE = Automatic;
  537. CURRENT_PROJECT_VERSION = 1;
  538. GENERATE_INFOPLIST_FILE = YES;
  539. LIBRARY_SEARCH_PATHS = (
  540. "$(inherited)",
  541. /opt/local/lib,
  542. );
  543. MARKETING_VERSION = 1.0;
  544. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.serializer-test";
  545. PRODUCT_NAME = "$(TARGET_NAME)";
  546. SWIFT_COMPILATION_MODE = wholemodule;
  547. SWIFT_EMIT_LOC_STRINGS = NO;
  548. SWIFT_OPTIMIZATION_LEVEL = "-O";
  549. SWIFT_VERSION = 5.0;
  550. };
  551. name = Release;
  552. };
  553. /* End XCBuildConfiguration section */
  554. /* Begin XCConfigurationList section */
  555. CD592BF829C2A5BF009AC14E /* Build configuration list for PBXProject "serializer" */ = {
  556. isa = XCConfigurationList;
  557. buildConfigurations = (
  558. CD592BFF29C2A5BF009AC14E /* Debug */,
  559. CD592C0029C2A5BF009AC14E /* Release */,
  560. );
  561. defaultConfigurationIsVisible = 0;
  562. defaultConfigurationName = Release;
  563. };
  564. CD592C0129C2A5BF009AC14E /* Build configuration list for PBXNativeTarget "serializer" */ = {
  565. isa = XCConfigurationList;
  566. buildConfigurations = (
  567. CD592C0229C2A5BF009AC14E /* Debug */,
  568. CD592C0329C2A5BF009AC14E /* Release */,
  569. );
  570. defaultConfigurationIsVisible = 0;
  571. defaultConfigurationName = Release;
  572. };
  573. CD592C1E29C3DB32009AC14E /* Build configuration list for PBXNativeTarget "serializer-test" */ = {
  574. isa = XCConfigurationList;
  575. buildConfigurations = (
  576. CD592C1F29C3DB32009AC14E /* Debug */,
  577. CD592C2029C3DB32009AC14E /* Release */,
  578. );
  579. defaultConfigurationIsVisible = 0;
  580. defaultConfigurationName = Release;
  581. };
  582. /* End XCConfigurationList section */
  583. };
  584. rootObject = CD592BF529C2A5BF009AC14E /* Project object */;
  585. }