terrain/Terrain.xcodeproj/project.pbxproj

676 lines
29 KiB
Text

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
C018AD33219518080094BE3C /* Terrain2Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C018AD32219518080094BE3C /* Terrain2Tests.swift */; };
C018AD3B219518480094BE3C /* AlgorithmsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C018AD3A219518480094BE3C /* AlgorithmsTests.swift */; };
C018AD4021978E690094BE3C /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C018AD3F21978E690094BE3C /* Queue.swift */; };
C018AD422197907B0094BE3C /* QueueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C018AD412197907B0094BE3C /* QueueTests.swift */; };
C028A6A221A46796005DE718 /* Math.swift in Sources */ = {isa = PBXBuildFile; fileRef = C028A6A121A46796005DE718 /* Math.swift */; };
C08C58A0218F46F000EAFC2D /* Algorithms.swift in Sources */ = {isa = PBXBuildFile; fileRef = C08C589F218F46F000EAFC2D /* Algorithms.swift */; };
C08C58A2218F474E00EAFC2D /* TerrainAlgorithms.metal in Sources */ = {isa = PBXBuildFile; fileRef = C08C58A1218F474E00EAFC2D /* TerrainAlgorithms.metal */; };
C0C15A8E218DDD85007494E2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0C15A8D218DDD85007494E2 /* AppDelegate.swift */; };
C0C15A90218DDD87007494E2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C0C15A8F218DDD87007494E2 /* Assets.xcassets */; };
C0C15A93218DDD87007494E2 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = C0C15A91218DDD87007494E2 /* MainMenu.xib */; };
C0C15A9D218DDDC3007494E2 /* TerrainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0C15A9B218DDDC3007494E2 /* TerrainViewController.swift */; };
C0C15AA0218DE0B2007494E2 /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0C15A9F218DE0B2007494E2 /* Renderer.swift */; };
C0C15AA2218DE21E007494E2 /* Math.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0C15AA1218DE21E007494E2 /* Math.swift */; };
C0C15AA4218DE615007494E2 /* Terrain.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0C15AA3218DE615007494E2 /* Terrain.swift */; };
C0C15AA6218DF065007494E2 /* Shaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = C0C15AA5218DF065007494E2 /* Shaders.metal */; };
C0C15AAA218E2472007494E2 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0C15AA8218E2472007494E2 /* MetalKit.framework */; };
C0C15AAB218E2472007494E2 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0C15AA9218E2472007494E2 /* Metal.framework */; };
C0C15AB3218E2A90007494E2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0C15AB2218E2A90007494E2 /* AppDelegate.swift */; };
C0C15AB5218E2A90007494E2 /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0C15AB4218E2A90007494E2 /* GameViewController.swift */; };
C0C15AB7218E2A90007494E2 /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0C15AB6218E2A90007494E2 /* Renderer.swift */; };
C0C15AB9218E2A90007494E2 /* Shaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = C0C15AB8218E2A90007494E2 /* Shaders.metal */; };
C0C15ABC218E2A90007494E2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C0C15ABB218E2A90007494E2 /* Assets.xcassets */; };
C0C15ABF218E2A90007494E2 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C0C15ABD218E2A90007494E2 /* Main.storyboard */; };
C0C15AC6218E32B3007494E2 /* Terrain.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0C15AC5218E32B2007494E2 /* Terrain.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
C018AD35219518080094BE3C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C0C15A82218DDD85007494E2 /* Project object */;
proxyType = 1;
remoteGlobalIDString = C0C15AAF218E2A8F007494E2;
remoteInfo = Terrain2;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
C018AD30219518080094BE3C /* Terrain2Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Terrain2Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
C018AD32219518080094BE3C /* Terrain2Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Terrain2Tests.swift; sourceTree = "<group>"; };
C018AD34219518080094BE3C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C018AD3A219518480094BE3C /* AlgorithmsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlgorithmsTests.swift; sourceTree = "<group>"; };
C018AD3F21978E690094BE3C /* Queue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Queue.swift; sourceTree = "<group>"; };
C018AD412197907B0094BE3C /* QueueTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QueueTests.swift; sourceTree = "<group>"; };
C028A6A121A46796005DE718 /* Math.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Math.swift; sourceTree = "<group>"; };
C08C589F218F46F000EAFC2D /* Algorithms.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Algorithms.swift; sourceTree = "<group>"; };
C08C58A1218F474E00EAFC2D /* TerrainAlgorithms.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = TerrainAlgorithms.metal; sourceTree = "<group>"; };
C0C15A8A218DDD85007494E2 /* Terrain.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Terrain.app; sourceTree = BUILT_PRODUCTS_DIR; };
C0C15A8D218DDD85007494E2 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
C0C15A8F218DDD87007494E2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
C0C15A92218DDD87007494E2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
C0C15A94218DDD87007494E2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C0C15A95218DDD87007494E2 /* Terrain.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Terrain.entitlements; sourceTree = "<group>"; };
C0C15A9B218DDDC3007494E2 /* TerrainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerrainViewController.swift; sourceTree = "<group>"; };
C0C15A9F218DE0B2007494E2 /* Renderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Renderer.swift; sourceTree = "<group>"; };
C0C15AA1218DE21E007494E2 /* Math.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Math.swift; sourceTree = "<group>"; };
C0C15AA3218DE615007494E2 /* Terrain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Terrain.swift; sourceTree = "<group>"; };
C0C15AA5218DF065007494E2 /* Shaders.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = Shaders.metal; sourceTree = "<group>"; };
C0C15AA8218E2472007494E2 /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = System/Library/Frameworks/MetalKit.framework; sourceTree = SDKROOT; };
C0C15AA9218E2472007494E2 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; };
C0C15AB0218E2A8F007494E2 /* Terrain2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Terrain2.app; sourceTree = BUILT_PRODUCTS_DIR; };
C0C15AB2218E2A90007494E2 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
C0C15AB4218E2A90007494E2 /* GameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameViewController.swift; sourceTree = "<group>"; };
C0C15AB6218E2A90007494E2 /* Renderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Renderer.swift; sourceTree = "<group>"; };
C0C15AB8218E2A90007494E2 /* Shaders.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = Shaders.metal; sourceTree = "<group>"; };
C0C15ABA218E2A90007494E2 /* ShaderTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShaderTypes.h; sourceTree = "<group>"; };
C0C15ABB218E2A90007494E2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
C0C15ABE218E2A90007494E2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
C0C15AC0218E2A90007494E2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C0C15AC1218E2A90007494E2 /* Terrain2.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Terrain2.entitlements; sourceTree = "<group>"; };
C0C15AC5218E32B2007494E2 /* Terrain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Terrain.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
C018AD2D219518080094BE3C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C0C15A87218DDD85007494E2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C0C15AAA218E2472007494E2 /* MetalKit.framework in Frameworks */,
C0C15AAB218E2472007494E2 /* Metal.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C0C15AAD218E2A8F007494E2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
C018AD31219518080094BE3C /* Terrain2Tests */ = {
isa = PBXGroup;
children = (
C018AD32219518080094BE3C /* Terrain2Tests.swift */,
C018AD3A219518480094BE3C /* AlgorithmsTests.swift */,
C018AD412197907B0094BE3C /* QueueTests.swift */,
C018AD34219518080094BE3C /* Info.plist */,
);
path = Terrain2Tests;
sourceTree = "<group>";
};
C018AD3E219728890094BE3C /* Shaders */ = {
isa = PBXGroup;
children = (
C0C15AB8218E2A90007494E2 /* Shaders.metal */,
C08C58A1218F474E00EAFC2D /* TerrainAlgorithms.metal */,
);
path = Shaders;
sourceTree = "<group>";
};
C0C15A81218DDD85007494E2 = {
isa = PBXGroup;
children = (
C0C15A8C218DDD85007494E2 /* Terrain */,
C0C15AB1218E2A90007494E2 /* Terrain2 */,
C018AD31219518080094BE3C /* Terrain2Tests */,
C0C15A8B218DDD85007494E2 /* Products */,
C0C15AA7218E2472007494E2 /* Frameworks */,
);
sourceTree = "<group>";
};
C0C15A8B218DDD85007494E2 /* Products */ = {
isa = PBXGroup;
children = (
C0C15A8A218DDD85007494E2 /* Terrain.app */,
C0C15AB0218E2A8F007494E2 /* Terrain2.app */,
C018AD30219518080094BE3C /* Terrain2Tests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
C0C15A8C218DDD85007494E2 /* Terrain */ = {
isa = PBXGroup;
children = (
C0C15A8D218DDD85007494E2 /* AppDelegate.swift */,
C0C15A9B218DDDC3007494E2 /* TerrainViewController.swift */,
C0C15A9F218DE0B2007494E2 /* Renderer.swift */,
C0C15AA3218DE615007494E2 /* Terrain.swift */,
C0C15AA1218DE21E007494E2 /* Math.swift */,
C0C15AA5218DF065007494E2 /* Shaders.metal */,
C0C15A8F218DDD87007494E2 /* Assets.xcassets */,
C0C15A91218DDD87007494E2 /* MainMenu.xib */,
C0C15A94218DDD87007494E2 /* Info.plist */,
C0C15A95218DDD87007494E2 /* Terrain.entitlements */,
);
path = Terrain;
sourceTree = "<group>";
};
C0C15AA7218E2472007494E2 /* Frameworks */ = {
isa = PBXGroup;
children = (
C0C15AA9218E2472007494E2 /* Metal.framework */,
C0C15AA8218E2472007494E2 /* MetalKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
C0C15AB1218E2A90007494E2 /* Terrain2 */ = {
isa = PBXGroup;
children = (
C0C15AB2218E2A90007494E2 /* AppDelegate.swift */,
C0C15AB4218E2A90007494E2 /* GameViewController.swift */,
C0C15AB6218E2A90007494E2 /* Renderer.swift */,
C028A6A121A46796005DE718 /* Math.swift */,
C0C15AC5218E32B2007494E2 /* Terrain.swift */,
C08C589F218F46F000EAFC2D /* Algorithms.swift */,
C018AD3F21978E690094BE3C /* Queue.swift */,
C018AD3E219728890094BE3C /* Shaders */,
C0C15ABA218E2A90007494E2 /* ShaderTypes.h */,
C0C15ABB218E2A90007494E2 /* Assets.xcassets */,
C0C15ABD218E2A90007494E2 /* Main.storyboard */,
C0C15AC0218E2A90007494E2 /* Info.plist */,
C0C15AC1218E2A90007494E2 /* Terrain2.entitlements */,
);
path = Terrain2;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
C018AD2F219518080094BE3C /* Terrain2Tests */ = {
isa = PBXNativeTarget;
buildConfigurationList = C018AD39219518080094BE3C /* Build configuration list for PBXNativeTarget "Terrain2Tests" */;
buildPhases = (
C018AD2C219518080094BE3C /* Sources */,
C018AD2D219518080094BE3C /* Frameworks */,
C018AD2E219518080094BE3C /* Resources */,
);
buildRules = (
);
dependencies = (
C018AD36219518080094BE3C /* PBXTargetDependency */,
);
name = Terrain2Tests;
productName = Terrain2Tests;
productReference = C018AD30219518080094BE3C /* Terrain2Tests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
C0C15A89218DDD85007494E2 /* Terrain */ = {
isa = PBXNativeTarget;
buildConfigurationList = C0C15A98218DDD87007494E2 /* Build configuration list for PBXNativeTarget "Terrain" */;
buildPhases = (
C0C15A86218DDD85007494E2 /* Sources */,
C0C15A87218DDD85007494E2 /* Frameworks */,
C0C15A88218DDD85007494E2 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Terrain;
productName = Terrain;
productReference = C0C15A8A218DDD85007494E2 /* Terrain.app */;
productType = "com.apple.product-type.application";
};
C0C15AAF218E2A8F007494E2 /* Terrain2 */ = {
isa = PBXNativeTarget;
buildConfigurationList = C0C15AC2218E2A90007494E2 /* Build configuration list for PBXNativeTarget "Terrain2" */;
buildPhases = (
C0C15AAC218E2A8F007494E2 /* Sources */,
C0C15AAD218E2A8F007494E2 /* Frameworks */,
C0C15AAE218E2A8F007494E2 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Terrain2;
productName = Terrain2;
productReference = C0C15AB0218E2A8F007494E2 /* Terrain2.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
C0C15A82218DDD85007494E2 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1000;
LastUpgradeCheck = 1000;
ORGANIZATIONNAME = "Eryn Wells";
TargetAttributes = {
C018AD2F219518080094BE3C = {
CreatedOnToolsVersion = 10.0;
TestTargetID = C0C15AAF218E2A8F007494E2;
};
C0C15A89218DDD85007494E2 = {
CreatedOnToolsVersion = 10.0;
};
C0C15AAF218E2A8F007494E2 = {
CreatedOnToolsVersion = 10.0;
};
};
};
buildConfigurationList = C0C15A85218DDD85007494E2 /* Build configuration list for PBXProject "Terrain" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = C0C15A81218DDD85007494E2;
productRefGroup = C0C15A8B218DDD85007494E2 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
C0C15A89218DDD85007494E2 /* Terrain */,
C0C15AAF218E2A8F007494E2 /* Terrain2 */,
C018AD2F219518080094BE3C /* Terrain2Tests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
C018AD2E219518080094BE3C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C0C15A88218DDD85007494E2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C0C15A90218DDD87007494E2 /* Assets.xcassets in Resources */,
C0C15A93218DDD87007494E2 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C0C15AAE218E2A8F007494E2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C0C15ABC218E2A90007494E2 /* Assets.xcassets in Resources */,
C0C15ABF218E2A90007494E2 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
C018AD2C219518080094BE3C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C018AD33219518080094BE3C /* Terrain2Tests.swift in Sources */,
C018AD422197907B0094BE3C /* QueueTests.swift in Sources */,
C018AD3B219518480094BE3C /* AlgorithmsTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C0C15A86218DDD85007494E2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C0C15AA6218DF065007494E2 /* Shaders.metal in Sources */,
C0C15A9D218DDDC3007494E2 /* TerrainViewController.swift in Sources */,
C0C15AA0218DE0B2007494E2 /* Renderer.swift in Sources */,
C0C15AA4218DE615007494E2 /* Terrain.swift in Sources */,
C0C15A8E218DDD85007494E2 /* AppDelegate.swift in Sources */,
C0C15AA2218DE21E007494E2 /* Math.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C0C15AAC218E2A8F007494E2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C08C58A2218F474E00EAFC2D /* TerrainAlgorithms.metal in Sources */,
C0C15AB9218E2A90007494E2 /* Shaders.metal in Sources */,
C0C15AB5218E2A90007494E2 /* GameViewController.swift in Sources */,
C0C15AC6218E32B3007494E2 /* Terrain.swift in Sources */,
C0C15AB7218E2A90007494E2 /* Renderer.swift in Sources */,
C0C15AB3218E2A90007494E2 /* AppDelegate.swift in Sources */,
C018AD4021978E690094BE3C /* Queue.swift in Sources */,
C08C58A0218F46F000EAFC2D /* Algorithms.swift in Sources */,
C028A6A221A46796005DE718 /* Math.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
C018AD36219518080094BE3C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C0C15AAF218E2A8F007494E2 /* Terrain2 */;
targetProxy = C018AD35219518080094BE3C /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
C0C15A91218DDD87007494E2 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
C0C15A92218DDD87007494E2 /* Base */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
C0C15ABD218E2A90007494E2 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
C0C15ABE218E2A90007494E2 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
C018AD37219518080094BE3C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Terrain2Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.Terrain2Tests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.2;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Terrain2.app/Contents/MacOS/Terrain2";
};
name = Debug;
};
C018AD38219518080094BE3C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Terrain2Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.Terrain2Tests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.2;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Terrain2.app/Contents/MacOS/Terrain2";
};
name = Release;
};
C0C15A96218DDD87007494E2 /* 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_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Mac Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
C0C15A97218DDD87007494E2 /* 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_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Mac Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
};
name = Release;
};
C0C15A99218DDD87007494E2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Terrain/Terrain.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 78372RE6B4;
INFOPLIST_FILE = Terrain/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.Terrain;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
};
name = Debug;
};
C0C15A9A218DDD87007494E2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Terrain/Terrain.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 78372RE6B4;
INFOPLIST_FILE = Terrain/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.Terrain;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
};
name = Release;
};
C0C15AC3218E2A90007494E2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Terrain2/Terrain2.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Terrain2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MTL_HEADER_SEARCH_PATHS = Terrain2;
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.Terrain2;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = Terrain2/ShaderTypes.h;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
C0C15AC4218E2A90007494E2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Terrain2/Terrain2.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Terrain2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MTL_HEADER_SEARCH_PATHS = Terrain2;
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.Terrain2;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = Terrain2/ShaderTypes.h;
SWIFT_VERSION = 4.2;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
C018AD39219518080094BE3C /* Build configuration list for PBXNativeTarget "Terrain2Tests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C018AD37219518080094BE3C /* Debug */,
C018AD38219518080094BE3C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C0C15A85218DDD85007494E2 /* Build configuration list for PBXProject "Terrain" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C0C15A96218DDD87007494E2 /* Debug */,
C0C15A97218DDD87007494E2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C0C15A98218DDD87007494E2 /* Build configuration list for PBXNativeTarget "Terrain" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C0C15A99218DDD87007494E2 /* Debug */,
C0C15A9A218DDD87007494E2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C0C15AC2218E2A90007494E2 /* Build configuration list for PBXNativeTarget "Terrain2" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C0C15AC3218E2A90007494E2 /* Debug */,
C0C15AC4218E2A90007494E2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = C0C15A82218DDD85007494E2 /* Project object */;
}