project.pbxproj 18 KB

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