project.pbxproj 16 KB

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