project.pbxproj 27 KB

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