project.pbxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CDC748C725313592008D9D1D /* libcli.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CDC748A52531353C008D9D1D /* libcli.a */; };
  10. CDC748E5253136FD008D9D1D /* cli.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDC748E2253136FD008D9D1D /* cli.cxx */; };
  11. CDC748E725313CBC008D9D1D /* cli_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDC748E625313CBC008D9D1D /* cli_test.cxx */; };
  12. CDC748E925313D81008D9D1D /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDC748B425313553008D9D1D /* GoogleMock.framework */; };
  13. CDC748F4253141AF008D9D1D /* libstring-utils.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CDC748F125314196008D9D1D /* libstring-utils.a */; };
  14. CDCB1D732856747B001C406D /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCB1D692856747B001C406D /* types.h */; };
  15. CDCB1D742856747B001C406D /* message.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCB1D6A2856747B001C406D /* message.h */; };
  16. CDCB1D752856747B001C406D /* cli.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCB1D6B2856747B001C406D /* cli.h */; };
  17. CDCB1D762856747B001C406D /* lambda_cast.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCB1D6C2856747B001C406D /* lambda_cast.h */; };
  18. CDCB1D772856747B001C406D /* prompt.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCB1D6D2856747B001C406D /* prompt.h */; };
  19. CDF978A525323ADB00204B5C /* prompt_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDF978A425323ADB00204B5C /* prompt_test.cxx */; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXContainerItemProxy section */
  22. CDC748B325313553008D9D1D /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */;
  25. proxyType = 2;
  26. remoteGlobalIDString = 05818F861A685AEA0072A469;
  27. remoteInfo = GoogleMock;
  28. };
  29. CDC748B525313553008D9D1D /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */;
  32. proxyType = 2;
  33. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  34. remoteInfo = gmock;
  35. };
  36. CDC748B725313553008D9D1D /* PBXContainerItemProxy */ = {
  37. isa = PBXContainerItemProxy;
  38. containerPortal = CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */;
  39. proxyType = 2;
  40. remoteGlobalIDString = 05E96B1F1A68634900204102;
  41. remoteInfo = gtest;
  42. };
  43. CDC748B925313553008D9D1D /* PBXContainerItemProxy */ = {
  44. isa = PBXContainerItemProxy;
  45. containerPortal = CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */;
  46. proxyType = 2;
  47. remoteGlobalIDString = 05818F901A685AEA0072A469;
  48. remoteInfo = GoogleMockTests;
  49. };
  50. CDC748C825313592008D9D1D /* PBXContainerItemProxy */ = {
  51. isa = PBXContainerItemProxy;
  52. containerPortal = CDC7489D2531353C008D9D1D /* Project object */;
  53. proxyType = 1;
  54. remoteGlobalIDString = CDC748A42531353C008D9D1D;
  55. remoteInfo = cli;
  56. };
  57. CDC748F025314196008D9D1D /* PBXContainerItemProxy */ = {
  58. isa = PBXContainerItemProxy;
  59. containerPortal = CDC748EA25314195008D9D1D /* string-utils.xcodeproj */;
  60. proxyType = 2;
  61. remoteGlobalIDString = CD266862252FF4B600B3E667;
  62. remoteInfo = "string-utils";
  63. };
  64. CDC748F225314196008D9D1D /* PBXContainerItemProxy */ = {
  65. isa = PBXContainerItemProxy;
  66. containerPortal = CDC748EA25314195008D9D1D /* string-utils.xcodeproj */;
  67. proxyType = 2;
  68. remoteGlobalIDString = CD266886252FFAAE00B3E667;
  69. remoteInfo = "string_utils-test";
  70. };
  71. CDF978A9253253D500204B5C /* PBXContainerItemProxy */ = {
  72. isa = PBXContainerItemProxy;
  73. containerPortal = CDC748EA25314195008D9D1D /* string-utils.xcodeproj */;
  74. proxyType = 1;
  75. remoteGlobalIDString = CD266861252FF4B600B3E667;
  76. remoteInfo = "string-utils";
  77. };
  78. /* End PBXContainerItemProxy section */
  79. /* Begin PBXFileReference section */
  80. CD7B8B7825E2946900867188 /* xcode_gtest_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = "<group>"; };
  81. CDC748A52531353C008D9D1D /* libcli.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libcli.a; sourceTree = BUILT_PRODUCTS_DIR; };
  82. CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  83. CDC748BD25313587008D9D1D /* cli */ = {isa = PBXFileReference; lastKnownFileType = folder; name = cli; path = include/cli; sourceTree = "<group>"; };
  84. CDC748C225313592008D9D1D /* cli-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "cli-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  85. CDC748C625313592008D9D1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  86. CDC748E2253136FD008D9D1D /* cli.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cli.cxx; sourceTree = "<group>"; };
  87. CDC748E625313CBC008D9D1D /* cli_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cli_test.cxx; sourceTree = "<group>"; };
  88. CDC748EA25314195008D9D1D /* string-utils.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "string-utils.xcodeproj"; path = "external/string-utils/string-utils.xcodeproj"; sourceTree = "<group>"; };
  89. CDCB1D692856747B001C406D /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = "<group>"; };
  90. CDCB1D6A2856747B001C406D /* message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = message.h; sourceTree = "<group>"; };
  91. CDCB1D6B2856747B001C406D /* cli.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cli.h; sourceTree = "<group>"; };
  92. CDCB1D6C2856747B001C406D /* lambda_cast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lambda_cast.h; sourceTree = "<group>"; };
  93. CDCB1D6D2856747B001C406D /* prompt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = prompt.h; sourceTree = "<group>"; };
  94. CDF978A425323ADB00204B5C /* prompt_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = prompt_test.cxx; sourceTree = "<group>"; };
  95. /* End PBXFileReference section */
  96. /* Begin PBXFrameworksBuildPhase section */
  97. CDC748A32531353C008D9D1D /* Frameworks */ = {
  98. isa = PBXFrameworksBuildPhase;
  99. buildActionMask = 2147483647;
  100. files = (
  101. CDC748F4253141AF008D9D1D /* libstring-utils.a in Frameworks */,
  102. );
  103. runOnlyForDeploymentPostprocessing = 0;
  104. };
  105. CDC748BF25313592008D9D1D /* Frameworks */ = {
  106. isa = PBXFrameworksBuildPhase;
  107. buildActionMask = 2147483647;
  108. files = (
  109. CDC748E925313D81008D9D1D /* GoogleMock.framework in Frameworks */,
  110. CDC748C725313592008D9D1D /* libcli.a in Frameworks */,
  111. );
  112. runOnlyForDeploymentPostprocessing = 0;
  113. };
  114. /* End PBXFrameworksBuildPhase section */
  115. /* Begin PBXGroup section */
  116. CDC7489C2531353C008D9D1D = {
  117. isa = PBXGroup;
  118. children = (
  119. CDC748EA25314195008D9D1D /* string-utils.xcodeproj */,
  120. CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */,
  121. CDC748BD25313587008D9D1D /* cli */,
  122. CDCB1D672856747B001C406D /* include */,
  123. CDC748BB2531357C008D9D1D /* src */,
  124. CDC748BC2531357C008D9D1D /* test */,
  125. CDC748C325313592008D9D1D /* cli-test */,
  126. CDC748A62531353C008D9D1D /* Products */,
  127. CDC748E825313D81008D9D1D /* Frameworks */,
  128. );
  129. sourceTree = "<group>";
  130. };
  131. CDC748A62531353C008D9D1D /* Products */ = {
  132. isa = PBXGroup;
  133. children = (
  134. CDC748A52531353C008D9D1D /* libcli.a */,
  135. CDC748C225313592008D9D1D /* cli-test.xctest */,
  136. );
  137. name = Products;
  138. sourceTree = "<group>";
  139. };
  140. CDC748AD25313553008D9D1D /* Products */ = {
  141. isa = PBXGroup;
  142. children = (
  143. CDC748B425313553008D9D1D /* GoogleMock.framework */,
  144. CDC748B625313553008D9D1D /* gmock.framework */,
  145. CDC748B825313553008D9D1D /* gtest.framework */,
  146. CDC748BA25313553008D9D1D /* GoogleMockTests.xctest */,
  147. );
  148. name = Products;
  149. sourceTree = "<group>";
  150. };
  151. CDC748BB2531357C008D9D1D /* src */ = {
  152. isa = PBXGroup;
  153. children = (
  154. CDC748E2253136FD008D9D1D /* cli.cxx */,
  155. );
  156. path = src;
  157. sourceTree = "<group>";
  158. };
  159. CDC748BC2531357C008D9D1D /* test */ = {
  160. isa = PBXGroup;
  161. children = (
  162. CD7B8B7825E2946900867188 /* xcode_gtest_helper.h */,
  163. CDC748E625313CBC008D9D1D /* cli_test.cxx */,
  164. CDF978A425323ADB00204B5C /* prompt_test.cxx */,
  165. );
  166. path = test;
  167. sourceTree = "<group>";
  168. };
  169. CDC748C325313592008D9D1D /* cli-test */ = {
  170. isa = PBXGroup;
  171. children = (
  172. CDC748C625313592008D9D1D /* Info.plist */,
  173. );
  174. path = "cli-test";
  175. sourceTree = "<group>";
  176. };
  177. CDC748E825313D81008D9D1D /* Frameworks */ = {
  178. isa = PBXGroup;
  179. children = (
  180. );
  181. name = Frameworks;
  182. sourceTree = "<group>";
  183. };
  184. CDC748EB25314195008D9D1D /* Products */ = {
  185. isa = PBXGroup;
  186. children = (
  187. CDC748F125314196008D9D1D /* libstring-utils.a */,
  188. CDC748F325314196008D9D1D /* string_utils-test.xctest */,
  189. );
  190. name = Products;
  191. sourceTree = "<group>";
  192. };
  193. CDCB1D672856747B001C406D /* include */ = {
  194. isa = PBXGroup;
  195. children = (
  196. CDCB1D682856747B001C406D /* cli */,
  197. );
  198. path = include;
  199. sourceTree = "<group>";
  200. };
  201. CDCB1D682856747B001C406D /* cli */ = {
  202. isa = PBXGroup;
  203. children = (
  204. CDCB1D692856747B001C406D /* types.h */,
  205. CDCB1D6A2856747B001C406D /* message.h */,
  206. CDCB1D6B2856747B001C406D /* cli.h */,
  207. CDCB1D6C2856747B001C406D /* lambda_cast.h */,
  208. CDCB1D6D2856747B001C406D /* prompt.h */,
  209. );
  210. path = cli;
  211. sourceTree = "<group>";
  212. };
  213. /* End PBXGroup section */
  214. /* Begin PBXHeadersBuildPhase section */
  215. CDC748A12531353C008D9D1D /* Headers */ = {
  216. isa = PBXHeadersBuildPhase;
  217. buildActionMask = 2147483647;
  218. files = (
  219. CDCB1D772856747B001C406D /* prompt.h in Headers */,
  220. CDCB1D752856747B001C406D /* cli.h in Headers */,
  221. CDCB1D742856747B001C406D /* message.h in Headers */,
  222. CDCB1D762856747B001C406D /* lambda_cast.h in Headers */,
  223. CDCB1D732856747B001C406D /* types.h in Headers */,
  224. );
  225. runOnlyForDeploymentPostprocessing = 0;
  226. };
  227. /* End PBXHeadersBuildPhase section */
  228. /* Begin PBXNativeTarget section */
  229. CDC748A42531353C008D9D1D /* cli */ = {
  230. isa = PBXNativeTarget;
  231. buildConfigurationList = CDC748A92531353C008D9D1D /* Build configuration list for PBXNativeTarget "cli" */;
  232. buildPhases = (
  233. CDC748A12531353C008D9D1D /* Headers */,
  234. CDC748A22531353C008D9D1D /* Sources */,
  235. CDC748A32531353C008D9D1D /* Frameworks */,
  236. );
  237. buildRules = (
  238. );
  239. dependencies = (
  240. CDF978AA253253D500204B5C /* PBXTargetDependency */,
  241. );
  242. name = cli;
  243. productName = cli;
  244. productReference = CDC748A52531353C008D9D1D /* libcli.a */;
  245. productType = "com.apple.product-type.library.static";
  246. };
  247. CDC748C125313592008D9D1D /* cli-test */ = {
  248. isa = PBXNativeTarget;
  249. buildConfigurationList = CDC748CA25313592008D9D1D /* Build configuration list for PBXNativeTarget "cli-test" */;
  250. buildPhases = (
  251. CDC748BE25313592008D9D1D /* Sources */,
  252. CDC748BF25313592008D9D1D /* Frameworks */,
  253. CDC748C025313592008D9D1D /* Resources */,
  254. );
  255. buildRules = (
  256. );
  257. dependencies = (
  258. CDC748C925313592008D9D1D /* PBXTargetDependency */,
  259. );
  260. name = "cli-test";
  261. productName = "cli-test";
  262. productReference = CDC748C225313592008D9D1D /* cli-test.xctest */;
  263. productType = "com.apple.product-type.bundle.unit-test";
  264. };
  265. /* End PBXNativeTarget section */
  266. /* Begin PBXProject section */
  267. CDC7489D2531353C008D9D1D /* Project object */ = {
  268. isa = PBXProject;
  269. attributes = {
  270. LastUpgradeCheck = 1230;
  271. ORGANIZATIONNAME = "Sam Jaffe";
  272. TargetAttributes = {
  273. CDC748A42531353C008D9D1D = {
  274. CreatedOnToolsVersion = 11.3.1;
  275. };
  276. CDC748C125313592008D9D1D = {
  277. CreatedOnToolsVersion = 11.3.1;
  278. };
  279. };
  280. };
  281. buildConfigurationList = CDC748A02531353C008D9D1D /* Build configuration list for PBXProject "cli" */;
  282. compatibilityVersion = "Xcode 9.3";
  283. developmentRegion = en;
  284. hasScannedForEncodings = 0;
  285. knownRegions = (
  286. en,
  287. Base,
  288. );
  289. mainGroup = CDC7489C2531353C008D9D1D;
  290. productRefGroup = CDC748A62531353C008D9D1D /* Products */;
  291. projectDirPath = "";
  292. projectReferences = (
  293. {
  294. ProductGroup = CDC748AD25313553008D9D1D /* Products */;
  295. ProjectRef = CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */;
  296. },
  297. {
  298. ProductGroup = CDC748EB25314195008D9D1D /* Products */;
  299. ProjectRef = CDC748EA25314195008D9D1D /* string-utils.xcodeproj */;
  300. },
  301. );
  302. projectRoot = "";
  303. targets = (
  304. CDC748A42531353C008D9D1D /* cli */,
  305. CDC748C125313592008D9D1D /* cli-test */,
  306. );
  307. };
  308. /* End PBXProject section */
  309. /* Begin PBXReferenceProxy section */
  310. CDC748B425313553008D9D1D /* GoogleMock.framework */ = {
  311. isa = PBXReferenceProxy;
  312. fileType = wrapper.framework;
  313. path = GoogleMock.framework;
  314. remoteRef = CDC748B325313553008D9D1D /* PBXContainerItemProxy */;
  315. sourceTree = BUILT_PRODUCTS_DIR;
  316. };
  317. CDC748B625313553008D9D1D /* gmock.framework */ = {
  318. isa = PBXReferenceProxy;
  319. fileType = wrapper.framework;
  320. path = gmock.framework;
  321. remoteRef = CDC748B525313553008D9D1D /* PBXContainerItemProxy */;
  322. sourceTree = BUILT_PRODUCTS_DIR;
  323. };
  324. CDC748B825313553008D9D1D /* gtest.framework */ = {
  325. isa = PBXReferenceProxy;
  326. fileType = wrapper.framework;
  327. path = gtest.framework;
  328. remoteRef = CDC748B725313553008D9D1D /* PBXContainerItemProxy */;
  329. sourceTree = BUILT_PRODUCTS_DIR;
  330. };
  331. CDC748BA25313553008D9D1D /* GoogleMockTests.xctest */ = {
  332. isa = PBXReferenceProxy;
  333. fileType = wrapper.cfbundle;
  334. path = GoogleMockTests.xctest;
  335. remoteRef = CDC748B925313553008D9D1D /* PBXContainerItemProxy */;
  336. sourceTree = BUILT_PRODUCTS_DIR;
  337. };
  338. CDC748F125314196008D9D1D /* libstring-utils.a */ = {
  339. isa = PBXReferenceProxy;
  340. fileType = archive.ar;
  341. path = "libstring-utils.a";
  342. remoteRef = CDC748F025314196008D9D1D /* PBXContainerItemProxy */;
  343. sourceTree = BUILT_PRODUCTS_DIR;
  344. };
  345. CDC748F325314196008D9D1D /* string_utils-test.xctest */ = {
  346. isa = PBXReferenceProxy;
  347. fileType = wrapper.cfbundle;
  348. path = "string_utils-test.xctest";
  349. remoteRef = CDC748F225314196008D9D1D /* PBXContainerItemProxy */;
  350. sourceTree = BUILT_PRODUCTS_DIR;
  351. };
  352. /* End PBXReferenceProxy section */
  353. /* Begin PBXResourcesBuildPhase section */
  354. CDC748C025313592008D9D1D /* Resources */ = {
  355. isa = PBXResourcesBuildPhase;
  356. buildActionMask = 2147483647;
  357. files = (
  358. );
  359. runOnlyForDeploymentPostprocessing = 0;
  360. };
  361. /* End PBXResourcesBuildPhase section */
  362. /* Begin PBXSourcesBuildPhase section */
  363. CDC748A22531353C008D9D1D /* Sources */ = {
  364. isa = PBXSourcesBuildPhase;
  365. buildActionMask = 2147483647;
  366. files = (
  367. CDC748E5253136FD008D9D1D /* cli.cxx in Sources */,
  368. );
  369. runOnlyForDeploymentPostprocessing = 0;
  370. };
  371. CDC748BE25313592008D9D1D /* Sources */ = {
  372. isa = PBXSourcesBuildPhase;
  373. buildActionMask = 2147483647;
  374. files = (
  375. CDC748E725313CBC008D9D1D /* cli_test.cxx in Sources */,
  376. CDF978A525323ADB00204B5C /* prompt_test.cxx in Sources */,
  377. );
  378. runOnlyForDeploymentPostprocessing = 0;
  379. };
  380. /* End PBXSourcesBuildPhase section */
  381. /* Begin PBXTargetDependency section */
  382. CDC748C925313592008D9D1D /* PBXTargetDependency */ = {
  383. isa = PBXTargetDependency;
  384. target = CDC748A42531353C008D9D1D /* cli */;
  385. targetProxy = CDC748C825313592008D9D1D /* PBXContainerItemProxy */;
  386. };
  387. CDF978AA253253D500204B5C /* PBXTargetDependency */ = {
  388. isa = PBXTargetDependency;
  389. name = "string-utils";
  390. targetProxy = CDF978A9253253D500204B5C /* PBXContainerItemProxy */;
  391. };
  392. /* End PBXTargetDependency section */
  393. /* Begin XCBuildConfiguration section */
  394. CDC748A72531353C008D9D1D /* Debug */ = {
  395. isa = XCBuildConfiguration;
  396. buildSettings = {
  397. ALWAYS_SEARCH_USER_PATHS = NO;
  398. CLANG_ANALYZER_NONNULL = YES;
  399. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  400. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  401. CLANG_CXX_LIBRARY = "libc++";
  402. CLANG_ENABLE_MODULES = YES;
  403. CLANG_ENABLE_OBJC_ARC = YES;
  404. CLANG_ENABLE_OBJC_WEAK = YES;
  405. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  406. CLANG_WARN_BOOL_CONVERSION = YES;
  407. CLANG_WARN_COMMA = YES;
  408. CLANG_WARN_CONSTANT_CONVERSION = YES;
  409. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  410. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  411. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  421. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  422. CLANG_WARN_STRICT_PROTOTYPES = YES;
  423. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  424. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  425. CLANG_WARN_UNREACHABLE_CODE = YES;
  426. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  427. COPY_PHASE_STRIP = NO;
  428. DEBUG_INFORMATION_FORMAT = dwarf;
  429. ENABLE_STRICT_OBJC_MSGSEND = YES;
  430. ENABLE_TESTABILITY = YES;
  431. GCC_C_LANGUAGE_STANDARD = gnu11;
  432. GCC_DYNAMIC_NO_PIC = NO;
  433. GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
  434. GCC_NO_COMMON_BLOCKS = YES;
  435. GCC_OPTIMIZATION_LEVEL = 0;
  436. GCC_PREPROCESSOR_DEFINITIONS = (
  437. "DEBUG=1",
  438. "$(inherited)",
  439. );
  440. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  441. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  442. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  443. GCC_WARN_UNDECLARED_SELECTOR = YES;
  444. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  445. GCC_WARN_UNUSED_FUNCTION = YES;
  446. GCC_WARN_UNUSED_VARIABLE = YES;
  447. MACOSX_DEPLOYMENT_TARGET = 10.14;
  448. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  449. MTL_FAST_MATH = YES;
  450. ONLY_ACTIVE_ARCH = YES;
  451. SDKROOT = macosx;
  452. SYSTEM_HEADER_SEARCH_PATHS = "external/string-utils/include";
  453. USER_HEADER_SEARCH_PATHS = include;
  454. };
  455. name = Debug;
  456. };
  457. CDC748A82531353C008D9D1D /* Release */ = {
  458. isa = XCBuildConfiguration;
  459. buildSettings = {
  460. ALWAYS_SEARCH_USER_PATHS = NO;
  461. CLANG_ANALYZER_NONNULL = YES;
  462. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  463. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  464. CLANG_CXX_LIBRARY = "libc++";
  465. CLANG_ENABLE_MODULES = YES;
  466. CLANG_ENABLE_OBJC_ARC = YES;
  467. CLANG_ENABLE_OBJC_WEAK = YES;
  468. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  469. CLANG_WARN_BOOL_CONVERSION = YES;
  470. CLANG_WARN_COMMA = YES;
  471. CLANG_WARN_CONSTANT_CONVERSION = YES;
  472. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  473. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  474. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  475. CLANG_WARN_EMPTY_BODY = YES;
  476. CLANG_WARN_ENUM_CONVERSION = YES;
  477. CLANG_WARN_INFINITE_RECURSION = YES;
  478. CLANG_WARN_INT_CONVERSION = YES;
  479. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  480. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  481. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  482. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  483. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  484. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  485. CLANG_WARN_STRICT_PROTOTYPES = YES;
  486. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  487. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  488. CLANG_WARN_UNREACHABLE_CODE = YES;
  489. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  490. COPY_PHASE_STRIP = NO;
  491. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  492. ENABLE_NS_ASSERTIONS = NO;
  493. ENABLE_STRICT_OBJC_MSGSEND = YES;
  494. GCC_C_LANGUAGE_STANDARD = gnu11;
  495. GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
  496. GCC_NO_COMMON_BLOCKS = YES;
  497. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  498. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  499. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  500. GCC_WARN_UNDECLARED_SELECTOR = YES;
  501. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  502. GCC_WARN_UNUSED_FUNCTION = YES;
  503. GCC_WARN_UNUSED_VARIABLE = YES;
  504. MACOSX_DEPLOYMENT_TARGET = 10.14;
  505. MTL_ENABLE_DEBUG_INFO = NO;
  506. MTL_FAST_MATH = YES;
  507. SDKROOT = macosx;
  508. SYSTEM_HEADER_SEARCH_PATHS = "external/string-utils/include";
  509. USER_HEADER_SEARCH_PATHS = include;
  510. };
  511. name = Release;
  512. };
  513. CDC748AA2531353C008D9D1D /* Debug */ = {
  514. isa = XCBuildConfiguration;
  515. buildSettings = {
  516. CODE_SIGN_STYLE = Automatic;
  517. EXECUTABLE_PREFIX = lib;
  518. PRODUCT_NAME = "$(TARGET_NAME)";
  519. SKIP_INSTALL = YES;
  520. };
  521. name = Debug;
  522. };
  523. CDC748AB2531353C008D9D1D /* Release */ = {
  524. isa = XCBuildConfiguration;
  525. buildSettings = {
  526. CODE_SIGN_STYLE = Automatic;
  527. EXECUTABLE_PREFIX = lib;
  528. PRODUCT_NAME = "$(TARGET_NAME)";
  529. SKIP_INSTALL = YES;
  530. };
  531. name = Release;
  532. };
  533. CDC748CB25313592008D9D1D /* Debug */ = {
  534. isa = XCBuildConfiguration;
  535. buildSettings = {
  536. CODE_SIGN_STYLE = Automatic;
  537. COMBINE_HIDPI_IMAGES = YES;
  538. GCC_PREPROCESSOR_DEFINITIONS = (
  539. "DEBUG=1",
  540. XCODE_UNIT_TEST,
  541. "$(inherited)",
  542. );
  543. INFOPLIST_FILE = "cli-test/Info.plist";
  544. LD_RUNPATH_SEARCH_PATHS = (
  545. "$(inherited)",
  546. "@executable_path/../Frameworks",
  547. "@loader_path/../Frameworks",
  548. );
  549. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.cli-test";
  550. PRODUCT_NAME = "$(TARGET_NAME)";
  551. };
  552. name = Debug;
  553. };
  554. CDC748CC25313592008D9D1D /* Release */ = {
  555. isa = XCBuildConfiguration;
  556. buildSettings = {
  557. CODE_SIGN_STYLE = Automatic;
  558. COMBINE_HIDPI_IMAGES = YES;
  559. GCC_PREPROCESSOR_DEFINITIONS = XCODE_UNIT_TEST;
  560. INFOPLIST_FILE = "cli-test/Info.plist";
  561. LD_RUNPATH_SEARCH_PATHS = (
  562. "$(inherited)",
  563. "@executable_path/../Frameworks",
  564. "@loader_path/../Frameworks",
  565. );
  566. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.cli-test";
  567. PRODUCT_NAME = "$(TARGET_NAME)";
  568. };
  569. name = Release;
  570. };
  571. /* End XCBuildConfiguration section */
  572. /* Begin XCConfigurationList section */
  573. CDC748A02531353C008D9D1D /* Build configuration list for PBXProject "cli" */ = {
  574. isa = XCConfigurationList;
  575. buildConfigurations = (
  576. CDC748A72531353C008D9D1D /* Debug */,
  577. CDC748A82531353C008D9D1D /* Release */,
  578. );
  579. defaultConfigurationIsVisible = 0;
  580. defaultConfigurationName = Release;
  581. };
  582. CDC748A92531353C008D9D1D /* Build configuration list for PBXNativeTarget "cli" */ = {
  583. isa = XCConfigurationList;
  584. buildConfigurations = (
  585. CDC748AA2531353C008D9D1D /* Debug */,
  586. CDC748AB2531353C008D9D1D /* Release */,
  587. );
  588. defaultConfigurationIsVisible = 0;
  589. defaultConfigurationName = Release;
  590. };
  591. CDC748CA25313592008D9D1D /* Build configuration list for PBXNativeTarget "cli-test" */ = {
  592. isa = XCConfigurationList;
  593. buildConfigurations = (
  594. CDC748CB25313592008D9D1D /* Debug */,
  595. CDC748CC25313592008D9D1D /* Release */,
  596. );
  597. defaultConfigurationIsVisible = 0;
  598. defaultConfigurationName = Release;
  599. };
  600. /* End XCConfigurationList section */
  601. };
  602. rootObject = CDC7489D2531353C008D9D1D /* Project object */;
  603. }