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

/* Begin PBXBuildFile section */
		14A55F5C1F8133B30029583E /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14A55F5B1F8133B30029583E /* OpenGL.framework */; };
		14B00F111F93A22600465B8C /* libFramework.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14B00F121F93A22600465B8C /* libFramework.dylib */; };
		14D191461F8130C4009AFF4C /* Sphere.h in Headers */ = {isa = PBXBuildFile; fileRef = 14D191451F8130C4009AFF4C /* Sphere.h */; };
		14D191481F8130C4009AFF4C /* Sphere.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14D191471F8130C4009AFF4C /* Sphere.cpp */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		14A55F5A1F8133AD0029583E /* libMacOSX-Framework.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = "libMacOSX-Framework.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
		14A55F5B1F8133B30029583E /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
		14B00F121F93A22600465B8C /* libFramework.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libFramework.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		14D191421F8130C4009AFF4C /* libSphere.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libSphere.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		14D191451F8130C4009AFF4C /* Sphere.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Sphere.h; sourceTree = "<group>"; };
		14D191471F8130C4009AFF4C /* Sphere.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Sphere.cpp; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
		14A55F581F8133AD0029583E /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				14B00F121F93A22600465B8C /* libFramework.dylib */,
				14A55F5B1F8133B30029583E /* OpenGL.framework */,
				14A55F5A1F8133AD0029583E /* libMacOSX-Framework.dylib */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		14D191391F8130C4009AFF4C = {
			isa = PBXGroup;
			children = (
				14D191441F8130C4009AFF4C /* Sphere */,
				14D191431F8130C4009AFF4C /* Products */,
				14A55F581F8133AD0029583E /* Frameworks */,
			);
			sourceTree = "<group>";
		};
		14D191431F8130C4009AFF4C /* Products */ = {
			isa = PBXGroup;
			children = (
				14D191421F8130C4009AFF4C /* libSphere.dylib */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		14D191441F8130C4009AFF4C /* Sphere */ = {
			isa = PBXGroup;
			children = (
				14D191451F8130C4009AFF4C /* Sphere.h */,
				14D191471F8130C4009AFF4C /* Sphere.cpp */,
			);
			path = Sphere;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		14D191401F8130C4009AFF4C /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				14D191461F8130C4009AFF4C /* Sphere.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		14D191411F8130C4009AFF4C /* Sphere */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 14D1914B1F8130C4009AFF4C /* Build configuration list for PBXNativeTarget "Sphere" */;
			buildPhases = (
				14D1913E1F8130C4009AFF4C /* Sources */,
				14D1913F1F8130C4009AFF4C /* Frameworks */,
				14D191401F8130C4009AFF4C /* Headers */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = Sphere;
			productName = Sphere;
			productReference = 14D191421F8130C4009AFF4C /* libSphere.dylib */;
			productType = "com.apple.product-type.library.dynamic";
		};
/* End PBXNativeTarget section */

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

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

/* Begin XCBuildConfiguration section */
		14D191491F8130C4009AFF4C /* 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;
		};
		14D1914A1F8130C4009AFF4C /* 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;
		};
		14D1914C1F8130C4009AFF4C /* 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;
		};
		14D1914D1F8130C4009AFF4C /* 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 */
		14D1913D1F8130C4009AFF4C /* Build configuration list for PBXProject "Sphere" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				14D191491F8130C4009AFF4C /* Debug */,
				14D1914A1F8130C4009AFF4C /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		14D1914B1F8130C4009AFF4C /* Build configuration list for PBXNativeTarget "Sphere" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				14D1914C1F8130C4009AFF4C /* Debug */,
				14D1914D1F8130C4009AFF4C /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 14D1913A1F8130C4009AFF4C /* Project object */;
}