project.pbxproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD1C82BD22988EC700825C4E /* matrix.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD1C82BC22988EC700825C4E /* matrix.cxx */; };
  10. CD1C83E922998E2600825C4E /* manager.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD1C83E722998E2600825C4E /* manager.cxx */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  11. CD1C840F2299B81500825C4E /* error_formatter.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD1C840D2299B81500825C4E /* error_formatter.cxx */; };
  12. CD3AC6F21D2C03B7002B4BB0 /* material.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC6F01D2C03B7002B4BB0 /* material.cpp */; };
  13. CD3AC6F81D2C0518002B4BB0 /* texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC6F61D2C0518002B4BB0 /* texture.cpp */; };
  14. CD3AC6FD1D2C06B5002B4BB0 /* shader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC6FB1D2C06B5002B4BB0 /* shader.cpp */; };
  15. CD3AC7191D2C0950002B4BB0 /* shader_program.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC7171D2C0950002B4BB0 /* shader_program.cpp */; };
  16. CD3AC7261D2C0C63002B4BB0 /* object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC7241D2C0C63002B4BB0 /* object.cpp */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  17. CD62FCF72290DC9000376440 /* helper.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD62FCF52290DC9000376440 /* helper.hpp */; };
  18. CD62FCF82290DC9000376440 /* helper.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD62FCF62290DC9000376440 /* helper.cxx */; };
  19. CD62FCFA2290E2E500376440 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62FCF92290E2E500376440 /* OpenGL.framework */; };
  20. CD62FD062291970F00376440 /* libgameutils.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62FD052291970F00376440 /* libgameutils.dylib */; };
  21. CD62FD1E2292412900376440 /* renderer.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD62FD1C2292412900376440 /* renderer.cxx */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  22. CD62FD222292C76B00376440 /* renderer_impl.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD62FD202292C76B00376440 /* renderer_impl.hpp */; };
  23. CD62FD232292C76B00376440 /* renderer_impl.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD62FD212292C76B00376440 /* renderer_impl.cxx */; };
  24. CDA34D9A22517A3D008036A7 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDA34D9922517A3D008036A7 /* libmath.dylib */; };
  25. CDED9C1922A2D6CE00AE5CE5 /* libgraphics.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD3AC6E21D2C0364002B4BB0 /* libgraphics.dylib */; };
  26. CDED9C4322A2FACB00AE5CE5 /* renderer_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDED9C4222A2FACB00AE5CE5 /* renderer_test.cxx */; };
  27. CDED9C4622A2FCA100AE5CE5 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62FCDF22904AD100376440 /* GoogleMock.framework */; };
  28. CDED9C4722A308AE00AE5CE5 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDA34D9922517A3D008036A7 /* libmath.dylib */; };
  29. /* End PBXBuildFile section */
  30. /* Begin PBXContainerItemProxy section */
  31. CD62FCDE22904AD100376440 /* PBXContainerItemProxy */ = {
  32. isa = PBXContainerItemProxy;
  33. containerPortal = CD62FCD722904AD100376440 /* GoogleMock.xcodeproj */;
  34. proxyType = 2;
  35. remoteGlobalIDString = 05818F861A685AEA0072A469;
  36. remoteInfo = GoogleMock;
  37. };
  38. CD62FCE022904AD100376440 /* PBXContainerItemProxy */ = {
  39. isa = PBXContainerItemProxy;
  40. containerPortal = CD62FCD722904AD100376440 /* GoogleMock.xcodeproj */;
  41. proxyType = 2;
  42. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  43. remoteInfo = gmock;
  44. };
  45. CD62FCE222904AD100376440 /* PBXContainerItemProxy */ = {
  46. isa = PBXContainerItemProxy;
  47. containerPortal = CD62FCD722904AD100376440 /* GoogleMock.xcodeproj */;
  48. proxyType = 2;
  49. remoteGlobalIDString = 05E96B1F1A68634900204102;
  50. remoteInfo = gtest;
  51. };
  52. CD62FCE422904AD100376440 /* PBXContainerItemProxy */ = {
  53. isa = PBXContainerItemProxy;
  54. containerPortal = CD62FCD722904AD100376440 /* GoogleMock.xcodeproj */;
  55. proxyType = 2;
  56. remoteGlobalIDString = 05818F901A685AEA0072A469;
  57. remoteInfo = GoogleMockTests;
  58. };
  59. CDED9C1A22A2D6CE00AE5CE5 /* PBXContainerItemProxy */ = {
  60. isa = PBXContainerItemProxy;
  61. containerPortal = CD3AC6DA1D2C0364002B4BB0 /* Project object */;
  62. proxyType = 1;
  63. remoteGlobalIDString = CD3AC6E11D2C0364002B4BB0;
  64. remoteInfo = graphics;
  65. };
  66. CDED9C4422A2FC9C00AE5CE5 /* PBXContainerItemProxy */ = {
  67. isa = PBXContainerItemProxy;
  68. containerPortal = CD62FCD722904AD100376440 /* GoogleMock.xcodeproj */;
  69. proxyType = 1;
  70. remoteGlobalIDString = 05818F851A685AEA0072A469;
  71. remoteInfo = GoogleMock;
  72. };
  73. /* End PBXContainerItemProxy section */
  74. /* Begin PBXFileReference section */
  75. CD1C82B722988E4E00825C4E /* matrix.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix.hpp; sourceTree = "<group>"; };
  76. CD1C82BC22988EC700825C4E /* matrix.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = matrix.cxx; sourceTree = "<group>"; };
  77. CD1C83E722998E2600825C4E /* manager.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = manager.cxx; sourceTree = "<group>"; };
  78. CD1C840D2299B81500825C4E /* error_formatter.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = error_formatter.cxx; sourceTree = "<group>"; };
  79. CD3AC6E21D2C0364002B4BB0 /* libgraphics.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libgraphics.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  80. CD3AC6F01D2C03B7002B4BB0 /* material.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = material.cpp; sourceTree = "<group>"; };
  81. CD3AC6F61D2C0518002B4BB0 /* texture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = texture.cpp; sourceTree = "<group>"; };
  82. CD3AC6FB1D2C06B5002B4BB0 /* shader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shader.cpp; sourceTree = "<group>"; };
  83. CD3AC7171D2C0950002B4BB0 /* shader_program.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shader_program.cpp; sourceTree = "<group>"; };
  84. CD3AC7241D2C0C63002B4BB0 /* object.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = object.cpp; sourceTree = "<group>"; };
  85. CD62FCD722904AD100376440 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  86. CD62FCF52290DC9000376440 /* helper.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = helper.hpp; sourceTree = "<group>"; };
  87. CD62FCF62290DC9000376440 /* helper.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = helper.cxx; sourceTree = "<group>"; };
  88. CD62FCF92290E2E500376440 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
  89. CD62FD052291970F00376440 /* libgameutils.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libgameutils.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  90. CD62FD1C2292412900376440 /* renderer.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = renderer.cxx; sourceTree = "<group>"; };
  91. CD62FD202292C76B00376440 /* renderer_impl.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = renderer_impl.hpp; sourceTree = "<group>"; };
  92. CD62FD212292C76B00376440 /* renderer_impl.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = renderer_impl.cxx; sourceTree = "<group>"; };
  93. CDA34D86225171AA008036A7 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = include/game; sourceTree = "<group>"; };
  94. CDA34D9922517A3D008036A7 /* libmath.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libmath.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  95. CDED9C1422A2D6CD00AE5CE5 /* graphics-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "graphics-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  96. CDED9C1822A2D6CE00AE5CE5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  97. CDED9C4222A2FACB00AE5CE5 /* renderer_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = renderer_test.cxx; sourceTree = "<group>"; };
  98. /* End PBXFileReference section */
  99. /* Begin PBXFrameworksBuildPhase section */
  100. CD3AC6DF1D2C0364002B4BB0 /* Frameworks */ = {
  101. isa = PBXFrameworksBuildPhase;
  102. buildActionMask = 2147483647;
  103. files = (
  104. CD62FD062291970F00376440 /* libgameutils.dylib in Frameworks */,
  105. CD62FCFA2290E2E500376440 /* OpenGL.framework in Frameworks */,
  106. CDA34D9A22517A3D008036A7 /* libmath.dylib in Frameworks */,
  107. );
  108. runOnlyForDeploymentPostprocessing = 0;
  109. };
  110. CDED9C1122A2D6CD00AE5CE5 /* Frameworks */ = {
  111. isa = PBXFrameworksBuildPhase;
  112. buildActionMask = 2147483647;
  113. files = (
  114. CDED9C4722A308AE00AE5CE5 /* libmath.dylib in Frameworks */,
  115. CDED9C4622A2FCA100AE5CE5 /* GoogleMock.framework in Frameworks */,
  116. CDED9C1922A2D6CE00AE5CE5 /* libgraphics.dylib in Frameworks */,
  117. );
  118. runOnlyForDeploymentPostprocessing = 0;
  119. };
  120. /* End PBXFrameworksBuildPhase section */
  121. /* Begin PBXGroup section */
  122. CD1C84052299B72C00825C4E /* openGL */ = {
  123. isa = PBXGroup;
  124. children = (
  125. CD62FD212292C76B00376440 /* renderer_impl.cxx */,
  126. CD62FCF62290DC9000376440 /* helper.cxx */,
  127. CD1C840D2299B81500825C4E /* error_formatter.cxx */,
  128. );
  129. path = openGL;
  130. sourceTree = "<group>";
  131. };
  132. CD3AC6D91D2C0364002B4BB0 = {
  133. isa = PBXGroup;
  134. children = (
  135. CD62FCD722904AD100376440 /* GoogleMock.xcodeproj */,
  136. CDA34D86225171AA008036A7 /* game */,
  137. CD3AC6E41D2C0364002B4BB0 /* src */,
  138. CDED9C3D22A2F52500AE5CE5 /* test */,
  139. CDED9C1522A2D6CE00AE5CE5 /* graphics-test */,
  140. CD3AC6E31D2C0364002B4BB0 /* Products */,
  141. CDA34D9822517A3D008036A7 /* Frameworks */,
  142. );
  143. sourceTree = "<group>";
  144. };
  145. CD3AC6E31D2C0364002B4BB0 /* Products */ = {
  146. isa = PBXGroup;
  147. children = (
  148. CD3AC6E21D2C0364002B4BB0 /* libgraphics.dylib */,
  149. CDED9C1422A2D6CD00AE5CE5 /* graphics-test.xctest */,
  150. );
  151. name = Products;
  152. sourceTree = "<group>";
  153. };
  154. CD3AC6E41D2C0364002B4BB0 /* src */ = {
  155. isa = PBXGroup;
  156. children = (
  157. CD1C84052299B72C00825C4E /* openGL */,
  158. CD62FD1A22923B8E00376440 /* renderer */,
  159. CD62FD1822923B8100376440 /* model */,
  160. );
  161. path = src;
  162. sourceTree = "<group>";
  163. };
  164. CD62FCD822904AD100376440 /* Products */ = {
  165. isa = PBXGroup;
  166. children = (
  167. CD62FCDF22904AD100376440 /* GoogleMock.framework */,
  168. CD62FCE122904AD100376440 /* gmock.framework */,
  169. CD62FCE322904AD100376440 /* gtest.framework */,
  170. CD62FCE522904AD100376440 /* GoogleMockTests.xctest */,
  171. );
  172. name = Products;
  173. sourceTree = "<group>";
  174. };
  175. CD62FD1822923B8100376440 /* model */ = {
  176. isa = PBXGroup;
  177. children = (
  178. CD62FCF52290DC9000376440 /* helper.hpp */,
  179. CD1C83E722998E2600825C4E /* manager.cxx */,
  180. CD3AC7241D2C0C63002B4BB0 /* object.cpp */,
  181. CD3AC6F01D2C03B7002B4BB0 /* material.cpp */,
  182. CD3AC6FB1D2C06B5002B4BB0 /* shader.cpp */,
  183. CD3AC7171D2C0950002B4BB0 /* shader_program.cpp */,
  184. CD3AC6F61D2C0518002B4BB0 /* texture.cpp */,
  185. );
  186. name = model;
  187. sourceTree = "<group>";
  188. };
  189. CD62FD1A22923B8E00376440 /* renderer */ = {
  190. isa = PBXGroup;
  191. children = (
  192. CD62FD202292C76B00376440 /* renderer_impl.hpp */,
  193. CD62FD1C2292412900376440 /* renderer.cxx */,
  194. CD1C82B722988E4E00825C4E /* matrix.hpp */,
  195. CD1C82BC22988EC700825C4E /* matrix.cxx */,
  196. );
  197. name = renderer;
  198. sourceTree = "<group>";
  199. };
  200. CDA34D9822517A3D008036A7 /* Frameworks */ = {
  201. isa = PBXGroup;
  202. children = (
  203. CD62FD052291970F00376440 /* libgameutils.dylib */,
  204. CD62FCF92290E2E500376440 /* OpenGL.framework */,
  205. CDA34D9922517A3D008036A7 /* libmath.dylib */,
  206. );
  207. name = Frameworks;
  208. sourceTree = "<group>";
  209. };
  210. CDED9C1522A2D6CE00AE5CE5 /* graphics-test */ = {
  211. isa = PBXGroup;
  212. children = (
  213. CDED9C1822A2D6CE00AE5CE5 /* Info.plist */,
  214. );
  215. path = "graphics-test";
  216. sourceTree = "<group>";
  217. };
  218. CDED9C3D22A2F52500AE5CE5 /* test */ = {
  219. isa = PBXGroup;
  220. children = (
  221. CDED9C4222A2FACB00AE5CE5 /* renderer_test.cxx */,
  222. );
  223. path = test;
  224. sourceTree = "<group>";
  225. };
  226. /* End PBXGroup section */
  227. /* Begin PBXHeadersBuildPhase section */
  228. CD3AC6E01D2C0364002B4BB0 /* Headers */ = {
  229. isa = PBXHeadersBuildPhase;
  230. buildActionMask = 2147483647;
  231. files = (
  232. CD62FD222292C76B00376440 /* renderer_impl.hpp in Headers */,
  233. CD62FCF72290DC9000376440 /* helper.hpp in Headers */,
  234. );
  235. runOnlyForDeploymentPostprocessing = 0;
  236. };
  237. /* End PBXHeadersBuildPhase section */
  238. /* Begin PBXNativeTarget section */
  239. CD3AC6E11D2C0364002B4BB0 /* graphics */ = {
  240. isa = PBXNativeTarget;
  241. buildConfigurationList = CD3AC6ED1D2C0364002B4BB0 /* Build configuration list for PBXNativeTarget "graphics" */;
  242. buildPhases = (
  243. CD3AC6DE1D2C0364002B4BB0 /* Sources */,
  244. CD3AC6DF1D2C0364002B4BB0 /* Frameworks */,
  245. CD3AC6E01D2C0364002B4BB0 /* Headers */,
  246. CDA34DA222517B5E008036A7 /* ShellScript */,
  247. );
  248. buildRules = (
  249. );
  250. dependencies = (
  251. );
  252. name = graphics;
  253. productName = graphics;
  254. productReference = CD3AC6E21D2C0364002B4BB0 /* libgraphics.dylib */;
  255. productType = "com.apple.product-type.library.dynamic";
  256. };
  257. CDED9C1322A2D6CD00AE5CE5 /* graphics-test */ = {
  258. isa = PBXNativeTarget;
  259. buildConfigurationList = CDED9C2222A2D6CE00AE5CE5 /* Build configuration list for PBXNativeTarget "graphics-test" */;
  260. buildPhases = (
  261. CDED9C1022A2D6CD00AE5CE5 /* Sources */,
  262. CDED9C1122A2D6CD00AE5CE5 /* Frameworks */,
  263. CDED9C1222A2D6CD00AE5CE5 /* Resources */,
  264. );
  265. buildRules = (
  266. );
  267. dependencies = (
  268. CDED9C4522A2FC9C00AE5CE5 /* PBXTargetDependency */,
  269. CDED9C1B22A2D6CE00AE5CE5 /* PBXTargetDependency */,
  270. );
  271. name = "graphics-test";
  272. productName = "graphics-test";
  273. productReference = CDED9C1422A2D6CD00AE5CE5 /* graphics-test.xctest */;
  274. productType = "com.apple.product-type.bundle.unit-test";
  275. };
  276. /* End PBXNativeTarget section */
  277. /* Begin PBXProject section */
  278. CD3AC6DA1D2C0364002B4BB0 /* Project object */ = {
  279. isa = PBXProject;
  280. attributes = {
  281. LastUpgradeCheck = 1010;
  282. ORGANIZATIONNAME = "Sam Jaffe";
  283. TargetAttributes = {
  284. CD3AC6E11D2C0364002B4BB0 = {
  285. CreatedOnToolsVersion = 7.2.1;
  286. };
  287. CDED9C1322A2D6CD00AE5CE5 = {
  288. CreatedOnToolsVersion = 10.1;
  289. ProvisioningStyle = Automatic;
  290. };
  291. };
  292. };
  293. buildConfigurationList = CD3AC6DD1D2C0364002B4BB0 /* Build configuration list for PBXProject "graphics" */;
  294. compatibilityVersion = "Xcode 3.2";
  295. developmentRegion = English;
  296. hasScannedForEncodings = 0;
  297. knownRegions = (
  298. en,
  299. );
  300. mainGroup = CD3AC6D91D2C0364002B4BB0;
  301. productRefGroup = CD3AC6E31D2C0364002B4BB0 /* Products */;
  302. projectDirPath = "";
  303. projectReferences = (
  304. {
  305. ProductGroup = CD62FCD822904AD100376440 /* Products */;
  306. ProjectRef = CD62FCD722904AD100376440 /* GoogleMock.xcodeproj */;
  307. },
  308. );
  309. projectRoot = "";
  310. targets = (
  311. CD3AC6E11D2C0364002B4BB0 /* graphics */,
  312. CDED9C1322A2D6CD00AE5CE5 /* graphics-test */,
  313. );
  314. };
  315. /* End PBXProject section */
  316. /* Begin PBXReferenceProxy section */
  317. CD62FCDF22904AD100376440 /* GoogleMock.framework */ = {
  318. isa = PBXReferenceProxy;
  319. fileType = wrapper.framework;
  320. path = GoogleMock.framework;
  321. remoteRef = CD62FCDE22904AD100376440 /* PBXContainerItemProxy */;
  322. sourceTree = BUILT_PRODUCTS_DIR;
  323. };
  324. CD62FCE122904AD100376440 /* gmock.framework */ = {
  325. isa = PBXReferenceProxy;
  326. fileType = wrapper.framework;
  327. path = gmock.framework;
  328. remoteRef = CD62FCE022904AD100376440 /* PBXContainerItemProxy */;
  329. sourceTree = BUILT_PRODUCTS_DIR;
  330. };
  331. CD62FCE322904AD100376440 /* gtest.framework */ = {
  332. isa = PBXReferenceProxy;
  333. fileType = wrapper.framework;
  334. path = gtest.framework;
  335. remoteRef = CD62FCE222904AD100376440 /* PBXContainerItemProxy */;
  336. sourceTree = BUILT_PRODUCTS_DIR;
  337. };
  338. CD62FCE522904AD100376440 /* GoogleMockTests.xctest */ = {
  339. isa = PBXReferenceProxy;
  340. fileType = wrapper.cfbundle;
  341. path = GoogleMockTests.xctest;
  342. remoteRef = CD62FCE422904AD100376440 /* PBXContainerItemProxy */;
  343. sourceTree = BUILT_PRODUCTS_DIR;
  344. };
  345. /* End PBXReferenceProxy section */
  346. /* Begin PBXResourcesBuildPhase section */
  347. CDED9C1222A2D6CD00AE5CE5 /* Resources */ = {
  348. isa = PBXResourcesBuildPhase;
  349. buildActionMask = 2147483647;
  350. files = (
  351. );
  352. runOnlyForDeploymentPostprocessing = 0;
  353. };
  354. /* End PBXResourcesBuildPhase section */
  355. /* Begin PBXShellScriptBuildPhase section */
  356. CDA34DA222517B5E008036A7 /* ShellScript */ = {
  357. isa = PBXShellScriptBuildPhase;
  358. buildActionMask = 2147483647;
  359. files = (
  360. );
  361. inputFileListPaths = (
  362. );
  363. inputPaths = (
  364. );
  365. outputFileListPaths = (
  366. );
  367. outputPaths = (
  368. );
  369. runOnlyForDeploymentPostprocessing = 0;
  370. shellPath = /bin/sh;
  371. shellScript = "mkdir -p ${BUILT_PRODUCTS_DIR}/usr/local/include/\ncp -r ${PROJECT_DIR}/include/* ${BUILT_PRODUCTS_DIR}/usr/local/include/\n";
  372. };
  373. /* End PBXShellScriptBuildPhase section */
  374. /* Begin PBXSourcesBuildPhase section */
  375. CD3AC6DE1D2C0364002B4BB0 /* Sources */ = {
  376. isa = PBXSourcesBuildPhase;
  377. buildActionMask = 2147483647;
  378. files = (
  379. CD3AC6FD1D2C06B5002B4BB0 /* shader.cpp in Sources */,
  380. CD3AC7191D2C0950002B4BB0 /* shader_program.cpp in Sources */,
  381. CD1C82BD22988EC700825C4E /* matrix.cxx in Sources */,
  382. CD3AC6F21D2C03B7002B4BB0 /* material.cpp in Sources */,
  383. CD1C840F2299B81500825C4E /* error_formatter.cxx in Sources */,
  384. CD62FD1E2292412900376440 /* renderer.cxx in Sources */,
  385. CD3AC6F81D2C0518002B4BB0 /* texture.cpp in Sources */,
  386. CD3AC7261D2C0C63002B4BB0 /* object.cpp in Sources */,
  387. CD1C83E922998E2600825C4E /* manager.cxx in Sources */,
  388. CD62FCF82290DC9000376440 /* helper.cxx in Sources */,
  389. CD62FD232292C76B00376440 /* renderer_impl.cxx in Sources */,
  390. );
  391. runOnlyForDeploymentPostprocessing = 0;
  392. };
  393. CDED9C1022A2D6CD00AE5CE5 /* Sources */ = {
  394. isa = PBXSourcesBuildPhase;
  395. buildActionMask = 2147483647;
  396. files = (
  397. CDED9C4322A2FACB00AE5CE5 /* renderer_test.cxx in Sources */,
  398. );
  399. runOnlyForDeploymentPostprocessing = 0;
  400. };
  401. /* End PBXSourcesBuildPhase section */
  402. /* Begin PBXTargetDependency section */
  403. CDED9C1B22A2D6CE00AE5CE5 /* PBXTargetDependency */ = {
  404. isa = PBXTargetDependency;
  405. target = CD3AC6E11D2C0364002B4BB0 /* graphics */;
  406. targetProxy = CDED9C1A22A2D6CE00AE5CE5 /* PBXContainerItemProxy */;
  407. };
  408. CDED9C4522A2FC9C00AE5CE5 /* PBXTargetDependency */ = {
  409. isa = PBXTargetDependency;
  410. name = GoogleMock;
  411. targetProxy = CDED9C4422A2FC9C00AE5CE5 /* PBXContainerItemProxy */;
  412. };
  413. /* End PBXTargetDependency section */
  414. /* Begin XCBuildConfiguration section */
  415. CD3AC6EB1D2C0364002B4BB0 /* Debug */ = {
  416. isa = XCBuildConfiguration;
  417. buildSettings = {
  418. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  419. CLANG_CXX_LIBRARY = "libc++";
  420. CLANG_ENABLE_MODULES = YES;
  421. CLANG_ENABLE_OBJC_ARC = YES;
  422. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  423. CLANG_WARN_BOOL_CONVERSION = YES;
  424. CLANG_WARN_COMMA = YES;
  425. CLANG_WARN_CONSTANT_CONVERSION = YES;
  426. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  427. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  428. CLANG_WARN_EMPTY_BODY = YES;
  429. CLANG_WARN_ENUM_CONVERSION = YES;
  430. CLANG_WARN_INFINITE_RECURSION = YES;
  431. CLANG_WARN_INT_CONVERSION = YES;
  432. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  433. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  434. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  435. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  436. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  437. CLANG_WARN_STRICT_PROTOTYPES = YES;
  438. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  439. CLANG_WARN_UNREACHABLE_CODE = YES;
  440. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  441. CODE_SIGN_IDENTITY = "-";
  442. COPY_PHASE_STRIP = NO;
  443. DEBUG_INFORMATION_FORMAT = dwarf;
  444. ENABLE_STRICT_OBJC_MSGSEND = YES;
  445. ENABLE_TESTABILITY = YES;
  446. GCC_C_LANGUAGE_STANDARD = gnu99;
  447. GCC_DYNAMIC_NO_PIC = NO;
  448. GCC_NO_COMMON_BLOCKS = YES;
  449. GCC_OPTIMIZATION_LEVEL = 0;
  450. GCC_PREPROCESSOR_DEFINITIONS = (
  451. "DEBUG=1",
  452. "$(inherited)",
  453. );
  454. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  455. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  456. GCC_WARN_UNDECLARED_SELECTOR = YES;
  457. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  458. GCC_WARN_UNUSED_FUNCTION = YES;
  459. GCC_WARN_UNUSED_VARIABLE = YES;
  460. MACOSX_DEPLOYMENT_TARGET = 10.10;
  461. MTL_ENABLE_DEBUG_INFO = YES;
  462. ONLY_ACTIVE_ARCH = YES;
  463. SDKROOT = macosx;
  464. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/ $(PROJECT_DIR)/../include/expect/include/ $(PROJECT_DIR)/../math/ $(PROJECT_DIR)/../include/ $(PROJECT_DIR)/../math/include/ $(PROJECT_DIR)/../util/include";
  465. };
  466. name = Debug;
  467. };
  468. CD3AC6EC1D2C0364002B4BB0 /* Release */ = {
  469. isa = XCBuildConfiguration;
  470. buildSettings = {
  471. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  472. CLANG_CXX_LIBRARY = "libc++";
  473. CLANG_ENABLE_MODULES = YES;
  474. CLANG_ENABLE_OBJC_ARC = YES;
  475. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  476. CLANG_WARN_BOOL_CONVERSION = YES;
  477. CLANG_WARN_COMMA = YES;
  478. CLANG_WARN_CONSTANT_CONVERSION = YES;
  479. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  480. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  481. CLANG_WARN_EMPTY_BODY = YES;
  482. CLANG_WARN_ENUM_CONVERSION = YES;
  483. CLANG_WARN_INFINITE_RECURSION = YES;
  484. CLANG_WARN_INT_CONVERSION = YES;
  485. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  486. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  487. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  488. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  489. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  490. CLANG_WARN_STRICT_PROTOTYPES = YES;
  491. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  492. CLANG_WARN_UNREACHABLE_CODE = YES;
  493. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  494. CODE_SIGN_IDENTITY = "-";
  495. COPY_PHASE_STRIP = NO;
  496. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  497. ENABLE_NS_ASSERTIONS = NO;
  498. ENABLE_STRICT_OBJC_MSGSEND = YES;
  499. GCC_C_LANGUAGE_STANDARD = gnu99;
  500. GCC_NO_COMMON_BLOCKS = YES;
  501. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  502. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  503. GCC_WARN_UNDECLARED_SELECTOR = YES;
  504. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  505. GCC_WARN_UNUSED_FUNCTION = YES;
  506. GCC_WARN_UNUSED_VARIABLE = YES;
  507. MACOSX_DEPLOYMENT_TARGET = 10.10;
  508. MTL_ENABLE_DEBUG_INFO = NO;
  509. SDKROOT = macosx;
  510. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/ $(PROJECT_DIR)/../include/expect/include/ $(PROJECT_DIR)/../math/ $(PROJECT_DIR)/../include/ $(PROJECT_DIR)/../math/include/ $(PROJECT_DIR)/../util/include";
  511. };
  512. name = Release;
  513. };
  514. CD3AC6EE1D2C0364002B4BB0 /* Debug */ = {
  515. isa = XCBuildConfiguration;
  516. buildSettings = {
  517. DYLIB_COMPATIBILITY_VERSION = 1;
  518. DYLIB_CURRENT_VERSION = 1;
  519. EXECUTABLE_PREFIX = lib;
  520. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  521. GCC_ENABLE_CPP_RTTI = YES;
  522. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  523. PRODUCT_NAME = "$(TARGET_NAME)";
  524. };
  525. name = Debug;
  526. };
  527. CD3AC6EF1D2C0364002B4BB0 /* Release */ = {
  528. isa = XCBuildConfiguration;
  529. buildSettings = {
  530. DYLIB_COMPATIBILITY_VERSION = 1;
  531. DYLIB_CURRENT_VERSION = 1;
  532. EXECUTABLE_PREFIX = lib;
  533. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  534. GCC_ENABLE_CPP_RTTI = YES;
  535. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  536. PRODUCT_NAME = "$(TARGET_NAME)";
  537. };
  538. name = Release;
  539. };
  540. CDED9C1C22A2D6CE00AE5CE5 /* Debug */ = {
  541. isa = XCBuildConfiguration;
  542. buildSettings = {
  543. ALWAYS_SEARCH_USER_PATHS = NO;
  544. CLANG_ANALYZER_NONNULL = YES;
  545. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  546. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  547. CLANG_ENABLE_OBJC_WEAK = YES;
  548. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  549. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  550. CODE_SIGN_STYLE = Automatic;
  551. COMBINE_HIDPI_IMAGES = YES;
  552. GCC_C_LANGUAGE_STANDARD = gnu11;
  553. INFOPLIST_FILE = "graphics-test/Info.plist";
  554. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  555. MACOSX_DEPLOYMENT_TARGET = 10.13;
  556. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  557. MTL_FAST_MATH = YES;
  558. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.graphics-test";
  559. PRODUCT_NAME = "$(TARGET_NAME)";
  560. };
  561. name = Debug;
  562. };
  563. CDED9C1D22A2D6CE00AE5CE5 /* Release */ = {
  564. isa = XCBuildConfiguration;
  565. buildSettings = {
  566. ALWAYS_SEARCH_USER_PATHS = NO;
  567. CLANG_ANALYZER_NONNULL = YES;
  568. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  569. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  570. CLANG_ENABLE_OBJC_WEAK = YES;
  571. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  572. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  573. CODE_SIGN_STYLE = Automatic;
  574. COMBINE_HIDPI_IMAGES = YES;
  575. GCC_C_LANGUAGE_STANDARD = gnu11;
  576. INFOPLIST_FILE = "graphics-test/Info.plist";
  577. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  578. MACOSX_DEPLOYMENT_TARGET = 10.13;
  579. MTL_FAST_MATH = YES;
  580. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.graphics-test";
  581. PRODUCT_NAME = "$(TARGET_NAME)";
  582. };
  583. name = Release;
  584. };
  585. /* End XCBuildConfiguration section */
  586. /* Begin XCConfigurationList section */
  587. CD3AC6DD1D2C0364002B4BB0 /* Build configuration list for PBXProject "graphics" */ = {
  588. isa = XCConfigurationList;
  589. buildConfigurations = (
  590. CD3AC6EB1D2C0364002B4BB0 /* Debug */,
  591. CD3AC6EC1D2C0364002B4BB0 /* Release */,
  592. );
  593. defaultConfigurationIsVisible = 0;
  594. defaultConfigurationName = Release;
  595. };
  596. CD3AC6ED1D2C0364002B4BB0 /* Build configuration list for PBXNativeTarget "graphics" */ = {
  597. isa = XCConfigurationList;
  598. buildConfigurations = (
  599. CD3AC6EE1D2C0364002B4BB0 /* Debug */,
  600. CD3AC6EF1D2C0364002B4BB0 /* Release */,
  601. );
  602. defaultConfigurationIsVisible = 0;
  603. defaultConfigurationName = Release;
  604. };
  605. CDED9C2222A2D6CE00AE5CE5 /* Build configuration list for PBXNativeTarget "graphics-test" */ = {
  606. isa = XCConfigurationList;
  607. buildConfigurations = (
  608. CDED9C1C22A2D6CE00AE5CE5 /* Debug */,
  609. CDED9C1D22A2D6CE00AE5CE5 /* Release */,
  610. );
  611. defaultConfigurationIsVisible = 0;
  612. defaultConfigurationName = Release;
  613. };
  614. /* End XCConfigurationList section */
  615. };
  616. rootObject = CD3AC6DA1D2C0364002B4BB0 /* Project object */;
  617. }