project.pbxproj 21 KB

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