project.pbxproj 17 KB

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