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

/* Begin PBXBuildFile section */
		14A55F661F8133DF0029583E /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14A55F651F8133DF0029583E /* OpenGL.framework */; };
		14E66A521F94F584003E3E81 /* libFramework.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14E66A531F94F584003E3E81 /* libFramework.dylib */; };
		14E66A5B1F94F9D9003E3E81 /* WireFrame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14E66A5A1F94F9D9003E3E81 /* WireFrame.cpp */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		14A55F641F8133DA0029583E /* libMacOSX-Framework.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = "libMacOSX-Framework.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
		14A55F651F8133DF0029583E /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
		14D1912D1F8130B4009AFF4C /* libWireFrame.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libWireFrame.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		14E66A531F94F584003E3E81 /* libFramework.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libFramework.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		14E66A5A1F94F9D9003E3E81 /* WireFrame.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WireFrame.cpp; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		14D1912A1F8130B4009AFF4C /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				14E66A521F94F584003E3E81 /* libFramework.dylib in Frameworks */,
				14A55F661F8133DF0029583E /* OpenGL.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		14A55F621F8133DA0029583E /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				14E66A531F94F584003E3E81 /* libFramework.dylib */,
				14A55F651F8133DF0029583E /* OpenGL.framework */,
				14A55F641F8133DA0029583E /* libMacOSX-Framework.dylib */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		14D191241F8130B4009AFF4C = {
			isa = PBXGroup;
			children = (
				14D1912F1F8130B4009AFF4C /* WireFrame */,
				14D1912E1F8130B4009AFF4C /* Products */,
				14A55F621F8133DA0029583E /* Frameworks */,
			);
			sourceTree = "<group>";
		};
		14D1912E1F8130B4009AFF4C /* Products */ = {
			isa = PBXGroup;
			children = (
				14D1912D1F8130B4009AFF4C /* libWireFrame.dylib */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		14D1912F1F8130B4009AFF4C /* WireFrame */ = {
			isa = PBXGroup;
			children = (
				14E66A5A1F94F9D9003E3E81 /* WireFrame.cpp */,
			);
			path = WireFrame;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		14D1912B1F8130B4009AFF4C /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		14D1912C1F8130B4009AFF4C /* WireFrame */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 14D191361F8130B4009AFF4C /* Build configuration list for PBXNativeTarget "WireFrame" */;
			buildPhases = (
				14D191291F8130B4009AFF4C /* Sources */,
				14D1912A1F8130B4009AFF4C /* Frameworks */,
				14D1912B1F8130B4009AFF4C /* Headers */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = WireFrame;
			productName = WireFrame;
			productReference = 14D1912D1F8130B4009AFF4C /* libWireFrame.dylib */;
			productType = "com.apple.product-type.library.dynamic";
		};
/* End PBXNativeTarget section */

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

/* Begin PBXSourcesBuildPhase section */
		14D191291F8130B4009AFF4C /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				14E66A5B1F94F9D9003E3E81 /* WireFrame.cpp in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		14D191341F8130B4009AFF4C /* 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;
		};
		14D191351F8130B4009AFF4C /* 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;
		};
		14D191371F8130B4009AFF4C /* 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;
		};
		14D191381F8130B4009AFF4C /* 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 */
		14D191281F8130B4009AFF4C /* Build configuration list for PBXProject "WireFrame" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				14D191341F8130B4009AFF4C /* Debug */,
				14D191351F8130B4009AFF4C /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		14D191361F8130B4009AFF4C /* Build configuration list for PBXNativeTarget "WireFrame" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				14D191371F8130B4009AFF4C /* Debug */,
				14D191381F8130B4009AFF4C /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 14D191251F8130B4009AFF4C /* Project object */;
}