project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  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. /* End PBXBuildFile section */
  11. /* Begin PBXContainerItemProxy section */
  12. CDC748B325313553008D9D1D /* PBXContainerItemProxy */ = {
  13. isa = PBXContainerItemProxy;
  14. containerPortal = CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */;
  15. proxyType = 2;
  16. remoteGlobalIDString = 05818F861A685AEA0072A469;
  17. remoteInfo = GoogleMock;
  18. };
  19. CDC748B525313553008D9D1D /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */;
  22. proxyType = 2;
  23. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  24. remoteInfo = gmock;
  25. };
  26. CDC748B725313553008D9D1D /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */;
  29. proxyType = 2;
  30. remoteGlobalIDString = 05E96B1F1A68634900204102;
  31. remoteInfo = gtest;
  32. };
  33. CDC748B925313553008D9D1D /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */;
  36. proxyType = 2;
  37. remoteGlobalIDString = 05818F901A685AEA0072A469;
  38. remoteInfo = GoogleMockTests;
  39. };
  40. CDC748C825313592008D9D1D /* PBXContainerItemProxy */ = {
  41. isa = PBXContainerItemProxy;
  42. containerPortal = CDC7489D2531353C008D9D1D /* Project object */;
  43. proxyType = 1;
  44. remoteGlobalIDString = CDC748A42531353C008D9D1D;
  45. remoteInfo = cli;
  46. };
  47. /* End PBXContainerItemProxy section */
  48. /* Begin PBXFileReference section */
  49. CDC748A52531353C008D9D1D /* libcli.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libcli.a; sourceTree = BUILT_PRODUCTS_DIR; };
  50. CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  51. CDC748BD25313587008D9D1D /* cli */ = {isa = PBXFileReference; lastKnownFileType = folder; name = cli; path = include/cli; sourceTree = "<group>"; };
  52. CDC748C225313592008D9D1D /* cli-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "cli-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  53. CDC748C625313592008D9D1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  54. /* End PBXFileReference section */
  55. /* Begin PBXFrameworksBuildPhase section */
  56. CDC748A32531353C008D9D1D /* Frameworks */ = {
  57. isa = PBXFrameworksBuildPhase;
  58. buildActionMask = 2147483647;
  59. files = (
  60. );
  61. runOnlyForDeploymentPostprocessing = 0;
  62. };
  63. CDC748BF25313592008D9D1D /* Frameworks */ = {
  64. isa = PBXFrameworksBuildPhase;
  65. buildActionMask = 2147483647;
  66. files = (
  67. CDC748C725313592008D9D1D /* libcli.a in Frameworks */,
  68. );
  69. runOnlyForDeploymentPostprocessing = 0;
  70. };
  71. /* End PBXFrameworksBuildPhase section */
  72. /* Begin PBXGroup section */
  73. CDC7489C2531353C008D9D1D = {
  74. isa = PBXGroup;
  75. children = (
  76. CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */,
  77. CDC748BD25313587008D9D1D /* cli */,
  78. CDC748BB2531357C008D9D1D /* src */,
  79. CDC748BC2531357C008D9D1D /* test */,
  80. CDC748C325313592008D9D1D /* cli-test */,
  81. CDC748A62531353C008D9D1D /* Products */,
  82. );
  83. sourceTree = "<group>";
  84. };
  85. CDC748A62531353C008D9D1D /* Products */ = {
  86. isa = PBXGroup;
  87. children = (
  88. CDC748A52531353C008D9D1D /* libcli.a */,
  89. CDC748C225313592008D9D1D /* cli-test.xctest */,
  90. );
  91. name = Products;
  92. sourceTree = "<group>";
  93. };
  94. CDC748AD25313553008D9D1D /* Products */ = {
  95. isa = PBXGroup;
  96. children = (
  97. CDC748B425313553008D9D1D /* GoogleMock.framework */,
  98. CDC748B625313553008D9D1D /* gmock.framework */,
  99. CDC748B825313553008D9D1D /* gtest.framework */,
  100. CDC748BA25313553008D9D1D /* GoogleMockTests.xctest */,
  101. );
  102. name = Products;
  103. sourceTree = "<group>";
  104. };
  105. CDC748BB2531357C008D9D1D /* src */ = {
  106. isa = PBXGroup;
  107. children = (
  108. );
  109. path = src;
  110. sourceTree = "<group>";
  111. };
  112. CDC748BC2531357C008D9D1D /* test */ = {
  113. isa = PBXGroup;
  114. children = (
  115. );
  116. path = test;
  117. sourceTree = "<group>";
  118. };
  119. CDC748C325313592008D9D1D /* cli-test */ = {
  120. isa = PBXGroup;
  121. children = (
  122. CDC748C625313592008D9D1D /* Info.plist */,
  123. );
  124. path = "cli-test";
  125. sourceTree = "<group>";
  126. };
  127. /* End PBXGroup section */
  128. /* Begin PBXHeadersBuildPhase section */
  129. CDC748A12531353C008D9D1D /* Headers */ = {
  130. isa = PBXHeadersBuildPhase;
  131. buildActionMask = 2147483647;
  132. files = (
  133. );
  134. runOnlyForDeploymentPostprocessing = 0;
  135. };
  136. /* End PBXHeadersBuildPhase section */
  137. /* Begin PBXNativeTarget section */
  138. CDC748A42531353C008D9D1D /* cli */ = {
  139. isa = PBXNativeTarget;
  140. buildConfigurationList = CDC748A92531353C008D9D1D /* Build configuration list for PBXNativeTarget "cli" */;
  141. buildPhases = (
  142. CDC748A12531353C008D9D1D /* Headers */,
  143. CDC748A22531353C008D9D1D /* Sources */,
  144. CDC748A32531353C008D9D1D /* Frameworks */,
  145. );
  146. buildRules = (
  147. );
  148. dependencies = (
  149. );
  150. name = cli;
  151. productName = cli;
  152. productReference = CDC748A52531353C008D9D1D /* libcli.a */;
  153. productType = "com.apple.product-type.library.static";
  154. };
  155. CDC748C125313592008D9D1D /* cli-test */ = {
  156. isa = PBXNativeTarget;
  157. buildConfigurationList = CDC748CA25313592008D9D1D /* Build configuration list for PBXNativeTarget "cli-test" */;
  158. buildPhases = (
  159. CDC748BE25313592008D9D1D /* Sources */,
  160. CDC748BF25313592008D9D1D /* Frameworks */,
  161. CDC748C025313592008D9D1D /* Resources */,
  162. );
  163. buildRules = (
  164. );
  165. dependencies = (
  166. CDC748C925313592008D9D1D /* PBXTargetDependency */,
  167. );
  168. name = "cli-test";
  169. productName = "cli-test";
  170. productReference = CDC748C225313592008D9D1D /* cli-test.xctest */;
  171. productType = "com.apple.product-type.bundle.unit-test";
  172. };
  173. /* End PBXNativeTarget section */
  174. /* Begin PBXProject section */
  175. CDC7489D2531353C008D9D1D /* Project object */ = {
  176. isa = PBXProject;
  177. attributes = {
  178. LastUpgradeCheck = 1130;
  179. ORGANIZATIONNAME = "Sam Jaffe";
  180. TargetAttributes = {
  181. CDC748A42531353C008D9D1D = {
  182. CreatedOnToolsVersion = 11.3.1;
  183. };
  184. CDC748C125313592008D9D1D = {
  185. CreatedOnToolsVersion = 11.3.1;
  186. };
  187. };
  188. };
  189. buildConfigurationList = CDC748A02531353C008D9D1D /* Build configuration list for PBXProject "cli" */;
  190. compatibilityVersion = "Xcode 9.3";
  191. developmentRegion = en;
  192. hasScannedForEncodings = 0;
  193. knownRegions = (
  194. en,
  195. Base,
  196. );
  197. mainGroup = CDC7489C2531353C008D9D1D;
  198. productRefGroup = CDC748A62531353C008D9D1D /* Products */;
  199. projectDirPath = "";
  200. projectReferences = (
  201. {
  202. ProductGroup = CDC748AD25313553008D9D1D /* Products */;
  203. ProjectRef = CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */;
  204. },
  205. );
  206. projectRoot = "";
  207. targets = (
  208. CDC748A42531353C008D9D1D /* cli */,
  209. CDC748C125313592008D9D1D /* cli-test */,
  210. );
  211. };
  212. /* End PBXProject section */
  213. /* Begin PBXReferenceProxy section */
  214. CDC748B425313553008D9D1D /* GoogleMock.framework */ = {
  215. isa = PBXReferenceProxy;
  216. fileType = wrapper.framework;
  217. path = GoogleMock.framework;
  218. remoteRef = CDC748B325313553008D9D1D /* PBXContainerItemProxy */;
  219. sourceTree = BUILT_PRODUCTS_DIR;
  220. };
  221. CDC748B625313553008D9D1D /* gmock.framework */ = {
  222. isa = PBXReferenceProxy;
  223. fileType = wrapper.framework;
  224. path = gmock.framework;
  225. remoteRef = CDC748B525313553008D9D1D /* PBXContainerItemProxy */;
  226. sourceTree = BUILT_PRODUCTS_DIR;
  227. };
  228. CDC748B825313553008D9D1D /* gtest.framework */ = {
  229. isa = PBXReferenceProxy;
  230. fileType = wrapper.framework;
  231. path = gtest.framework;
  232. remoteRef = CDC748B725313553008D9D1D /* PBXContainerItemProxy */;
  233. sourceTree = BUILT_PRODUCTS_DIR;
  234. };
  235. CDC748BA25313553008D9D1D /* GoogleMockTests.xctest */ = {
  236. isa = PBXReferenceProxy;
  237. fileType = wrapper.cfbundle;
  238. path = GoogleMockTests.xctest;
  239. remoteRef = CDC748B925313553008D9D1D /* PBXContainerItemProxy */;
  240. sourceTree = BUILT_PRODUCTS_DIR;
  241. };
  242. /* End PBXReferenceProxy section */
  243. /* Begin PBXResourcesBuildPhase section */
  244. CDC748C025313592008D9D1D /* Resources */ = {
  245. isa = PBXResourcesBuildPhase;
  246. buildActionMask = 2147483647;
  247. files = (
  248. );
  249. runOnlyForDeploymentPostprocessing = 0;
  250. };
  251. /* End PBXResourcesBuildPhase section */
  252. /* Begin PBXSourcesBuildPhase section */
  253. CDC748A22531353C008D9D1D /* Sources */ = {
  254. isa = PBXSourcesBuildPhase;
  255. buildActionMask = 2147483647;
  256. files = (
  257. );
  258. runOnlyForDeploymentPostprocessing = 0;
  259. };
  260. CDC748BE25313592008D9D1D /* Sources */ = {
  261. isa = PBXSourcesBuildPhase;
  262. buildActionMask = 2147483647;
  263. files = (
  264. );
  265. runOnlyForDeploymentPostprocessing = 0;
  266. };
  267. /* End PBXSourcesBuildPhase section */
  268. /* Begin PBXTargetDependency section */
  269. CDC748C925313592008D9D1D /* PBXTargetDependency */ = {
  270. isa = PBXTargetDependency;
  271. target = CDC748A42531353C008D9D1D /* cli */;
  272. targetProxy = CDC748C825313592008D9D1D /* PBXContainerItemProxy */;
  273. };
  274. /* End PBXTargetDependency section */
  275. /* Begin XCBuildConfiguration section */
  276. CDC748A72531353C008D9D1D /* Debug */ = {
  277. isa = XCBuildConfiguration;
  278. buildSettings = {
  279. ALWAYS_SEARCH_USER_PATHS = NO;
  280. CLANG_ANALYZER_NONNULL = YES;
  281. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  282. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  283. CLANG_CXX_LIBRARY = "libc++";
  284. CLANG_ENABLE_MODULES = YES;
  285. CLANG_ENABLE_OBJC_ARC = YES;
  286. CLANG_ENABLE_OBJC_WEAK = YES;
  287. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  288. CLANG_WARN_BOOL_CONVERSION = YES;
  289. CLANG_WARN_COMMA = YES;
  290. CLANG_WARN_CONSTANT_CONVERSION = YES;
  291. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  292. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  293. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  294. CLANG_WARN_EMPTY_BODY = YES;
  295. CLANG_WARN_ENUM_CONVERSION = YES;
  296. CLANG_WARN_INFINITE_RECURSION = YES;
  297. CLANG_WARN_INT_CONVERSION = YES;
  298. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  299. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  300. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  301. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  302. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  303. CLANG_WARN_STRICT_PROTOTYPES = YES;
  304. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  305. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  306. CLANG_WARN_UNREACHABLE_CODE = YES;
  307. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  308. COPY_PHASE_STRIP = NO;
  309. DEBUG_INFORMATION_FORMAT = dwarf;
  310. ENABLE_STRICT_OBJC_MSGSEND = YES;
  311. ENABLE_TESTABILITY = YES;
  312. GCC_C_LANGUAGE_STANDARD = gnu11;
  313. GCC_DYNAMIC_NO_PIC = NO;
  314. GCC_NO_COMMON_BLOCKS = YES;
  315. GCC_OPTIMIZATION_LEVEL = 0;
  316. GCC_PREPROCESSOR_DEFINITIONS = (
  317. "DEBUG=1",
  318. "$(inherited)",
  319. );
  320. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  321. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  322. GCC_WARN_UNDECLARED_SELECTOR = YES;
  323. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  324. GCC_WARN_UNUSED_FUNCTION = YES;
  325. GCC_WARN_UNUSED_VARIABLE = YES;
  326. MACOSX_DEPLOYMENT_TARGET = 10.14;
  327. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  328. MTL_FAST_MATH = YES;
  329. ONLY_ACTIVE_ARCH = YES;
  330. SDKROOT = macosx;
  331. };
  332. name = Debug;
  333. };
  334. CDC748A82531353C008D9D1D /* Release */ = {
  335. isa = XCBuildConfiguration;
  336. buildSettings = {
  337. ALWAYS_SEARCH_USER_PATHS = NO;
  338. CLANG_ANALYZER_NONNULL = YES;
  339. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  340. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  341. CLANG_CXX_LIBRARY = "libc++";
  342. CLANG_ENABLE_MODULES = YES;
  343. CLANG_ENABLE_OBJC_ARC = YES;
  344. CLANG_ENABLE_OBJC_WEAK = YES;
  345. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  346. CLANG_WARN_BOOL_CONVERSION = YES;
  347. CLANG_WARN_COMMA = YES;
  348. CLANG_WARN_CONSTANT_CONVERSION = YES;
  349. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  350. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  351. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  352. CLANG_WARN_EMPTY_BODY = YES;
  353. CLANG_WARN_ENUM_CONVERSION = YES;
  354. CLANG_WARN_INFINITE_RECURSION = YES;
  355. CLANG_WARN_INT_CONVERSION = YES;
  356. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  357. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  358. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  359. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  360. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  361. CLANG_WARN_STRICT_PROTOTYPES = YES;
  362. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  363. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  364. CLANG_WARN_UNREACHABLE_CODE = YES;
  365. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  366. COPY_PHASE_STRIP = NO;
  367. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  368. ENABLE_NS_ASSERTIONS = NO;
  369. ENABLE_STRICT_OBJC_MSGSEND = YES;
  370. GCC_C_LANGUAGE_STANDARD = gnu11;
  371. GCC_NO_COMMON_BLOCKS = YES;
  372. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  373. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  374. GCC_WARN_UNDECLARED_SELECTOR = YES;
  375. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  376. GCC_WARN_UNUSED_FUNCTION = YES;
  377. GCC_WARN_UNUSED_VARIABLE = YES;
  378. MACOSX_DEPLOYMENT_TARGET = 10.14;
  379. MTL_ENABLE_DEBUG_INFO = NO;
  380. MTL_FAST_MATH = YES;
  381. SDKROOT = macosx;
  382. };
  383. name = Release;
  384. };
  385. CDC748AA2531353C008D9D1D /* Debug */ = {
  386. isa = XCBuildConfiguration;
  387. buildSettings = {
  388. CODE_SIGN_STYLE = Automatic;
  389. EXECUTABLE_PREFIX = lib;
  390. PRODUCT_NAME = "$(TARGET_NAME)";
  391. SKIP_INSTALL = YES;
  392. };
  393. name = Debug;
  394. };
  395. CDC748AB2531353C008D9D1D /* Release */ = {
  396. isa = XCBuildConfiguration;
  397. buildSettings = {
  398. CODE_SIGN_STYLE = Automatic;
  399. EXECUTABLE_PREFIX = lib;
  400. PRODUCT_NAME = "$(TARGET_NAME)";
  401. SKIP_INSTALL = YES;
  402. };
  403. name = Release;
  404. };
  405. CDC748CB25313592008D9D1D /* Debug */ = {
  406. isa = XCBuildConfiguration;
  407. buildSettings = {
  408. CODE_SIGN_STYLE = Automatic;
  409. COMBINE_HIDPI_IMAGES = YES;
  410. GCC_PREPROCESSOR_DEFINITIONS = (
  411. "DEBUG=1",
  412. XCODE_UNIT_TEST,
  413. "$(inherited)",
  414. );
  415. INFOPLIST_FILE = "cli-test/Info.plist";
  416. LD_RUNPATH_SEARCH_PATHS = (
  417. "$(inherited)",
  418. "@executable_path/../Frameworks",
  419. "@loader_path/../Frameworks",
  420. );
  421. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.cli-test";
  422. PRODUCT_NAME = "$(TARGET_NAME)";
  423. };
  424. name = Debug;
  425. };
  426. CDC748CC25313592008D9D1D /* Release */ = {
  427. isa = XCBuildConfiguration;
  428. buildSettings = {
  429. CODE_SIGN_STYLE = Automatic;
  430. COMBINE_HIDPI_IMAGES = YES;
  431. GCC_PREPROCESSOR_DEFINITIONS = XCODE_UNIT_TEST;
  432. INFOPLIST_FILE = "cli-test/Info.plist";
  433. LD_RUNPATH_SEARCH_PATHS = (
  434. "$(inherited)",
  435. "@executable_path/../Frameworks",
  436. "@loader_path/../Frameworks",
  437. );
  438. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.cli-test";
  439. PRODUCT_NAME = "$(TARGET_NAME)";
  440. };
  441. name = Release;
  442. };
  443. /* End XCBuildConfiguration section */
  444. /* Begin XCConfigurationList section */
  445. CDC748A02531353C008D9D1D /* Build configuration list for PBXProject "cli" */ = {
  446. isa = XCConfigurationList;
  447. buildConfigurations = (
  448. CDC748A72531353C008D9D1D /* Debug */,
  449. CDC748A82531353C008D9D1D /* Release */,
  450. );
  451. defaultConfigurationIsVisible = 0;
  452. defaultConfigurationName = Release;
  453. };
  454. CDC748A92531353C008D9D1D /* Build configuration list for PBXNativeTarget "cli" */ = {
  455. isa = XCConfigurationList;
  456. buildConfigurations = (
  457. CDC748AA2531353C008D9D1D /* Debug */,
  458. CDC748AB2531353C008D9D1D /* Release */,
  459. );
  460. defaultConfigurationIsVisible = 0;
  461. defaultConfigurationName = Release;
  462. };
  463. CDC748CA25313592008D9D1D /* Build configuration list for PBXNativeTarget "cli-test" */ = {
  464. isa = XCConfigurationList;
  465. buildConfigurations = (
  466. CDC748CB25313592008D9D1D /* Debug */,
  467. CDC748CC25313592008D9D1D /* Release */,
  468. );
  469. defaultConfigurationIsVisible = 0;
  470. defaultConfigurationName = Release;
  471. };
  472. /* End XCConfigurationList section */
  473. };
  474. rootObject = CDC7489D2531353C008D9D1D /* Project object */;
  475. }