project.pbxproj 19 KB

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