project.pbxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  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. 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. LastUpgradeCheck = 1230;
  240. ORGANIZATIONNAME = "Sam Jaffe";
  241. TargetAttributes = {
  242. CD266861252FF4B600B3E667 = {
  243. CreatedOnToolsVersion = 11.3.1;
  244. };
  245. CD266885252FFAAE00B3E667 = {
  246. CreatedOnToolsVersion = 11.3.1;
  247. };
  248. };
  249. };
  250. buildConfigurationList = CD26685D252FF4B600B3E667 /* Build configuration list for PBXProject "string-utils" */;
  251. compatibilityVersion = "Xcode 9.3";
  252. developmentRegion = en;
  253. hasScannedForEncodings = 0;
  254. knownRegions = (
  255. en,
  256. Base,
  257. );
  258. mainGroup = CD266859252FF4B600B3E667;
  259. productRefGroup = CD266863252FF4B600B3E667 /* Products */;
  260. projectDirPath = "";
  261. projectReferences = (
  262. {
  263. ProductGroup = CD26686E252FF51F00B3E667 /* Products */;
  264. ProjectRef = CD26686D252FF51F00B3E667 /* GoogleMock.xcodeproj */;
  265. },
  266. );
  267. projectRoot = "";
  268. targets = (
  269. CD266861252FF4B600B3E667 /* string-utils */,
  270. CD266885252FFAAE00B3E667 /* string_utils-test */,
  271. );
  272. };
  273. /* End PBXProject section */
  274. /* Begin PBXReferenceProxy section */
  275. CD266875252FF51F00B3E667 /* GoogleMock.framework */ = {
  276. isa = PBXReferenceProxy;
  277. fileType = wrapper.framework;
  278. path = GoogleMock.framework;
  279. remoteRef = CD266874252FF51F00B3E667 /* PBXContainerItemProxy */;
  280. sourceTree = BUILT_PRODUCTS_DIR;
  281. };
  282. CD266877252FF51F00B3E667 /* gmock.framework */ = {
  283. isa = PBXReferenceProxy;
  284. fileType = wrapper.framework;
  285. path = gmock.framework;
  286. remoteRef = CD266876252FF51F00B3E667 /* PBXContainerItemProxy */;
  287. sourceTree = BUILT_PRODUCTS_DIR;
  288. };
  289. CD266879252FF51F00B3E667 /* gtest.framework */ = {
  290. isa = PBXReferenceProxy;
  291. fileType = wrapper.framework;
  292. path = gtest.framework;
  293. remoteRef = CD266878252FF51F00B3E667 /* PBXContainerItemProxy */;
  294. sourceTree = BUILT_PRODUCTS_DIR;
  295. };
  296. CD26687B252FF51F00B3E667 /* GoogleMockTests.xctest */ = {
  297. isa = PBXReferenceProxy;
  298. fileType = wrapper.cfbundle;
  299. path = GoogleMockTests.xctest;
  300. remoteRef = CD26687A252FF51F00B3E667 /* PBXContainerItemProxy */;
  301. sourceTree = BUILT_PRODUCTS_DIR;
  302. };
  303. /* End PBXReferenceProxy section */
  304. /* Begin PBXResourcesBuildPhase section */
  305. CD266884252FFAAE00B3E667 /* Resources */ = {
  306. isa = PBXResourcesBuildPhase;
  307. buildActionMask = 2147483647;
  308. files = (
  309. );
  310. runOnlyForDeploymentPostprocessing = 0;
  311. };
  312. /* End PBXResourcesBuildPhase section */
  313. /* Begin PBXSourcesBuildPhase section */
  314. CD26685F252FF4B600B3E667 /* Sources */ = {
  315. isa = PBXSourcesBuildPhase;
  316. buildActionMask = 2147483647;
  317. files = (
  318. CD26687E252FF62F00B3E667 /* tokenizer.cxx in Sources */,
  319. );
  320. runOnlyForDeploymentPostprocessing = 0;
  321. };
  322. CD266882252FFAAE00B3E667 /* Sources */ = {
  323. isa = PBXSourcesBuildPhase;
  324. buildActionMask = 2147483647;
  325. files = (
  326. CD2668B5252FFAD200B3E667 /* tokenizer_test.cxx in Sources */,
  327. CD11D62125D96C620088CB79 /* cast_test.cxx in Sources */,
  328. );
  329. runOnlyForDeploymentPostprocessing = 0;
  330. };
  331. /* End PBXSourcesBuildPhase section */
  332. /* Begin PBXTargetDependency section */
  333. CD26688D252FFAAE00B3E667 /* PBXTargetDependency */ = {
  334. isa = PBXTargetDependency;
  335. target = CD266861252FF4B600B3E667 /* string-utils */;
  336. targetProxy = CD26688C252FFAAE00B3E667 /* PBXContainerItemProxy */;
  337. };
  338. /* End PBXTargetDependency section */
  339. /* Begin XCBuildConfiguration section */
  340. CD266864252FF4B600B3E667 /* Debug */ = {
  341. isa = XCBuildConfiguration;
  342. buildSettings = {
  343. ALWAYS_SEARCH_USER_PATHS = NO;
  344. CLANG_ANALYZER_NONNULL = YES;
  345. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  346. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  347. CLANG_CXX_LIBRARY = "libc++";
  348. CLANG_ENABLE_MODULES = YES;
  349. CLANG_ENABLE_OBJC_ARC = YES;
  350. CLANG_ENABLE_OBJC_WEAK = YES;
  351. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  352. CLANG_WARN_BOOL_CONVERSION = YES;
  353. CLANG_WARN_COMMA = YES;
  354. CLANG_WARN_CONSTANT_CONVERSION = YES;
  355. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  356. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  357. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  358. CLANG_WARN_EMPTY_BODY = YES;
  359. CLANG_WARN_ENUM_CONVERSION = YES;
  360. CLANG_WARN_INFINITE_RECURSION = YES;
  361. CLANG_WARN_INT_CONVERSION = YES;
  362. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  363. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  364. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  365. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  366. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  367. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  368. CLANG_WARN_STRICT_PROTOTYPES = YES;
  369. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  370. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  371. CLANG_WARN_UNREACHABLE_CODE = YES;
  372. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  373. COPY_PHASE_STRIP = NO;
  374. DEBUG_INFORMATION_FORMAT = dwarf;
  375. ENABLE_STRICT_OBJC_MSGSEND = YES;
  376. ENABLE_TESTABILITY = YES;
  377. GCC_C_LANGUAGE_STANDARD = gnu11;
  378. GCC_DYNAMIC_NO_PIC = NO;
  379. GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
  380. GCC_NO_COMMON_BLOCKS = YES;
  381. GCC_OPTIMIZATION_LEVEL = 0;
  382. GCC_PREPROCESSOR_DEFINITIONS = (
  383. "DEBUG=1",
  384. "$(inherited)",
  385. );
  386. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  387. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  388. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  389. GCC_WARN_UNDECLARED_SELECTOR = YES;
  390. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  391. GCC_WARN_UNUSED_FUNCTION = YES;
  392. GCC_WARN_UNUSED_VARIABLE = YES;
  393. MACOSX_DEPLOYMENT_TARGET = 10.15;
  394. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  395. MTL_FAST_MATH = YES;
  396. ONLY_ACTIVE_ARCH = YES;
  397. SDKROOT = macosx;
  398. USER_HEADER_SEARCH_PATHS = include/;
  399. };
  400. name = Debug;
  401. };
  402. CD266865252FF4B600B3E667 /* Release */ = {
  403. isa = XCBuildConfiguration;
  404. buildSettings = {
  405. ALWAYS_SEARCH_USER_PATHS = NO;
  406. CLANG_ANALYZER_NONNULL = YES;
  407. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  408. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  409. CLANG_CXX_LIBRARY = "libc++";
  410. CLANG_ENABLE_MODULES = YES;
  411. CLANG_ENABLE_OBJC_ARC = YES;
  412. CLANG_ENABLE_OBJC_WEAK = YES;
  413. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  414. CLANG_WARN_BOOL_CONVERSION = YES;
  415. CLANG_WARN_COMMA = YES;
  416. CLANG_WARN_CONSTANT_CONVERSION = YES;
  417. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  418. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  419. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  420. CLANG_WARN_EMPTY_BODY = YES;
  421. CLANG_WARN_ENUM_CONVERSION = YES;
  422. CLANG_WARN_INFINITE_RECURSION = YES;
  423. CLANG_WARN_INT_CONVERSION = YES;
  424. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  425. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  426. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  427. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  428. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  429. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  430. CLANG_WARN_STRICT_PROTOTYPES = YES;
  431. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  432. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  433. CLANG_WARN_UNREACHABLE_CODE = YES;
  434. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  435. COPY_PHASE_STRIP = NO;
  436. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  437. ENABLE_NS_ASSERTIONS = NO;
  438. ENABLE_STRICT_OBJC_MSGSEND = YES;
  439. GCC_C_LANGUAGE_STANDARD = gnu11;
  440. GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
  441. GCC_NO_COMMON_BLOCKS = YES;
  442. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  443. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  444. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  445. GCC_WARN_UNDECLARED_SELECTOR = YES;
  446. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  447. GCC_WARN_UNUSED_FUNCTION = YES;
  448. GCC_WARN_UNUSED_VARIABLE = YES;
  449. MACOSX_DEPLOYMENT_TARGET = 10.15;
  450. MTL_ENABLE_DEBUG_INFO = NO;
  451. MTL_FAST_MATH = YES;
  452. SDKROOT = macosx;
  453. USER_HEADER_SEARCH_PATHS = include/;
  454. };
  455. name = Release;
  456. };
  457. CD266867252FF4B600B3E667 /* Debug */ = {
  458. isa = XCBuildConfiguration;
  459. buildSettings = {
  460. CODE_SIGN_STYLE = Automatic;
  461. EXECUTABLE_PREFIX = lib;
  462. PRODUCT_NAME = "$(TARGET_NAME)";
  463. SKIP_INSTALL = YES;
  464. };
  465. name = Debug;
  466. };
  467. CD266868252FF4B600B3E667 /* Release */ = {
  468. isa = XCBuildConfiguration;
  469. buildSettings = {
  470. CODE_SIGN_STYLE = Automatic;
  471. EXECUTABLE_PREFIX = lib;
  472. PRODUCT_NAME = "$(TARGET_NAME)";
  473. SKIP_INSTALL = YES;
  474. };
  475. name = Release;
  476. };
  477. CD26688F252FFAAE00B3E667 /* Debug */ = {
  478. isa = XCBuildConfiguration;
  479. buildSettings = {
  480. CODE_SIGN_STYLE = Automatic;
  481. COMBINE_HIDPI_IMAGES = YES;
  482. INFOPLIST_FILE = "string_utils-test/Info.plist";
  483. LD_RUNPATH_SEARCH_PATHS = (
  484. "$(inherited)",
  485. "@executable_path/../Frameworks",
  486. "@loader_path/../Frameworks",
  487. );
  488. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.string-utils-test";
  489. PRODUCT_NAME = "$(TARGET_NAME)";
  490. };
  491. name = Debug;
  492. };
  493. CD266890252FFAAE00B3E667 /* Release */ = {
  494. isa = XCBuildConfiguration;
  495. buildSettings = {
  496. CODE_SIGN_STYLE = Automatic;
  497. COMBINE_HIDPI_IMAGES = YES;
  498. INFOPLIST_FILE = "string_utils-test/Info.plist";
  499. LD_RUNPATH_SEARCH_PATHS = (
  500. "$(inherited)",
  501. "@executable_path/../Frameworks",
  502. "@loader_path/../Frameworks",
  503. );
  504. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.string-utils-test";
  505. PRODUCT_NAME = "$(TARGET_NAME)";
  506. };
  507. name = Release;
  508. };
  509. /* End XCBuildConfiguration section */
  510. /* Begin XCConfigurationList section */
  511. CD26685D252FF4B600B3E667 /* Build configuration list for PBXProject "string-utils" */ = {
  512. isa = XCConfigurationList;
  513. buildConfigurations = (
  514. CD266864252FF4B600B3E667 /* Debug */,
  515. CD266865252FF4B600B3E667 /* Release */,
  516. );
  517. defaultConfigurationIsVisible = 0;
  518. defaultConfigurationName = Release;
  519. };
  520. CD266866252FF4B600B3E667 /* Build configuration list for PBXNativeTarget "string-utils" */ = {
  521. isa = XCConfigurationList;
  522. buildConfigurations = (
  523. CD266867252FF4B600B3E667 /* Debug */,
  524. CD266868252FF4B600B3E667 /* Release */,
  525. );
  526. defaultConfigurationIsVisible = 0;
  527. defaultConfigurationName = Release;
  528. };
  529. CD26688E252FFAAE00B3E667 /* Build configuration list for PBXNativeTarget "string_utils-test" */ = {
  530. isa = XCConfigurationList;
  531. buildConfigurations = (
  532. CD26688F252FFAAE00B3E667 /* Debug */,
  533. CD266890252FFAAE00B3E667 /* Release */,
  534. );
  535. defaultConfigurationIsVisible = 0;
  536. defaultConfigurationName = Release;
  537. };
  538. /* End XCConfigurationList section */
  539. };
  540. rootObject = CD26685A252FF4B600B3E667 /* Project object */;
  541. }