|
|
@@ -10,15 +10,65 @@
|
|
|
CD2973951D7B117E00E37217 /* time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD2973931D7B117E00E37217 /* time.cpp */; };
|
|
|
CD62D8462251A94C0023219A /* libgraphics.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8452251A94C0023219A /* libgraphics.dylib */; };
|
|
|
CD62D8482251A9500023219A /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8472251A9500023219A /* libmath.dylib */; };
|
|
|
+ CD62FCCE22904A8900376440 /* libengine.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */; };
|
|
|
+ CD62FCD622904A9B00376440 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62FCBE22904A7C00376440 /* GoogleMock.framework */; };
|
|
|
CDB1F8C81D7A312B00700C6B /* game_dispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */; };
|
|
|
CDB1F8CC1D7A319A00700C6B /* scene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8CA1D7A319A00700C6B /* scene.cpp */; };
|
|
|
CDB1F8D21D7A32A300700C6B /* events.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8D01D7A32A300700C6B /* events.cpp */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
+/* Begin PBXContainerItemProxy section */
|
|
|
+ CD62FCBD22904A7C00376440 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05818F861A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMock;
|
|
|
+ };
|
|
|
+ CD62FCBF22904A7C00376440 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05E96ABD1A68600C00204102;
|
|
|
+ remoteInfo = gmock;
|
|
|
+ };
|
|
|
+ CD62FCC122904A7C00376440 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05E96B1F1A68634900204102;
|
|
|
+ remoteInfo = gtest;
|
|
|
+ };
|
|
|
+ CD62FCC322904A7C00376440 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05818F901A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMockTests;
|
|
|
+ };
|
|
|
+ CD62FCCF22904A8900376440 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CDB1F8A61D7A30CD00700C6B /* Project object */;
|
|
|
+ proxyType = 1;
|
|
|
+ remoteGlobalIDString = CDB1F8AD1D7A30CD00700C6B;
|
|
|
+ remoteInfo = engine;
|
|
|
+ };
|
|
|
+ CD62FCD422904A9700376440 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 1;
|
|
|
+ remoteGlobalIDString = 05818F851A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMock;
|
|
|
+ };
|
|
|
+/* End PBXContainerItemProxy section */
|
|
|
+
|
|
|
/* Begin PBXFileReference section */
|
|
|
CD2973931D7B117E00E37217 /* time.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time.cpp; sourceTree = "<group>"; };
|
|
|
CD62D8452251A94C0023219A /* libgraphics.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libgraphics.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CD62D8472251A9500023219A /* libmath.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libmath.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
+ CD62FCC922904A8900376440 /* engine-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "engine-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ CD62FCCD22904A8900376440 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
CDA34D8422515C99008036A7 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = include/game; sourceTree = "<group>"; };
|
|
|
CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libengine.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game_dispatch.cpp; sourceTree = "<group>"; };
|
|
|
@@ -27,6 +77,15 @@
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
+ CD62FCC622904A8900376440 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ CD62FCD622904A9B00376440 /* GoogleMock.framework in Frameworks */,
|
|
|
+ CD62FCCE22904A8900376440 /* libengine.dylib in Frameworks */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
CDB1F8AB1D7A30CD00700C6B /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -48,6 +107,25 @@
|
|
|
name = Frameworks;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ CD62FCB722904A7B00376440 /* Products */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CD62FCBE22904A7C00376440 /* GoogleMock.framework */,
|
|
|
+ CD62FCC022904A7C00376440 /* gmock.framework */,
|
|
|
+ CD62FCC222904A7C00376440 /* gtest.framework */,
|
|
|
+ CD62FCC422904A7C00376440 /* GoogleMockTests.xctest */,
|
|
|
+ );
|
|
|
+ name = Products;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ CD62FCCA22904A8900376440 /* engine-test */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CD62FCCD22904A8900376440 /* Info.plist */,
|
|
|
+ );
|
|
|
+ path = "engine-test";
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
CDA34D8522515CA9008036A7 /* test */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -58,9 +136,11 @@
|
|
|
CDB1F8A51D7A30CD00700C6B = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */,
|
|
|
CDA34D8422515C99008036A7 /* game */,
|
|
|
CDB1F8B01D7A30CD00700C6B /* src */,
|
|
|
CDA34D8522515CA9008036A7 /* test */,
|
|
|
+ CD62FCCA22904A8900376440 /* engine-test */,
|
|
|
CDB1F8AF1D7A30CD00700C6B /* Products */,
|
|
|
CD62D8442251A94C0023219A /* Frameworks */,
|
|
|
);
|
|
|
@@ -70,6 +150,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */,
|
|
|
+ CD62FCC922904A8900376440 /* engine-test.xctest */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -98,6 +179,25 @@
|
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
+ CD62FCC822904A8900376440 /* engine-test */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = CD62FCD122904A8900376440 /* Build configuration list for PBXNativeTarget "engine-test" */;
|
|
|
+ buildPhases = (
|
|
|
+ CD62FCC522904A8900376440 /* Sources */,
|
|
|
+ CD62FCC622904A8900376440 /* Frameworks */,
|
|
|
+ CD62FCC722904A8900376440 /* Resources */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ CD62FCD522904A9700376440 /* PBXTargetDependency */,
|
|
|
+ CD62FCD022904A8900376440 /* PBXTargetDependency */,
|
|
|
+ );
|
|
|
+ name = "engine-test";
|
|
|
+ productName = "engine-test";
|
|
|
+ productReference = CD62FCC922904A8900376440 /* engine-test.xctest */;
|
|
|
+ productType = "com.apple.product-type.bundle.unit-test";
|
|
|
+ };
|
|
|
CDB1F8AD1D7A30CD00700C6B /* engine */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
buildConfigurationList = CDB1F8B91D7A30CD00700C6B /* Build configuration list for PBXNativeTarget "engine" */;
|
|
|
@@ -122,9 +222,14 @@
|
|
|
CDB1F8A61D7A30CD00700C6B /* Project object */ = {
|
|
|
isa = PBXProject;
|
|
|
attributes = {
|
|
|
+ LastSwiftUpdateCheck = 1010;
|
|
|
LastUpgradeCheck = 1010;
|
|
|
ORGANIZATIONNAME = "Sam Jaffe";
|
|
|
TargetAttributes = {
|
|
|
+ CD62FCC822904A8900376440 = {
|
|
|
+ CreatedOnToolsVersion = 10.1;
|
|
|
+ ProvisioningStyle = Automatic;
|
|
|
+ };
|
|
|
CDB1F8AD1D7A30CD00700C6B = {
|
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
|
};
|
|
|
@@ -140,13 +245,61 @@
|
|
|
mainGroup = CDB1F8A51D7A30CD00700C6B;
|
|
|
productRefGroup = CDB1F8AF1D7A30CD00700C6B /* Products */;
|
|
|
projectDirPath = "";
|
|
|
+ projectReferences = (
|
|
|
+ {
|
|
|
+ ProductGroup = CD62FCB722904A7B00376440 /* Products */;
|
|
|
+ ProjectRef = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
|
|
|
+ },
|
|
|
+ );
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
CDB1F8AD1D7A30CD00700C6B /* engine */,
|
|
|
+ CD62FCC822904A8900376440 /* engine-test */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
+/* Begin PBXReferenceProxy section */
|
|
|
+ CD62FCBE22904A7C00376440 /* GoogleMock.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = GoogleMock.framework;
|
|
|
+ remoteRef = CD62FCBD22904A7C00376440 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CD62FCC022904A7C00376440 /* gmock.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = gmock.framework;
|
|
|
+ remoteRef = CD62FCBF22904A7C00376440 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CD62FCC222904A7C00376440 /* gtest.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = gtest.framework;
|
|
|
+ remoteRef = CD62FCC122904A7C00376440 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CD62FCC422904A7C00376440 /* GoogleMockTests.xctest */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.cfbundle;
|
|
|
+ path = GoogleMockTests.xctest;
|
|
|
+ remoteRef = CD62FCC322904A7C00376440 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+/* End PBXReferenceProxy section */
|
|
|
+
|
|
|
+/* Begin PBXResourcesBuildPhase section */
|
|
|
+ CD62FCC722904A8900376440 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXResourcesBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
|
CD6F73E9225185A00081ED74 /* ShellScript */ = {
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
@@ -168,6 +321,13 @@
|
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
+ CD62FCC522904A8900376440 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
CDB1F8AA1D7A30CD00700C6B /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -181,7 +341,70 @@
|
|
|
};
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
+/* Begin PBXTargetDependency section */
|
|
|
+ CD62FCD022904A8900376440 /* PBXTargetDependency */ = {
|
|
|
+ isa = PBXTargetDependency;
|
|
|
+ target = CDB1F8AD1D7A30CD00700C6B /* engine */;
|
|
|
+ targetProxy = CD62FCCF22904A8900376440 /* PBXContainerItemProxy */;
|
|
|
+ };
|
|
|
+ CD62FCD522904A9700376440 /* PBXTargetDependency */ = {
|
|
|
+ isa = PBXTargetDependency;
|
|
|
+ name = GoogleMock;
|
|
|
+ targetProxy = CD62FCD422904A9700376440 /* PBXContainerItemProxy */;
|
|
|
+ };
|
|
|
+/* End PBXTargetDependency section */
|
|
|
+
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
+ CD62FCD222904A8900376440 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ INFOPLIST_FILE = "engine-test/Info.plist";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.13;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.engine-test";
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
+ SWIFT_VERSION = 4.2;
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ CD62FCD322904A8900376440 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ INFOPLIST_FILE = "engine-test/Info.plist";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.13;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.engine-test";
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
|
+ SWIFT_VERSION = 4.2;
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
CDB1F8B71D7A30CD00700C6B /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
@@ -310,6 +533,15 @@
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
+ CD62FCD122904A8900376440 /* Build configuration list for PBXNativeTarget "engine-test" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ CD62FCD222904A8900376440 /* Debug */,
|
|
|
+ CD62FCD322904A8900376440 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
CDB1F8A91D7A30CD00700C6B /* Build configuration list for PBXProject "engine" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|