project.pbxproj 18 KB

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