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

/* Begin PBXBuildFile section */
		144F88C91F8044A2002A3E38 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 144F88C81F8044A2002A3E38 /* AppDelegate.m */; };
		144F88CB1F8044A2002A3E38 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 144F88CA1F8044A2002A3E38 /* Assets.xcassets */; };
		144F88CE1F8044A2002A3E38 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 144F88CC1F8044A2002A3E38 /* MainMenu.xib */; };
		144F88D11F8044A2002A3E38 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 144F88D01F8044A2002A3E38 /* main.m */; };
		14A55F6D1F813DE70029583E /* libCube.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14A55F711F813DE70029583E /* libCube.dylib */; };
		14A55F6E1F813DE70029583E /* libSphere.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14A55F721F813DE70029583E /* libSphere.dylib */; };
		14A55F6F1F813DE70029583E /* libTriangle.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14A55F731F813DE70029583E /* libTriangle.dylib */; };
		14A55F701F813DE70029583E /* libWireFrame.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14A55F741F813DE70029583E /* libWireFrame.dylib */; };
		14A55F951F81C8E50029583E /* libTexturedCube.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14A55F961F81C8E50029583E /* libTexturedCube.dylib */; };
		14A55FA91F827FF50029583E /* ramp.png in Resources */ = {isa = PBXBuildFile; fileRef = 14A55FA81F827FF40029583E /* ramp.png */; };
		14A55FAE1F83AB990029583E /* cube-map-test.png in Resources */ = {isa = PBXBuildFile; fileRef = 14A55FAC1F83AB990029583E /* cube-map-test.png */; };
		14A55FAF1F83AB990029583E /* cube-map-test-no-border.png in Resources */ = {isa = PBXBuildFile; fileRef = 14A55FAD1F83AB990029583E /* cube-map-test-no-border.png */; };
		14D1908B1F8046E7009AFF4C /* libMacOSX-Framework.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14D1908E1F8046E7009AFF4C /* libMacOSX-Framework.dylib */; };
		14D1908C1F8046E7009AFF4C /* libProcedural Buildings.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14D1908F1F8046E7009AFF4C /* libProcedural Buildings.dylib */; };
		14D1908D1F8046E7009AFF4C /* libProcedural Trees.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14D190901F8046E7009AFF4C /* libProcedural Trees.dylib */; };
		14D190EB1F80CB86009AFF4C /* OpenGLView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14D190E81F80CB85009AFF4C /* OpenGLView.mm */; };
		14D190EC1F80CB86009AFF4C /* OpenGLContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14D190E91F80CB85009AFF4C /* OpenGLContext.cpp */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		144F88C41F8044A2002A3E38 /* AppLauncher.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AppLauncher.app; sourceTree = BUILT_PRODUCTS_DIR; };
		144F88C71F8044A2002A3E38 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
		144F88C81F8044A2002A3E38 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
		144F88CA1F8044A2002A3E38 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
		144F88CD1F8044A2002A3E38 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
		144F88CF1F8044A2002A3E38 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		144F88D01F8044A2002A3E38 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
		144F88D21F8044A2002A3E38 /* AppLauncher.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AppLauncher.entitlements; sourceTree = "<group>"; };
		14A55F711F813DE70029583E /* libCube.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libCube.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		14A55F721F813DE70029583E /* libSphere.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libSphere.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		14A55F731F813DE70029583E /* libTriangle.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libTriangle.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		14A55F741F813DE70029583E /* libWireFrame.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libWireFrame.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		14A55F961F81C8E50029583E /* libTexturedCube.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libTexturedCube.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		14A55FA81F827FF40029583E /* ramp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ramp.png; sourceTree = "<group>"; };
		14A55FAC1F83AB990029583E /* cube-map-test.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "cube-map-test.png"; sourceTree = "<group>"; };
		14A55FAD1F83AB990029583E /* cube-map-test-no-border.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "cube-map-test-no-border.png"; sourceTree = "<group>"; };
		14D1908E1F8046E7009AFF4C /* libMacOSX-Framework.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = "libMacOSX-Framework.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
		14D1908F1F8046E7009AFF4C /* libProcedural Buildings.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = "libProcedural Buildings.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
		14D190901F8046E7009AFF4C /* libProcedural Trees.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = "libProcedural Trees.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
		14D190E81F80CB85009AFF4C /* OpenGLView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = OpenGLView.mm; sourceTree = "<group>"; };
		14D190E91F80CB85009AFF4C /* OpenGLContext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OpenGLContext.cpp; sourceTree = "<group>"; };
		14D190EA1F80CB86009AFF4C /* OpenGLContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpenGLContext.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		144F88C11F8044A2002A3E38 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				14A55F6F1F813DE70029583E /* libTriangle.dylib in Frameworks */,
				14A55F701F813DE70029583E /* libWireFrame.dylib in Frameworks */,
				14A55F6D1F813DE70029583E /* libCube.dylib in Frameworks */,
				14A55F951F81C8E50029583E /* libTexturedCube.dylib in Frameworks */,
				14A55F6E1F813DE70029583E /* libSphere.dylib in Frameworks */,
				14D1908B1F8046E7009AFF4C /* libMacOSX-Framework.dylib in Frameworks */,
				14D1908C1F8046E7009AFF4C /* libProcedural Buildings.dylib in Frameworks */,
				14D1908D1F8046E7009AFF4C /* libProcedural Trees.dylib in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		144F88BB1F8044A2002A3E38 = {
			isa = PBXGroup;
			children = (
				14A55FA51F827F980029583E /* Data */,
				144F88C61F8044A2002A3E38 /* AppLauncher */,
				144F88C51F8044A2002A3E38 /* Products */,
				14D1908A1F8046E7009AFF4C /* Frameworks */,
			);
			sourceTree = "<group>";
		};
		144F88C51F8044A2002A3E38 /* Products */ = {
			isa = PBXGroup;
			children = (
				144F88C41F8044A2002A3E38 /* AppLauncher.app */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		144F88C61F8044A2002A3E38 /* AppLauncher */ = {
			isa = PBXGroup;
			children = (
				14D190E91F80CB85009AFF4C /* OpenGLContext.cpp */,
				14D190EA1F80CB86009AFF4C /* OpenGLContext.h */,
				14D190E81F80CB85009AFF4C /* OpenGLView.mm */,
				144F88C71F8044A2002A3E38 /* AppDelegate.h */,
				144F88C81F8044A2002A3E38 /* AppDelegate.m */,
				144F88CA1F8044A2002A3E38 /* Assets.xcassets */,
				144F88CC1F8044A2002A3E38 /* MainMenu.xib */,
				144F88CF1F8044A2002A3E38 /* Info.plist */,
				144F88D01F8044A2002A3E38 /* main.m */,
				144F88D21F8044A2002A3E38 /* AppLauncher.entitlements */,
			);
			path = AppLauncher;
			sourceTree = "<group>";
		};
		14A55FA51F827F980029583E /* Data */ = {
			isa = PBXGroup;
			children = (
				14A55FAD1F83AB990029583E /* cube-map-test-no-border.png */,
				14A55FAC1F83AB990029583E /* cube-map-test.png */,
				14A55FA81F827FF40029583E /* ramp.png */,
			);
			path = Data;
			sourceTree = "<group>";
		};
		14D1908A1F8046E7009AFF4C /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				14A55F961F81C8E50029583E /* libTexturedCube.dylib */,
				14A55F711F813DE70029583E /* libCube.dylib */,
				14A55F721F813DE70029583E /* libSphere.dylib */,
				14A55F731F813DE70029583E /* libTriangle.dylib */,
				14A55F741F813DE70029583E /* libWireFrame.dylib */,
				14D1908E1F8046E7009AFF4C /* libMacOSX-Framework.dylib */,
				14D1908F1F8046E7009AFF4C /* libProcedural Buildings.dylib */,
				14D190901F8046E7009AFF4C /* libProcedural Trees.dylib */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		144F88C31F8044A2002A3E38 /* AppLauncher */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 144F88D51F8044A2002A3E38 /* Build configuration list for PBXNativeTarget "AppLauncher" */;
			buildPhases = (
				144F88C01F8044A2002A3E38 /* Sources */,
				144F88C11F8044A2002A3E38 /* Frameworks */,
				144F88C21F8044A2002A3E38 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = AppLauncher;
			productName = AppLauncher;
			productReference = 144F88C41F8044A2002A3E38 /* AppLauncher.app */;
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		144F88BC1F8044A2002A3E38 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0900;
				ORGANIZATIONNAME = "John Ryland";
				TargetAttributes = {
					144F88C31F8044A2002A3E38 = {
						CreatedOnToolsVersion = 9.0;
						ProvisioningStyle = Automatic;
					};
				};
			};
			buildConfigurationList = 144F88BF1F8044A2002A3E38 /* Build configuration list for PBXProject "AppLauncher" */;
			compatibilityVersion = "Xcode 8.0";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
			);
			mainGroup = 144F88BB1F8044A2002A3E38;
			productRefGroup = 144F88C51F8044A2002A3E38 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				144F88C31F8044A2002A3E38 /* AppLauncher */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		144F88C21F8044A2002A3E38 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				144F88CB1F8044A2002A3E38 /* Assets.xcassets in Resources */,
				144F88CE1F8044A2002A3E38 /* MainMenu.xib in Resources */,
				14A55FA91F827FF50029583E /* ramp.png in Resources */,
				14A55FAE1F83AB990029583E /* cube-map-test.png in Resources */,
				14A55FAF1F83AB990029583E /* cube-map-test-no-border.png in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		144F88C01F8044A2002A3E38 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				14D190EC1F80CB86009AFF4C /* OpenGLContext.cpp in Sources */,
				14D190EB1F80CB86009AFF4C /* OpenGLView.mm in Sources */,
				144F88D11F8044A2002A3E38 /* main.m in Sources */,
				144F88C91F8044A2002A3E38 /* AppDelegate.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
		144F88CC1F8044A2002A3E38 /* MainMenu.xib */ = {
			isa = PBXVariantGroup;
			children = (
				144F88CD1F8044A2002A3E38 /* Base */,
			);
			name = MainMenu.xib;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		144F88D31F8044A2002A3E38 /* 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;
		};
		144F88D41F8044A2002A3E38 /* 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;
		};
		144F88D61F8044A2002A3E38 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				CODE_SIGN_ENTITLEMENTS = AppLauncher/AppLauncher.entitlements;
				CODE_SIGN_STYLE = Automatic;
				COMBINE_HIDPI_IMAGES = YES;
				DEVELOPMENT_TEAM = 9G58TQ5BN8;
				INFOPLIST_FILE = AppLauncher/Info.plist;
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
				PRODUCT_BUNDLE_IDENTIFIER = subflexion.AppLauncher;
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Debug;
		};
		144F88D71F8044A2002A3E38 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				CODE_SIGN_ENTITLEMENTS = AppLauncher/AppLauncher.entitlements;
				CODE_SIGN_STYLE = Automatic;
				COMBINE_HIDPI_IMAGES = YES;
				DEVELOPMENT_TEAM = 9G58TQ5BN8;
				INFOPLIST_FILE = AppLauncher/Info.plist;
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
				PRODUCT_BUNDLE_IDENTIFIER = subflexion.AppLauncher;
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		144F88BF1F8044A2002A3E38 /* Build configuration list for PBXProject "AppLauncher" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				144F88D31F8044A2002A3E38 /* Debug */,
				144F88D41F8044A2002A3E38 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		144F88D51F8044A2002A3E38 /* Build configuration list for PBXNativeTarget "AppLauncher" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				144F88D61F8044A2002A3E38 /* Debug */,
				144F88D71F8044A2002A3E38 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 144F88BC1F8044A2002A3E38 /* Project object */;
}