|
|
@@ -8,22 +8,22 @@
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
CD3AC6F21D2C03B7002B4BB0 /* material.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC6F01D2C03B7002B4BB0 /* material.cpp */; };
|
|
|
- CD3AC6F51D2C04DC002B4BB0 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD3AC6F41D2C04DC002B4BB0 /* libmath.dylib */; };
|
|
|
CD3AC6F81D2C0518002B4BB0 /* texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC6F61D2C0518002B4BB0 /* texture.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 */; };
|
|
|
CD3AC7261D2C0C63002B4BB0 /* object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC7241D2C0C63002B4BB0 /* object.cpp */; };
|
|
|
+ CDA34D9A22517A3D008036A7 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDA34D9922517A3D008036A7 /* libmath.dylib */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
CD3AC6E21D2C0364002B4BB0 /* libgraphics.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libgraphics.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CD3AC6F01D2C03B7002B4BB0 /* material.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = material.cpp; sourceTree = "<group>"; };
|
|
|
- CD3AC6F41D2C04DC002B4BB0 /* libmath.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libmath.dylib; path = "../../../../../Library/Developer/Xcode/DerivedData/game-fzozuoevjsbueyhaskmxixpdawcn/Build/Products/Debug/libmath.dylib"; sourceTree = "<group>"; };
|
|
|
CD3AC6F61D2C0518002B4BB0 /* texture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = texture.cpp; sourceTree = "<group>"; };
|
|
|
CD3AC6FB1D2C06B5002B4BB0 /* shader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shader.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>"; };
|
|
|
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; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@@ -31,7 +31,7 @@
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- CD3AC6F51D2C04DC002B4BB0 /* libmath.dylib in Frameworks */,
|
|
|
+ CDA34D9A22517A3D008036A7 /* libmath.dylib in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
@@ -41,10 +41,10 @@
|
|
|
CD3AC6D91D2C0364002B4BB0 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD3AC6F41D2C04DC002B4BB0 /* libmath.dylib */,
|
|
|
CDA34D86225171AA008036A7 /* game */,
|
|
|
CD3AC6E41D2C0364002B4BB0 /* src */,
|
|
|
CD3AC6E31D2C0364002B4BB0 /* Products */,
|
|
|
+ CDA34D9822517A3D008036A7 /* Frameworks */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
@@ -68,6 +68,14 @@
|
|
|
path = src;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ CDA34D9822517A3D008036A7 /* Frameworks */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CDA34D9922517A3D008036A7 /* libmath.dylib */,
|
|
|
+ );
|
|
|
+ name = Frameworks;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
|
@@ -88,6 +96,7 @@
|
|
|
CD3AC6DE1D2C0364002B4BB0 /* Sources */,
|
|
|
CD3AC6DF1D2C0364002B4BB0 /* Frameworks */,
|
|
|
CD3AC6E01D2C0364002B4BB0 /* Headers */,
|
|
|
+ CDA34DA222517B5E008036A7 /* ShellScript */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
@@ -129,6 +138,26 @@
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
+/* Begin PBXShellScriptBuildPhase section */
|
|
|
+ CDA34DA222517B5E008036A7 /* ShellScript */ = {
|
|
|
+ isa = PBXShellScriptBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ inputFileListPaths = (
|
|
|
+ );
|
|
|
+ inputPaths = (
|
|
|
+ );
|
|
|
+ outputFileListPaths = (
|
|
|
+ );
|
|
|
+ outputPaths = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ shellPath = /bin/sh;
|
|
|
+ shellScript = "cp -r ${PROJECT_DIR}/include/* ${BUILT_PRODUCTS_DIR}/usr/local/include/\n";
|
|
|
+ };
|
|
|
+/* End PBXShellScriptBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
CD3AC6DE1D2C0364002B4BB0 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|