project.pbxproj 20 KB

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