|
@@ -12,6 +12,9 @@
|
|
|
CD3AC6FD1D2C06B5002B4BB0 /* shader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC6FB1D2C06B5002B4BB0 /* shader.cpp */; };
|
|
CD3AC6FD1D2C06B5002B4BB0 /* shader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC6FB1D2C06B5002B4BB0 /* shader.cpp */; };
|
|
|
CD3AC7191D2C0950002B4BB0 /* shader_program.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC7171D2C0950002B4BB0 /* shader_program.cpp */; };
|
|
CD3AC7191D2C0950002B4BB0 /* shader_program.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC7171D2C0950002B4BB0 /* shader_program.cpp */; };
|
|
|
CD3AC7261D2C0C63002B4BB0 /* object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC7241D2C0C63002B4BB0 /* object.cpp */; };
|
|
CD3AC7261D2C0C63002B4BB0 /* object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC7241D2C0C63002B4BB0 /* object.cpp */; };
|
|
|
|
|
+ CD62FCF72290DC9000376440 /* helper.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD62FCF52290DC9000376440 /* helper.hpp */; };
|
|
|
|
|
+ CD62FCF82290DC9000376440 /* opengl_helper.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD62FCF62290DC9000376440 /* opengl_helper.cxx */; };
|
|
|
|
|
+ CD62FCFA2290E2E500376440 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62FCF92290E2E500376440 /* OpenGL.framework */; };
|
|
|
CDA34D9A22517A3D008036A7 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDA34D9922517A3D008036A7 /* libmath.dylib */; };
|
|
CDA34D9A22517A3D008036A7 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDA34D9922517A3D008036A7 /* libmath.dylib */; };
|
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
@@ -54,6 +57,9 @@
|
|
|
CD3AC7171D2C0950002B4BB0 /* shader_program.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shader_program.cpp; sourceTree = "<group>"; };
|
|
CD3AC7171D2C0950002B4BB0 /* shader_program.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shader_program.cpp; sourceTree = "<group>"; };
|
|
|
CD3AC7241D2C0C63002B4BB0 /* object.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = object.cpp; sourceTree = "<group>"; };
|
|
CD3AC7241D2C0C63002B4BB0 /* object.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = object.cpp; sourceTree = "<group>"; };
|
|
|
CD62FCD722904AD100376440 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
CD62FCD722904AD100376440 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
|
|
+ CD62FCF52290DC9000376440 /* helper.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = helper.hpp; sourceTree = "<group>"; };
|
|
|
|
|
+ CD62FCF62290DC9000376440 /* opengl_helper.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = opengl_helper.cxx; sourceTree = "<group>"; };
|
|
|
|
|
+ CD62FCF92290E2E500376440 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
|
|
|
CDA34D86225171AA008036A7 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = include/game; sourceTree = "<group>"; };
|
|
CDA34D86225171AA008036A7 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = include/game; sourceTree = "<group>"; };
|
|
|
CDA34D9922517A3D008036A7 /* libmath.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libmath.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CDA34D9922517A3D008036A7 /* libmath.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libmath.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
/* End PBXFileReference section */
|
|
/* End PBXFileReference section */
|
|
@@ -63,6 +69,7 @@
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
|
|
+ CD62FCFA2290E2E500376440 /* OpenGL.framework in Frameworks */,
|
|
|
CDA34D9A22517A3D008036A7 /* libmath.dylib in Frameworks */,
|
|
CDA34D9A22517A3D008036A7 /* libmath.dylib in Frameworks */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -95,6 +102,8 @@
|
|
|
CD3AC6F01D2C03B7002B4BB0 /* material.cpp */,
|
|
CD3AC6F01D2C03B7002B4BB0 /* material.cpp */,
|
|
|
CD3AC6FB1D2C06B5002B4BB0 /* shader.cpp */,
|
|
CD3AC6FB1D2C06B5002B4BB0 /* shader.cpp */,
|
|
|
CD3AC7171D2C0950002B4BB0 /* shader_program.cpp */,
|
|
CD3AC7171D2C0950002B4BB0 /* shader_program.cpp */,
|
|
|
|
|
+ CD62FCF52290DC9000376440 /* helper.hpp */,
|
|
|
|
|
+ CD62FCF62290DC9000376440 /* opengl_helper.cxx */,
|
|
|
CD3AC6F61D2C0518002B4BB0 /* texture.cpp */,
|
|
CD3AC6F61D2C0518002B4BB0 /* texture.cpp */,
|
|
|
CD3AC7241D2C0C63002B4BB0 /* object.cpp */,
|
|
CD3AC7241D2C0C63002B4BB0 /* object.cpp */,
|
|
|
);
|
|
);
|
|
@@ -115,6 +124,7 @@
|
|
|
CDA34D9822517A3D008036A7 /* Frameworks */ = {
|
|
CDA34D9822517A3D008036A7 /* Frameworks */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ CD62FCF92290E2E500376440 /* OpenGL.framework */,
|
|
|
CDA34D9922517A3D008036A7 /* libmath.dylib */,
|
|
CDA34D9922517A3D008036A7 /* libmath.dylib */,
|
|
|
);
|
|
);
|
|
|
name = Frameworks;
|
|
name = Frameworks;
|
|
@@ -127,6 +137,7 @@
|
|
|
isa = PBXHeadersBuildPhase;
|
|
isa = PBXHeadersBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
|
|
+ CD62FCF72290DC9000376440 /* helper.hpp in Headers */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
@@ -249,6 +260,7 @@
|
|
|
CD3AC6F21D2C03B7002B4BB0 /* material.cpp in Sources */,
|
|
CD3AC6F21D2C03B7002B4BB0 /* material.cpp in Sources */,
|
|
|
CD3AC6F81D2C0518002B4BB0 /* texture.cpp in Sources */,
|
|
CD3AC6F81D2C0518002B4BB0 /* texture.cpp in Sources */,
|
|
|
CD3AC7261D2C0C63002B4BB0 /* object.cpp in Sources */,
|
|
CD3AC7261D2C0C63002B4BB0 /* object.cpp in Sources */,
|
|
|
|
|
+ CD62FCF82290DC9000376440 /* opengl_helper.cxx in Sources */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|