project.pbxproj 26 KB

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