Newer
Older
Import / research / 3d-experiments / Platform.xcodeproj / project.pbxproj
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 48;
	objects = {

/* Begin PBXBuildFile section */
		1421ADCB1F850CA500C1642A /* Paths.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1421ADC91F850CA400C1642A /* Paths.mm */; };
		1421ADCC1F850CA500C1642A /* SystemInformation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1421ADCA1F850CA500C1642A /* SystemInformation.cpp */; };
		14BAB6721F85100A00D88523 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 14BAB6701F85100A00D88523 /* AppDelegate.m */; };
		14BAB6731F85100A00D88523 /* AppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 14BAB6711F85100A00D88523 /* AppDelegate.h */; };
		14BAB6771F85115B00D88523 /* Application.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BAB6761F85115B00D88523 /* Application.mm */; };
		14BAB68D1F85260900D88523 /* Window.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BAB68C1F85260900D88523 /* Window.mm */; };
		14BAB6911F85404700D88523 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14BAB6901F85404700D88523 /* CoreFoundation.framework */; };
		14BAB6931F85408400D88523 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14BAB6921F85408400D88523 /* OpenGL.framework */; };
		14E730511F8508790007FAB9 /* Platform.h in Headers */ = {isa = PBXBuildFile; fileRef = 14E730501F8508790007FAB9 /* Platform.h */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		1421ADC91F850CA400C1642A /* Paths.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Paths.mm; sourceTree = "<group>"; };
		1421ADCA1F850CA500C1642A /* SystemInformation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SystemInformation.cpp; sourceTree = "<group>"; };
		14BAB6701F85100A00D88523 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
		14BAB6711F85100A00D88523 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
		14BAB6741F8510B100D88523 /* SystemInformation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SystemInformation.h; sourceTree = "<group>"; };
		14BAB6751F8510C400D88523 /* Paths.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Paths.h; sourceTree = "<group>"; };
		14BAB6761F85115B00D88523 /* Application.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = Application.mm; sourceTree = "<group>"; };
		14BAB6781F85116D00D88523 /* Application.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Application.h; sourceTree = "<group>"; };
		14BAB68C1F85260900D88523 /* Window.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = Window.mm; sourceTree = "<group>"; };
		14BAB68E1F85261700D88523 /* Window.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Window.h; sourceTree = "<group>"; };
		14BAB6901F85404700D88523 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
		14BAB6921F85408400D88523 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
		14E7304D1F8508790007FAB9 /* libPlatform.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libPlatform.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		14E730501F8508790007FAB9 /* Platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Platform.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		14E7304A1F8508790007FAB9 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				14BAB6931F85408400D88523 /* OpenGL.framework in Frameworks */,
				14BAB6911F85404700D88523 /* CoreFoundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		14BAB68F1F85404600D88523 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				14BAB6921F85408400D88523 /* OpenGL.framework */,
				14BAB6901F85404700D88523 /* CoreFoundation.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		14E730441F8508790007FAB9 = {
			isa = PBXGroup;
			children = (
				14E7304F1F8508790007FAB9 /* Platform */,
				14E7304E1F8508790007FAB9 /* Products */,
				14BAB68F1F85404600D88523 /* Frameworks */,
			);
			sourceTree = "<group>";
		};
		14E7304E1F8508790007FAB9 /* Products */ = {
			isa = PBXGroup;
			children = (
				14E7304D1F8508790007FAB9 /* libPlatform.dylib */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		14E7304F1F8508790007FAB9 /* Platform */ = {
			isa = PBXGroup;
			children = (
				14E730501F8508790007FAB9 /* Platform.h */,
				14BAB6781F85116D00D88523 /* Application.h */,
				14BAB6761F85115B00D88523 /* Application.mm */,
				14BAB6711F85100A00D88523 /* AppDelegate.h */,
				14BAB6701F85100A00D88523 /* AppDelegate.m */,
				14BAB6751F8510C400D88523 /* Paths.h */,
				1421ADC91F850CA400C1642A /* Paths.mm */,
				14BAB6741F8510B100D88523 /* SystemInformation.h */,
				1421ADCA1F850CA500C1642A /* SystemInformation.cpp */,
				14BAB68E1F85261700D88523 /* Window.h */,
				14BAB68C1F85260900D88523 /* Window.mm */,
			);
			path = Platform;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		14E7304B1F8508790007FAB9 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				14E730511F8508790007FAB9 /* Platform.h in Headers */,
				14BAB6731F85100A00D88523 /* AppDelegate.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		14E7304C1F8508790007FAB9 /* Platform */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 14E730561F8508790007FAB9 /* Build configuration list for PBXNativeTarget "Platform" */;
			buildPhases = (
				14E730491F8508790007FAB9 /* Sources */,
				14E7304A1F8508790007FAB9 /* Frameworks */,
				14E7304B1F8508790007FAB9 /* Headers */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = Platform;
			productName = Platform;
			productReference = 14E7304D1F8508790007FAB9 /* libPlatform.dylib */;
			productType = "com.apple.product-type.library.dynamic";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		14E730451F8508790007FAB9 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0900;
				ORGANIZATIONNAME = "John Ryland";
				TargetAttributes = {
					14E7304C1F8508790007FAB9 = {
						CreatedOnToolsVersion = 9.0;
						ProvisioningStyle = Automatic;
					};
				};
			};
			buildConfigurationList = 14E730481F8508790007FAB9 /* Build configuration list for PBXProject "Platform" */;
			compatibilityVersion = "Xcode 8.0";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 14E730441F8508790007FAB9;
			productRefGroup = 14E7304E1F8508790007FAB9 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				14E7304C1F8508790007FAB9 /* Platform */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		14E730491F8508790007FAB9 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				14BAB6771F85115B00D88523 /* Application.mm in Sources */,
				14BAB6721F85100A00D88523 /* AppDelegate.m in Sources */,
				1421ADCB1F850CA500C1642A /* Paths.mm in Sources */,
				1421ADCC1F850CA500C1642A /* SystemInformation.cpp in Sources */,
				14BAB68D1F85260900D88523 /* Window.mm in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		14E730541F8508790007FAB9 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = 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_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.12;
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = macosx;
			};
			name = Debug;
		};
		14E730551F8508790007FAB9 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = 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_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.12;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = macosx;
			};
			name = Release;
		};
		14E730571F8508790007FAB9 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CODE_SIGN_STYLE = Automatic;
				DEVELOPMENT_TEAM = 9G58TQ5BN8;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				EXECUTABLE_PREFIX = lib;
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Debug;
		};
		14E730581F8508790007FAB9 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CODE_SIGN_STYLE = Automatic;
				DEVELOPMENT_TEAM = 9G58TQ5BN8;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				EXECUTABLE_PREFIX = lib;
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		14E730481F8508790007FAB9 /* Build configuration list for PBXProject "Platform" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				14E730541F8508790007FAB9 /* Debug */,
				14E730551F8508790007FAB9 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		14E730561F8508790007FAB9 /* Build configuration list for PBXNativeTarget "Platform" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				14E730571F8508790007FAB9 /* Debug */,
				14E730581F8508790007FAB9 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 14E730451F8508790007FAB9 /* Project object */;
}