|
|
@@ -7,7 +7,8 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- CD3C808C1D6646AF00ACC795 /* identity.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3AC7161D2C0794002B4BB0 /* identity.hpp */; };
|
|
|
+ CD62FCFE2291951400376440 /* env.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD62FCFC2291951400376440 /* env.cxx */; };
|
|
|
+ CD62FD04229195FF00376440 /* files.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD62FD02229195FF00376440 /* files.cxx */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
@@ -43,8 +44,10 @@
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
CD3AC7081D2C0726002B4BB0 /* libgameutils.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libgameutils.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
- CD3AC7161D2C0794002B4BB0 /* identity.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = identity.hpp; sourceTree = "<group>"; };
|
|
|
CD62FCE622904AD500376440 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
+ CD62FCFC2291951400376440 /* env.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = env.cxx; sourceTree = "<group>"; };
|
|
|
+ CD62FCFF2291953700376440 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = include/game; sourceTree = "<group>"; };
|
|
|
+ CD62FD02229195FF00376440 /* files.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = files.cxx; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@@ -62,6 +65,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
CD62FCE622904AD500376440 /* GoogleMock.xcodeproj */,
|
|
|
+ CD62FCFF2291953700376440 /* game */,
|
|
|
CD3AC70A1D2C0726002B4BB0 /* src */,
|
|
|
CD3AC7091D2C0726002B4BB0 /* Products */,
|
|
|
);
|
|
|
@@ -78,7 +82,8 @@
|
|
|
CD3AC70A1D2C0726002B4BB0 /* src */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD3AC7161D2C0794002B4BB0 /* identity.hpp */,
|
|
|
+ CD62FCFC2291951400376440 /* env.cxx */,
|
|
|
+ CD62FD02229195FF00376440 /* files.cxx */,
|
|
|
);
|
|
|
name = src;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -101,7 +106,6 @@
|
|
|
isa = PBXHeadersBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- CD3C808C1D6646AF00ACC795 /* identity.hpp in Headers */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
@@ -115,6 +119,7 @@
|
|
|
CD3AC7041D2C0726002B4BB0 /* Sources */,
|
|
|
CD3AC7051D2C0726002B4BB0 /* Frameworks */,
|
|
|
CD3AC7061D2C0726002B4BB0 /* Headers */,
|
|
|
+ CD62FD002291955400376440 /* ShellScript */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
@@ -193,11 +198,33 @@
|
|
|
};
|
|
|
/* End PBXReferenceProxy section */
|
|
|
|
|
|
+/* Begin PBXShellScriptBuildPhase section */
|
|
|
+ CD62FD002291955400376440 /* ShellScript */ = {
|
|
|
+ isa = PBXShellScriptBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ inputFileListPaths = (
|
|
|
+ );
|
|
|
+ inputPaths = (
|
|
|
+ );
|
|
|
+ outputFileListPaths = (
|
|
|
+ );
|
|
|
+ outputPaths = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ shellPath = /bin/sh;
|
|
|
+ shellScript = "mkdir -p ${BUILT_PRODUCTS_DIR}/usr/local/include/\ncp -r ${PROJECT_DIR}/include/* ${BUILT_PRODUCTS_DIR}/usr/local/include/\n";
|
|
|
+ };
|
|
|
+/* End PBXShellScriptBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
CD3AC7041D2C0726002B4BB0 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ CD62FCFE2291951400376440 /* env.cxx in Sources */,
|
|
|
+ CD62FD04229195FF00376440 /* files.cxx in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
@@ -254,6 +281,7 @@
|
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
SDKROOT = macosx;
|
|
|
+ USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include $(PROJECT_DIR)/../include/";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
@@ -300,6 +328,7 @@
|
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
SDKROOT = macosx;
|
|
|
+ USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include $(PROJECT_DIR)/../include/";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|