project.pbxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD2973951D7B117E00E37217 /* time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD2973931D7B117E00E37217 /* time.cpp */; };
  10. CD62D8462251A94C0023219A /* libgraphics.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8452251A94C0023219A /* libgraphics.dylib */; };
  11. CD62D8482251A9500023219A /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8472251A9500023219A /* libmath.dylib */; };
  12. CD62FCCE22904A8900376440 /* libengine.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */; };
  13. CD62FCD622904A9B00376440 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62FCBE22904A7C00376440 /* GoogleMock.framework */; };
  14. CDB1F8C81D7A312B00700C6B /* game_dispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */; };
  15. CDB1F8CC1D7A319A00700C6B /* scene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8CA1D7A319A00700C6B /* scene.cpp */; };
  16. CDB1F8D21D7A32A300700C6B /* events.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8D01D7A32A300700C6B /* events.cpp */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. CD62FCBD22904A7C00376440 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
  22. proxyType = 2;
  23. remoteGlobalIDString = 05818F861A685AEA0072A469;
  24. remoteInfo = GoogleMock;
  25. };
  26. CD62FCBF22904A7C00376440 /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
  29. proxyType = 2;
  30. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  31. remoteInfo = gmock;
  32. };
  33. CD62FCC122904A7C00376440 /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
  36. proxyType = 2;
  37. remoteGlobalIDString = 05E96B1F1A68634900204102;
  38. remoteInfo = gtest;
  39. };
  40. CD62FCC322904A7C00376440 /* PBXContainerItemProxy */ = {
  41. isa = PBXContainerItemProxy;
  42. containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
  43. proxyType = 2;
  44. remoteGlobalIDString = 05818F901A685AEA0072A469;
  45. remoteInfo = GoogleMockTests;
  46. };
  47. CD62FCCF22904A8900376440 /* PBXContainerItemProxy */ = {
  48. isa = PBXContainerItemProxy;
  49. containerPortal = CDB1F8A61D7A30CD00700C6B /* Project object */;
  50. proxyType = 1;
  51. remoteGlobalIDString = CDB1F8AD1D7A30CD00700C6B;
  52. remoteInfo = engine;
  53. };
  54. CD62FCD422904A9700376440 /* PBXContainerItemProxy */ = {
  55. isa = PBXContainerItemProxy;
  56. containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
  57. proxyType = 1;
  58. remoteGlobalIDString = 05818F851A685AEA0072A469;
  59. remoteInfo = GoogleMock;
  60. };
  61. /* End PBXContainerItemProxy section */
  62. /* Begin PBXFileReference section */
  63. CD2973931D7B117E00E37217 /* time.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time.cpp; sourceTree = "<group>"; };
  64. CD62D8452251A94C0023219A /* libgraphics.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libgraphics.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  65. CD62D8472251A9500023219A /* libmath.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libmath.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  66. CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  67. CD62FCC922904A8900376440 /* engine-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "engine-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  68. CD62FCCD22904A8900376440 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  69. CDA34D8422515C99008036A7 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = include/game; sourceTree = "<group>"; };
  70. CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libengine.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  71. CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game_dispatch.cpp; sourceTree = "<group>"; };
  72. CDB1F8CA1D7A319A00700C6B /* scene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scene.cpp; sourceTree = "<group>"; };
  73. CDB1F8D01D7A32A300700C6B /* events.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = events.cpp; sourceTree = "<group>"; };
  74. /* End PBXFileReference section */
  75. /* Begin PBXFrameworksBuildPhase section */
  76. CD62FCC622904A8900376440 /* Frameworks */ = {
  77. isa = PBXFrameworksBuildPhase;
  78. buildActionMask = 2147483647;
  79. files = (
  80. CD62FCD622904A9B00376440 /* GoogleMock.framework in Frameworks */,
  81. CD62FCCE22904A8900376440 /* libengine.dylib in Frameworks */,
  82. );
  83. runOnlyForDeploymentPostprocessing = 0;
  84. };
  85. CDB1F8AB1D7A30CD00700C6B /* Frameworks */ = {
  86. isa = PBXFrameworksBuildPhase;
  87. buildActionMask = 2147483647;
  88. files = (
  89. CD62D8482251A9500023219A /* libmath.dylib in Frameworks */,
  90. CD62D8462251A94C0023219A /* libgraphics.dylib in Frameworks */,
  91. );
  92. runOnlyForDeploymentPostprocessing = 0;
  93. };
  94. /* End PBXFrameworksBuildPhase section */
  95. /* Begin PBXGroup section */
  96. CD62D8442251A94C0023219A /* Frameworks */ = {
  97. isa = PBXGroup;
  98. children = (
  99. CD62D8452251A94C0023219A /* libgraphics.dylib */,
  100. CD62D8472251A9500023219A /* libmath.dylib */,
  101. );
  102. name = Frameworks;
  103. sourceTree = "<group>";
  104. };
  105. CD62FCB722904A7B00376440 /* Products */ = {
  106. isa = PBXGroup;
  107. children = (
  108. CD62FCBE22904A7C00376440 /* GoogleMock.framework */,
  109. CD62FCC022904A7C00376440 /* gmock.framework */,
  110. CD62FCC222904A7C00376440 /* gtest.framework */,
  111. CD62FCC422904A7C00376440 /* GoogleMockTests.xctest */,
  112. );
  113. name = Products;
  114. sourceTree = "<group>";
  115. };
  116. CD62FCCA22904A8900376440 /* engine-test */ = {
  117. isa = PBXGroup;
  118. children = (
  119. CD62FCCD22904A8900376440 /* Info.plist */,
  120. );
  121. path = "engine-test";
  122. sourceTree = "<group>";
  123. };
  124. CDA34D8522515CA9008036A7 /* test */ = {
  125. isa = PBXGroup;
  126. children = (
  127. );
  128. path = test;
  129. sourceTree = "<group>";
  130. };
  131. CDB1F8A51D7A30CD00700C6B = {
  132. isa = PBXGroup;
  133. children = (
  134. CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */,
  135. CDA34D8422515C99008036A7 /* game */,
  136. CDB1F8B01D7A30CD00700C6B /* src */,
  137. CDA34D8522515CA9008036A7 /* test */,
  138. CD62FCCA22904A8900376440 /* engine-test */,
  139. CDB1F8AF1D7A30CD00700C6B /* Products */,
  140. CD62D8442251A94C0023219A /* Frameworks */,
  141. );
  142. sourceTree = "<group>";
  143. };
  144. CDB1F8AF1D7A30CD00700C6B /* Products */ = {
  145. isa = PBXGroup;
  146. children = (
  147. CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */,
  148. CD62FCC922904A8900376440 /* engine-test.xctest */,
  149. );
  150. name = Products;
  151. sourceTree = "<group>";
  152. };
  153. CDB1F8B01D7A30CD00700C6B /* src */ = {
  154. isa = PBXGroup;
  155. children = (
  156. CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */,
  157. CDB1F8CA1D7A319A00700C6B /* scene.cpp */,
  158. CDB1F8D01D7A32A300700C6B /* events.cpp */,
  159. CD2973931D7B117E00E37217 /* time.cpp */,
  160. );
  161. path = src;
  162. sourceTree = "<group>";
  163. };
  164. /* End PBXGroup section */
  165. /* Begin PBXHeadersBuildPhase section */
  166. CDB1F8AC1D7A30CD00700C6B /* Headers */ = {
  167. isa = PBXHeadersBuildPhase;
  168. buildActionMask = 2147483647;
  169. files = (
  170. );
  171. runOnlyForDeploymentPostprocessing = 0;
  172. };
  173. /* End PBXHeadersBuildPhase section */
  174. /* Begin PBXNativeTarget section */
  175. CD62FCC822904A8900376440 /* engine-test */ = {
  176. isa = PBXNativeTarget;
  177. buildConfigurationList = CD62FCD122904A8900376440 /* Build configuration list for PBXNativeTarget "engine-test" */;
  178. buildPhases = (
  179. CD62FCC522904A8900376440 /* Sources */,
  180. CD62FCC622904A8900376440 /* Frameworks */,
  181. CD62FCC722904A8900376440 /* Resources */,
  182. );
  183. buildRules = (
  184. );
  185. dependencies = (
  186. CD62FCD522904A9700376440 /* PBXTargetDependency */,
  187. CD62FCD022904A8900376440 /* PBXTargetDependency */,
  188. );
  189. name = "engine-test";
  190. productName = "engine-test";
  191. productReference = CD62FCC922904A8900376440 /* engine-test.xctest */;
  192. productType = "com.apple.product-type.bundle.unit-test";
  193. };
  194. CDB1F8AD1D7A30CD00700C6B /* engine */ = {
  195. isa = PBXNativeTarget;
  196. buildConfigurationList = CDB1F8B91D7A30CD00700C6B /* Build configuration list for PBXNativeTarget "engine" */;
  197. buildPhases = (
  198. CDB1F8AA1D7A30CD00700C6B /* Sources */,
  199. CDB1F8AB1D7A30CD00700C6B /* Frameworks */,
  200. CDB1F8AC1D7A30CD00700C6B /* Headers */,
  201. CD6F73E9225185A00081ED74 /* ShellScript */,
  202. );
  203. buildRules = (
  204. );
  205. dependencies = (
  206. );
  207. name = engine;
  208. productName = engine;
  209. productReference = CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */;
  210. productType = "com.apple.product-type.library.dynamic";
  211. };
  212. /* End PBXNativeTarget section */
  213. /* Begin PBXProject section */
  214. CDB1F8A61D7A30CD00700C6B /* Project object */ = {
  215. isa = PBXProject;
  216. attributes = {
  217. LastSwiftUpdateCheck = 1010;
  218. LastUpgradeCheck = 1010;
  219. ORGANIZATIONNAME = "Sam Jaffe";
  220. TargetAttributes = {
  221. CD62FCC822904A8900376440 = {
  222. CreatedOnToolsVersion = 10.1;
  223. ProvisioningStyle = Automatic;
  224. };
  225. CDB1F8AD1D7A30CD00700C6B = {
  226. CreatedOnToolsVersion = 7.2.1;
  227. };
  228. };
  229. };
  230. buildConfigurationList = CDB1F8A91D7A30CD00700C6B /* Build configuration list for PBXProject "engine" */;
  231. compatibilityVersion = "Xcode 3.2";
  232. developmentRegion = English;
  233. hasScannedForEncodings = 0;
  234. knownRegions = (
  235. en,
  236. );
  237. mainGroup = CDB1F8A51D7A30CD00700C6B;
  238. productRefGroup = CDB1F8AF1D7A30CD00700C6B /* Products */;
  239. projectDirPath = "";
  240. projectReferences = (
  241. {
  242. ProductGroup = CD62FCB722904A7B00376440 /* Products */;
  243. ProjectRef = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
  244. },
  245. );
  246. projectRoot = "";
  247. targets = (
  248. CDB1F8AD1D7A30CD00700C6B /* engine */,
  249. CD62FCC822904A8900376440 /* engine-test */,
  250. );
  251. };
  252. /* End PBXProject section */
  253. /* Begin PBXReferenceProxy section */
  254. CD62FCBE22904A7C00376440 /* GoogleMock.framework */ = {
  255. isa = PBXReferenceProxy;
  256. fileType = wrapper.framework;
  257. path = GoogleMock.framework;
  258. remoteRef = CD62FCBD22904A7C00376440 /* PBXContainerItemProxy */;
  259. sourceTree = BUILT_PRODUCTS_DIR;
  260. };
  261. CD62FCC022904A7C00376440 /* gmock.framework */ = {
  262. isa = PBXReferenceProxy;
  263. fileType = wrapper.framework;
  264. path = gmock.framework;
  265. remoteRef = CD62FCBF22904A7C00376440 /* PBXContainerItemProxy */;
  266. sourceTree = BUILT_PRODUCTS_DIR;
  267. };
  268. CD62FCC222904A7C00376440 /* gtest.framework */ = {
  269. isa = PBXReferenceProxy;
  270. fileType = wrapper.framework;
  271. path = gtest.framework;
  272. remoteRef = CD62FCC122904A7C00376440 /* PBXContainerItemProxy */;
  273. sourceTree = BUILT_PRODUCTS_DIR;
  274. };
  275. CD62FCC422904A7C00376440 /* GoogleMockTests.xctest */ = {
  276. isa = PBXReferenceProxy;
  277. fileType = wrapper.cfbundle;
  278. path = GoogleMockTests.xctest;
  279. remoteRef = CD62FCC322904A7C00376440 /* PBXContainerItemProxy */;
  280. sourceTree = BUILT_PRODUCTS_DIR;
  281. };
  282. /* End PBXReferenceProxy section */
  283. /* Begin PBXResourcesBuildPhase section */
  284. CD62FCC722904A8900376440 /* Resources */ = {
  285. isa = PBXResourcesBuildPhase;
  286. buildActionMask = 2147483647;
  287. files = (
  288. );
  289. runOnlyForDeploymentPostprocessing = 0;
  290. };
  291. /* End PBXResourcesBuildPhase section */
  292. /* Begin PBXShellScriptBuildPhase section */
  293. CD6F73E9225185A00081ED74 /* ShellScript */ = {
  294. isa = PBXShellScriptBuildPhase;
  295. buildActionMask = 2147483647;
  296. files = (
  297. );
  298. inputFileListPaths = (
  299. );
  300. inputPaths = (
  301. );
  302. outputFileListPaths = (
  303. );
  304. outputPaths = (
  305. );
  306. runOnlyForDeploymentPostprocessing = 0;
  307. shellPath = /bin/sh;
  308. shellScript = "mkdir -p ${BUILT_PRODUCTS_DIR}/usr/local/include/\ncp -r ${PROJECT_DIR}/include/* ${BUILT_PRODUCTS_DIR}/usr/local/include/\n";
  309. };
  310. /* End PBXShellScriptBuildPhase section */
  311. /* Begin PBXSourcesBuildPhase section */
  312. CD62FCC522904A8900376440 /* Sources */ = {
  313. isa = PBXSourcesBuildPhase;
  314. buildActionMask = 2147483647;
  315. files = (
  316. );
  317. runOnlyForDeploymentPostprocessing = 0;
  318. };
  319. CDB1F8AA1D7A30CD00700C6B /* Sources */ = {
  320. isa = PBXSourcesBuildPhase;
  321. buildActionMask = 2147483647;
  322. files = (
  323. CD2973951D7B117E00E37217 /* time.cpp in Sources */,
  324. CDB1F8D21D7A32A300700C6B /* events.cpp in Sources */,
  325. CDB1F8CC1D7A319A00700C6B /* scene.cpp in Sources */,
  326. CDB1F8C81D7A312B00700C6B /* game_dispatch.cpp in Sources */,
  327. );
  328. runOnlyForDeploymentPostprocessing = 0;
  329. };
  330. /* End PBXSourcesBuildPhase section */
  331. /* Begin PBXTargetDependency section */
  332. CD62FCD022904A8900376440 /* PBXTargetDependency */ = {
  333. isa = PBXTargetDependency;
  334. target = CDB1F8AD1D7A30CD00700C6B /* engine */;
  335. targetProxy = CD62FCCF22904A8900376440 /* PBXContainerItemProxy */;
  336. };
  337. CD62FCD522904A9700376440 /* PBXTargetDependency */ = {
  338. isa = PBXTargetDependency;
  339. name = GoogleMock;
  340. targetProxy = CD62FCD422904A9700376440 /* PBXContainerItemProxy */;
  341. };
  342. /* End PBXTargetDependency section */
  343. /* Begin XCBuildConfiguration section */
  344. CD62FCD222904A8900376440 /* Debug */ = {
  345. isa = XCBuildConfiguration;
  346. buildSettings = {
  347. ALWAYS_SEARCH_USER_PATHS = NO;
  348. CLANG_ANALYZER_NONNULL = YES;
  349. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  350. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  351. CLANG_ENABLE_OBJC_WEAK = YES;
  352. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  353. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  354. CODE_SIGN_STYLE = Automatic;
  355. COMBINE_HIDPI_IMAGES = YES;
  356. GCC_C_LANGUAGE_STANDARD = gnu11;
  357. INFOPLIST_FILE = "engine-test/Info.plist";
  358. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  359. MACOSX_DEPLOYMENT_TARGET = 10.13;
  360. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  361. MTL_FAST_MATH = YES;
  362. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.engine-test";
  363. PRODUCT_NAME = "$(TARGET_NAME)";
  364. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  365. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  366. SWIFT_VERSION = 4.2;
  367. };
  368. name = Debug;
  369. };
  370. CD62FCD322904A8900376440 /* Release */ = {
  371. isa = XCBuildConfiguration;
  372. buildSettings = {
  373. ALWAYS_SEARCH_USER_PATHS = NO;
  374. CLANG_ANALYZER_NONNULL = YES;
  375. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  376. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  377. CLANG_ENABLE_OBJC_WEAK = YES;
  378. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  379. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  380. CODE_SIGN_STYLE = Automatic;
  381. COMBINE_HIDPI_IMAGES = YES;
  382. GCC_C_LANGUAGE_STANDARD = gnu11;
  383. INFOPLIST_FILE = "engine-test/Info.plist";
  384. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  385. MACOSX_DEPLOYMENT_TARGET = 10.13;
  386. MTL_FAST_MATH = YES;
  387. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.engine-test";
  388. PRODUCT_NAME = "$(TARGET_NAME)";
  389. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  390. SWIFT_VERSION = 4.2;
  391. };
  392. name = Release;
  393. };
  394. CDB1F8B71D7A30CD00700C6B /* Debug */ = {
  395. isa = XCBuildConfiguration;
  396. buildSettings = {
  397. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  398. CLANG_CXX_LIBRARY = "libc++";
  399. CLANG_ENABLE_MODULES = YES;
  400. CLANG_ENABLE_OBJC_ARC = YES;
  401. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  402. CLANG_WARN_BOOL_CONVERSION = YES;
  403. CLANG_WARN_COMMA = YES;
  404. CLANG_WARN_CONSTANT_CONVERSION = YES;
  405. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  406. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  407. CLANG_WARN_EMPTY_BODY = YES;
  408. CLANG_WARN_ENUM_CONVERSION = YES;
  409. CLANG_WARN_INFINITE_RECURSION = YES;
  410. CLANG_WARN_INT_CONVERSION = YES;
  411. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  412. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  413. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  414. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  415. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  416. CLANG_WARN_STRICT_PROTOTYPES = YES;
  417. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  418. CLANG_WARN_UNREACHABLE_CODE = YES;
  419. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  420. CODE_SIGN_IDENTITY = "-";
  421. COPY_PHASE_STRIP = NO;
  422. DEBUG_INFORMATION_FORMAT = dwarf;
  423. ENABLE_STRICT_OBJC_MSGSEND = YES;
  424. ENABLE_TESTABILITY = YES;
  425. GCC_C_LANGUAGE_STANDARD = gnu99;
  426. GCC_DYNAMIC_NO_PIC = NO;
  427. GCC_NO_COMMON_BLOCKS = YES;
  428. GCC_OPTIMIZATION_LEVEL = 0;
  429. GCC_PREPROCESSOR_DEFINITIONS = (
  430. "DEBUG=1",
  431. "$(inherited)",
  432. );
  433. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  434. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  435. GCC_WARN_UNDECLARED_SELECTOR = YES;
  436. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  437. GCC_WARN_UNUSED_FUNCTION = YES;
  438. GCC_WARN_UNUSED_VARIABLE = YES;
  439. MACOSX_DEPLOYMENT_TARGET = 10.10;
  440. MTL_ENABLE_DEBUG_INFO = YES;
  441. ONLY_ACTIVE_ARCH = YES;
  442. SDKROOT = macosx;
  443. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/ $(PROJECT_DIR)/../include/expect/include $(PROJECT_DIR)/../ $(PROJECT_DIR)/../graphics/include/ $(PROJECT_DIR)/../math/include/ $(PROJECT_DIR)/../util/include/ $(PROJECT_DIR)/../math/";
  444. };
  445. name = Debug;
  446. };
  447. CDB1F8B81D7A30CD00700C6B /* Release */ = {
  448. isa = XCBuildConfiguration;
  449. buildSettings = {
  450. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  451. CLANG_CXX_LIBRARY = "libc++";
  452. CLANG_ENABLE_MODULES = YES;
  453. CLANG_ENABLE_OBJC_ARC = YES;
  454. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  455. CLANG_WARN_BOOL_CONVERSION = YES;
  456. CLANG_WARN_COMMA = YES;
  457. CLANG_WARN_CONSTANT_CONVERSION = YES;
  458. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  459. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  460. CLANG_WARN_EMPTY_BODY = YES;
  461. CLANG_WARN_ENUM_CONVERSION = YES;
  462. CLANG_WARN_INFINITE_RECURSION = YES;
  463. CLANG_WARN_INT_CONVERSION = YES;
  464. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  465. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  466. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  467. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  468. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  469. CLANG_WARN_STRICT_PROTOTYPES = YES;
  470. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  471. CLANG_WARN_UNREACHABLE_CODE = YES;
  472. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  473. CODE_SIGN_IDENTITY = "-";
  474. COPY_PHASE_STRIP = NO;
  475. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  476. ENABLE_NS_ASSERTIONS = NO;
  477. ENABLE_STRICT_OBJC_MSGSEND = YES;
  478. GCC_C_LANGUAGE_STANDARD = gnu99;
  479. GCC_NO_COMMON_BLOCKS = YES;
  480. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  481. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  482. GCC_WARN_UNDECLARED_SELECTOR = YES;
  483. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  484. GCC_WARN_UNUSED_FUNCTION = YES;
  485. GCC_WARN_UNUSED_VARIABLE = YES;
  486. MACOSX_DEPLOYMENT_TARGET = 10.10;
  487. MTL_ENABLE_DEBUG_INFO = NO;
  488. SDKROOT = macosx;
  489. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/ $(PROJECT_DIR)/../include/expect/include $(PROJECT_DIR)/../ $(PROJECT_DIR)/../graphics/include/ $(PROJECT_DIR)/../math/include/ $(PROJECT_DIR)/../util/include/ $(PROJECT_DIR)/../math/";
  490. };
  491. name = Release;
  492. };
  493. CDB1F8BA1D7A30CD00700C6B /* Debug */ = {
  494. isa = XCBuildConfiguration;
  495. buildSettings = {
  496. DYLIB_COMPATIBILITY_VERSION = 1;
  497. DYLIB_CURRENT_VERSION = 1;
  498. EXECUTABLE_PREFIX = lib;
  499. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  500. GCC_ENABLE_CPP_RTTI = YES;
  501. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  502. PRODUCT_NAME = "$(TARGET_NAME)";
  503. };
  504. name = Debug;
  505. };
  506. CDB1F8BB1D7A30CD00700C6B /* Release */ = {
  507. isa = XCBuildConfiguration;
  508. buildSettings = {
  509. DYLIB_COMPATIBILITY_VERSION = 1;
  510. DYLIB_CURRENT_VERSION = 1;
  511. EXECUTABLE_PREFIX = lib;
  512. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  513. GCC_ENABLE_CPP_RTTI = YES;
  514. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  515. PRODUCT_NAME = "$(TARGET_NAME)";
  516. };
  517. name = Release;
  518. };
  519. /* End XCBuildConfiguration section */
  520. /* Begin XCConfigurationList section */
  521. CD62FCD122904A8900376440 /* Build configuration list for PBXNativeTarget "engine-test" */ = {
  522. isa = XCConfigurationList;
  523. buildConfigurations = (
  524. CD62FCD222904A8900376440 /* Debug */,
  525. CD62FCD322904A8900376440 /* Release */,
  526. );
  527. defaultConfigurationIsVisible = 0;
  528. defaultConfigurationName = Release;
  529. };
  530. CDB1F8A91D7A30CD00700C6B /* Build configuration list for PBXProject "engine" */ = {
  531. isa = XCConfigurationList;
  532. buildConfigurations = (
  533. CDB1F8B71D7A30CD00700C6B /* Debug */,
  534. CDB1F8B81D7A30CD00700C6B /* Release */,
  535. );
  536. defaultConfigurationIsVisible = 0;
  537. defaultConfigurationName = Release;
  538. };
  539. CDB1F8B91D7A30CD00700C6B /* Build configuration list for PBXNativeTarget "engine" */ = {
  540. isa = XCConfigurationList;
  541. buildConfigurations = (
  542. CDB1F8BA1D7A30CD00700C6B /* Debug */,
  543. CDB1F8BB1D7A30CD00700C6B /* Release */,
  544. );
  545. defaultConfigurationIsVisible = 0;
  546. defaultConfigurationName = Release;
  547. };
  548. /* End XCConfigurationList section */
  549. };
  550. rootObject = CDB1F8A61D7A30CD00700C6B /* Project object */;
  551. }