project.pbxproj 27 KB

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