project.pbxproj 21 KB

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