project.pbxproj 21 KB

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