project.pbxproj 18 KB

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