project.pbxproj 18 KB

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