project.pbxproj 23 KB

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