project.pbxproj 18 KB

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