You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							434 lines
						
					
					
						
							16 KiB
						
					
					
				
			
		
		
	
	
							434 lines
						
					
					
						
							16 KiB
						
					
					
				| // !$*UTF8*$!
 | |
| {
 | |
| 	archiveVersion = 1;
 | |
| 	classes = {
 | |
| 	};
 | |
| 	objectVersion = 46;
 | |
| 	objects = {
 | |
| 
 | |
| /* Begin PBXBuildFile section */
 | |
| 		124F6C531B0CDAE400C16385 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 124F6C521B0CDAE400C16385 /* main.m */; };
 | |
| 		124F6C561B0CDAE400C16385 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 124F6C551B0CDAE400C16385 /* AppDelegate.m */; };
 | |
| 		124F6C591B0CDAE400C16385 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 124F6C581B0CDAE400C16385 /* ViewController.m */; };
 | |
| 		124F6C5C1B0CDAE400C16385 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 124F6C5A1B0CDAE400C16385 /* Main.storyboard */; };
 | |
| 		124F6C5E1B0CDAE400C16385 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 124F6C5D1B0CDAE400C16385 /* Images.xcassets */; };
 | |
| 		124F6C611B0CDAE400C16385 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 124F6C5F1B0CDAE400C16385 /* LaunchScreen.xib */; };
 | |
| 		124F6C6D1B0CDAE400C16385 /* HelloWorldAppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 124F6C6C1B0CDAE400C16385 /* HelloWorldAppTests.m */; };
 | |
| 		124F6C771B0CED9B00C16385 /* Hello.m in Sources */ = {isa = PBXBuildFile; fileRef = 124F6C761B0CED9B00C16385 /* Hello.m */; };
 | |
| /* End PBXBuildFile section */
 | |
| 
 | |
| /* Begin PBXContainerItemProxy section */
 | |
| 		124F6C671B0CDAE400C16385 /* PBXContainerItemProxy */ = {
 | |
| 			isa = PBXContainerItemProxy;
 | |
| 			containerPortal = 124F6C451B0CDAE400C16385 /* Project object */;
 | |
| 			proxyType = 1;
 | |
| 			remoteGlobalIDString = 124F6C4C1B0CDAE400C16385;
 | |
| 			remoteInfo = HelloWorldApp;
 | |
| 		};
 | |
| /* End PBXContainerItemProxy section */
 | |
| 
 | |
| /* Begin PBXFileReference section */
 | |
| 		124F6C4D1B0CDAE400C16385 /* HelloWorldApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorldApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
 | |
| 		124F6C511B0CDAE400C16385 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 | |
| 		124F6C521B0CDAE400C16385 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
 | |
| 		124F6C541B0CDAE400C16385 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
 | |
| 		124F6C551B0CDAE400C16385 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
 | |
| 		124F6C571B0CDAE400C16385 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
 | |
| 		124F6C581B0CDAE400C16385 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
 | |
| 		124F6C5B1B0CDAE400C16385 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
 | |
| 		124F6C5D1B0CDAE400C16385 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
 | |
| 		124F6C601B0CDAE400C16385 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
 | |
| 		124F6C661B0CDAE400C16385 /* HelloWorldAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HelloWorldAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
 | |
| 		124F6C6B1B0CDAE400C16385 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 | |
| 		124F6C6C1B0CDAE400C16385 /* HelloWorldAppTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HelloWorldAppTests.m; sourceTree = "<group>"; };
 | |
| 		124F6C761B0CED9B00C16385 /* Hello.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Hello.m; sourceTree = "<group>"; };
 | |
| 		124F6C781B0CEDAF00C16385 /* Hello.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Hello.h; sourceTree = "<group>"; };
 | |
| /* End PBXFileReference section */
 | |
| 
 | |
| /* Begin PBXFrameworksBuildPhase section */
 | |
| 		124F6C4A1B0CDAE400C16385 /* Frameworks */ = {
 | |
| 			isa = PBXFrameworksBuildPhase;
 | |
| 			buildActionMask = 2147483647;
 | |
| 			files = (
 | |
| 			);
 | |
| 			runOnlyForDeploymentPostprocessing = 0;
 | |
| 		};
 | |
| 		124F6C631B0CDAE400C16385 /* Frameworks */ = {
 | |
| 			isa = PBXFrameworksBuildPhase;
 | |
| 			buildActionMask = 2147483647;
 | |
| 			files = (
 | |
| 			);
 | |
| 			runOnlyForDeploymentPostprocessing = 0;
 | |
| 		};
 | |
| /* End PBXFrameworksBuildPhase section */
 | |
| 
 | |
| /* Begin PBXGroup section */
 | |
| 		124F6C441B0CDAE400C16385 = {
 | |
| 			isa = PBXGroup;
 | |
| 			children = (
 | |
| 				124F6C4F1B0CDAE400C16385 /* HelloWorldApp */,
 | |
| 				124F6C691B0CDAE400C16385 /* HelloWorldAppTests */,
 | |
| 				124F6C4E1B0CDAE400C16385 /* Products */,
 | |
| 			);
 | |
| 			sourceTree = "<group>";
 | |
| 		};
 | |
| 		124F6C4E1B0CDAE400C16385 /* Products */ = {
 | |
| 			isa = PBXGroup;
 | |
| 			children = (
 | |
| 				124F6C4D1B0CDAE400C16385 /* HelloWorldApp.app */,
 | |
| 				124F6C661B0CDAE400C16385 /* HelloWorldAppTests.xctest */,
 | |
| 			);
 | |
| 			name = Products;
 | |
| 			sourceTree = "<group>";
 | |
| 		};
 | |
| 		124F6C4F1B0CDAE400C16385 /* HelloWorldApp */ = {
 | |
| 			isa = PBXGroup;
 | |
| 			children = (
 | |
| 				124F6C541B0CDAE400C16385 /* AppDelegate.h */,
 | |
| 				124F6C551B0CDAE400C16385 /* AppDelegate.m */,
 | |
| 				124F6C571B0CDAE400C16385 /* ViewController.h */,
 | |
| 				124F6C581B0CDAE400C16385 /* ViewController.m */,
 | |
| 				124F6C5A1B0CDAE400C16385 /* Main.storyboard */,
 | |
| 				124F6C5D1B0CDAE400C16385 /* Images.xcassets */,
 | |
| 				124F6C5F1B0CDAE400C16385 /* LaunchScreen.xib */,
 | |
| 				124F6C501B0CDAE400C16385 /* Supporting Files */,
 | |
| 				124F6C761B0CED9B00C16385 /* Hello.m */,
 | |
| 				124F6C781B0CEDAF00C16385 /* Hello.h */,
 | |
| 			);
 | |
| 			path = HelloWorldApp;
 | |
| 			sourceTree = "<group>";
 | |
| 		};
 | |
| 		124F6C501B0CDAE400C16385 /* Supporting Files */ = {
 | |
| 			isa = PBXGroup;
 | |
| 			children = (
 | |
| 				124F6C511B0CDAE400C16385 /* Info.plist */,
 | |
| 				124F6C521B0CDAE400C16385 /* main.m */,
 | |
| 			);
 | |
| 			name = "Supporting Files";
 | |
| 			sourceTree = "<group>";
 | |
| 		};
 | |
| 		124F6C691B0CDAE400C16385 /* HelloWorldAppTests */ = {
 | |
| 			isa = PBXGroup;
 | |
| 			children = (
 | |
| 				124F6C6C1B0CDAE400C16385 /* HelloWorldAppTests.m */,
 | |
| 				124F6C6A1B0CDAE400C16385 /* Supporting Files */,
 | |
| 			);
 | |
| 			path = HelloWorldAppTests;
 | |
| 			sourceTree = "<group>";
 | |
| 		};
 | |
| 		124F6C6A1B0CDAE400C16385 /* Supporting Files */ = {
 | |
| 			isa = PBXGroup;
 | |
| 			children = (
 | |
| 				124F6C6B1B0CDAE400C16385 /* Info.plist */,
 | |
| 			);
 | |
| 			name = "Supporting Files";
 | |
| 			sourceTree = "<group>";
 | |
| 		};
 | |
| /* End PBXGroup section */
 | |
| 
 | |
| /* Begin PBXNativeTarget section */
 | |
| 		124F6C4C1B0CDAE400C16385 /* HelloWorldApp */ = {
 | |
| 			isa = PBXNativeTarget;
 | |
| 			buildConfigurationList = 124F6C701B0CDAE400C16385 /* Build configuration list for PBXNativeTarget "HelloWorldApp" */;
 | |
| 			buildPhases = (
 | |
| 				124F6C491B0CDAE400C16385 /* Sources */,
 | |
| 				124F6C4A1B0CDAE400C16385 /* Frameworks */,
 | |
| 				124F6C4B1B0CDAE400C16385 /* Resources */,
 | |
| 			);
 | |
| 			buildRules = (
 | |
| 			);
 | |
| 			dependencies = (
 | |
| 			);
 | |
| 			name = HelloWorldApp;
 | |
| 			productName = HelloWorldApp;
 | |
| 			productReference = 124F6C4D1B0CDAE400C16385 /* HelloWorldApp.app */;
 | |
| 			productType = "com.apple.product-type.application";
 | |
| 		};
 | |
| 		124F6C651B0CDAE400C16385 /* HelloWorldAppTests */ = {
 | |
| 			isa = PBXNativeTarget;
 | |
| 			buildConfigurationList = 124F6C731B0CDAE400C16385 /* Build configuration list for PBXNativeTarget "HelloWorldAppTests" */;
 | |
| 			buildPhases = (
 | |
| 				124F6C621B0CDAE400C16385 /* Sources */,
 | |
| 				124F6C631B0CDAE400C16385 /* Frameworks */,
 | |
| 				124F6C641B0CDAE400C16385 /* Resources */,
 | |
| 			);
 | |
| 			buildRules = (
 | |
| 			);
 | |
| 			dependencies = (
 | |
| 				124F6C681B0CDAE400C16385 /* PBXTargetDependency */,
 | |
| 			);
 | |
| 			name = HelloWorldAppTests;
 | |
| 			productName = HelloWorldAppTests;
 | |
| 			productReference = 124F6C661B0CDAE400C16385 /* HelloWorldAppTests.xctest */;
 | |
| 			productType = "com.apple.product-type.bundle.unit-test";
 | |
| 		};
 | |
| /* End PBXNativeTarget section */
 | |
| 
 | |
| /* Begin PBXProject section */
 | |
| 		124F6C451B0CDAE400C16385 /* Project object */ = {
 | |
| 			isa = PBXProject;
 | |
| 			attributes = {
 | |
| 				LastUpgradeCheck = 0620;
 | |
| 				ORGANIZATIONNAME = "Dulma Rodriguez";
 | |
| 				TargetAttributes = {
 | |
| 					124F6C4C1B0CDAE400C16385 = {
 | |
| 						CreatedOnToolsVersion = 6.2;
 | |
| 					};
 | |
| 					124F6C651B0CDAE400C16385 = {
 | |
| 						CreatedOnToolsVersion = 6.2;
 | |
| 						TestTargetID = 124F6C4C1B0CDAE400C16385;
 | |
| 					};
 | |
| 				};
 | |
| 			};
 | |
| 			buildConfigurationList = 124F6C481B0CDAE400C16385 /* Build configuration list for PBXProject "HelloWorldApp" */;
 | |
| 			compatibilityVersion = "Xcode 3.2";
 | |
| 			developmentRegion = English;
 | |
| 			hasScannedForEncodings = 0;
 | |
| 			knownRegions = (
 | |
| 				en,
 | |
| 				Base,
 | |
| 			);
 | |
| 			mainGroup = 124F6C441B0CDAE400C16385;
 | |
| 			productRefGroup = 124F6C4E1B0CDAE400C16385 /* Products */;
 | |
| 			projectDirPath = "";
 | |
| 			projectRoot = "";
 | |
| 			targets = (
 | |
| 				124F6C4C1B0CDAE400C16385 /* HelloWorldApp */,
 | |
| 				124F6C651B0CDAE400C16385 /* HelloWorldAppTests */,
 | |
| 			);
 | |
| 		};
 | |
| /* End PBXProject section */
 | |
| 
 | |
| /* Begin PBXResourcesBuildPhase section */
 | |
| 		124F6C4B1B0CDAE400C16385 /* Resources */ = {
 | |
| 			isa = PBXResourcesBuildPhase;
 | |
| 			buildActionMask = 2147483647;
 | |
| 			files = (
 | |
| 				124F6C5C1B0CDAE400C16385 /* Main.storyboard in Resources */,
 | |
| 				124F6C611B0CDAE400C16385 /* LaunchScreen.xib in Resources */,
 | |
| 				124F6C5E1B0CDAE400C16385 /* Images.xcassets in Resources */,
 | |
| 			);
 | |
| 			runOnlyForDeploymentPostprocessing = 0;
 | |
| 		};
 | |
| 		124F6C641B0CDAE400C16385 /* Resources */ = {
 | |
| 			isa = PBXResourcesBuildPhase;
 | |
| 			buildActionMask = 2147483647;
 | |
| 			files = (
 | |
| 			);
 | |
| 			runOnlyForDeploymentPostprocessing = 0;
 | |
| 		};
 | |
| /* End PBXResourcesBuildPhase section */
 | |
| 
 | |
| /* Begin PBXSourcesBuildPhase section */
 | |
| 		124F6C491B0CDAE400C16385 /* Sources */ = {
 | |
| 			isa = PBXSourcesBuildPhase;
 | |
| 			buildActionMask = 2147483647;
 | |
| 			files = (
 | |
| 				124F6C591B0CDAE400C16385 /* ViewController.m in Sources */,
 | |
| 				124F6C561B0CDAE400C16385 /* AppDelegate.m in Sources */,
 | |
| 				124F6C771B0CED9B00C16385 /* Hello.m in Sources */,
 | |
| 				124F6C531B0CDAE400C16385 /* main.m in Sources */,
 | |
| 			);
 | |
| 			runOnlyForDeploymentPostprocessing = 0;
 | |
| 		};
 | |
| 		124F6C621B0CDAE400C16385 /* Sources */ = {
 | |
| 			isa = PBXSourcesBuildPhase;
 | |
| 			buildActionMask = 2147483647;
 | |
| 			files = (
 | |
| 				124F6C6D1B0CDAE400C16385 /* HelloWorldAppTests.m in Sources */,
 | |
| 			);
 | |
| 			runOnlyForDeploymentPostprocessing = 0;
 | |
| 		};
 | |
| /* End PBXSourcesBuildPhase section */
 | |
| 
 | |
| /* Begin PBXTargetDependency section */
 | |
| 		124F6C681B0CDAE400C16385 /* PBXTargetDependency */ = {
 | |
| 			isa = PBXTargetDependency;
 | |
| 			target = 124F6C4C1B0CDAE400C16385 /* HelloWorldApp */;
 | |
| 			targetProxy = 124F6C671B0CDAE400C16385 /* PBXContainerItemProxy */;
 | |
| 		};
 | |
| /* End PBXTargetDependency section */
 | |
| 
 | |
| /* Begin PBXVariantGroup section */
 | |
| 		124F6C5A1B0CDAE400C16385 /* Main.storyboard */ = {
 | |
| 			isa = PBXVariantGroup;
 | |
| 			children = (
 | |
| 				124F6C5B1B0CDAE400C16385 /* Base */,
 | |
| 			);
 | |
| 			name = Main.storyboard;
 | |
| 			sourceTree = "<group>";
 | |
| 		};
 | |
| 		124F6C5F1B0CDAE400C16385 /* LaunchScreen.xib */ = {
 | |
| 			isa = PBXVariantGroup;
 | |
| 			children = (
 | |
| 				124F6C601B0CDAE400C16385 /* Base */,
 | |
| 			);
 | |
| 			name = LaunchScreen.xib;
 | |
| 			sourceTree = "<group>";
 | |
| 		};
 | |
| /* End PBXVariantGroup section */
 | |
| 
 | |
| /* Begin XCBuildConfiguration section */
 | |
| 		124F6C6E1B0CDAE400C16385 /* Debug */ = {
 | |
| 			isa = XCBuildConfiguration;
 | |
| 			buildSettings = {
 | |
| 				ALWAYS_SEARCH_USER_PATHS = NO;
 | |
| 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
 | |
| 				CLANG_CXX_LIBRARY = "libc++";
 | |
| 				CLANG_ENABLE_MODULES = YES;
 | |
| 				CLANG_ENABLE_OBJC_ARC = YES;
 | |
| 				CLANG_WARN_BOOL_CONVERSION = YES;
 | |
| 				CLANG_WARN_CONSTANT_CONVERSION = YES;
 | |
| 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 | |
| 				CLANG_WARN_EMPTY_BODY = YES;
 | |
| 				CLANG_WARN_ENUM_CONVERSION = YES;
 | |
| 				CLANG_WARN_INT_CONVERSION = YES;
 | |
| 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 | |
| 				CLANG_WARN_UNREACHABLE_CODE = YES;
 | |
| 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 | |
| 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 | |
| 				COPY_PHASE_STRIP = NO;
 | |
| 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 | |
| 				GCC_C_LANGUAGE_STANDARD = gnu99;
 | |
| 				GCC_DYNAMIC_NO_PIC = NO;
 | |
| 				GCC_OPTIMIZATION_LEVEL = 0;
 | |
| 				GCC_PREPROCESSOR_DEFINITIONS = (
 | |
| 					"DEBUG=1",
 | |
| 					"$(inherited)",
 | |
| 				);
 | |
| 				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
 | |
| 				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;
 | |
| 				IPHONEOS_DEPLOYMENT_TARGET = 8.2;
 | |
| 				MTL_ENABLE_DEBUG_INFO = YES;
 | |
| 				ONLY_ACTIVE_ARCH = YES;
 | |
| 				SDKROOT = iphoneos;
 | |
| 			};
 | |
| 			name = Debug;
 | |
| 		};
 | |
| 		124F6C6F1B0CDAE400C16385 /* Release */ = {
 | |
| 			isa = XCBuildConfiguration;
 | |
| 			buildSettings = {
 | |
| 				ALWAYS_SEARCH_USER_PATHS = NO;
 | |
| 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
 | |
| 				CLANG_CXX_LIBRARY = "libc++";
 | |
| 				CLANG_ENABLE_MODULES = YES;
 | |
| 				CLANG_ENABLE_OBJC_ARC = YES;
 | |
| 				CLANG_WARN_BOOL_CONVERSION = YES;
 | |
| 				CLANG_WARN_CONSTANT_CONVERSION = YES;
 | |
| 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 | |
| 				CLANG_WARN_EMPTY_BODY = YES;
 | |
| 				CLANG_WARN_ENUM_CONVERSION = YES;
 | |
| 				CLANG_WARN_INT_CONVERSION = YES;
 | |
| 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 | |
| 				CLANG_WARN_UNREACHABLE_CODE = YES;
 | |
| 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 | |
| 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 | |
| 				COPY_PHASE_STRIP = NO;
 | |
| 				ENABLE_NS_ASSERTIONS = NO;
 | |
| 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 | |
| 				GCC_C_LANGUAGE_STANDARD = gnu99;
 | |
| 				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;
 | |
| 				IPHONEOS_DEPLOYMENT_TARGET = 8.2;
 | |
| 				MTL_ENABLE_DEBUG_INFO = NO;
 | |
| 				SDKROOT = iphoneos;
 | |
| 				VALIDATE_PRODUCT = YES;
 | |
| 			};
 | |
| 			name = Release;
 | |
| 		};
 | |
| 		124F6C711B0CDAE400C16385 /* Debug */ = {
 | |
| 			isa = XCBuildConfiguration;
 | |
| 			buildSettings = {
 | |
| 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 | |
| 				INFOPLIST_FILE = HelloWorldApp/Info.plist;
 | |
| 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 | |
| 				PRODUCT_NAME = "$(TARGET_NAME)";
 | |
| 			};
 | |
| 			name = Debug;
 | |
| 		};
 | |
| 		124F6C721B0CDAE400C16385 /* Release */ = {
 | |
| 			isa = XCBuildConfiguration;
 | |
| 			buildSettings = {
 | |
| 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 | |
| 				INFOPLIST_FILE = HelloWorldApp/Info.plist;
 | |
| 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 | |
| 				PRODUCT_NAME = "$(TARGET_NAME)";
 | |
| 			};
 | |
| 			name = Release;
 | |
| 		};
 | |
| 		124F6C741B0CDAE400C16385 /* Debug */ = {
 | |
| 			isa = XCBuildConfiguration;
 | |
| 			buildSettings = {
 | |
| 				BUNDLE_LOADER = "$(TEST_HOST)";
 | |
| 				FRAMEWORK_SEARCH_PATHS = (
 | |
| 					"$(SDKROOT)/Developer/Library/Frameworks",
 | |
| 					"$(inherited)",
 | |
| 				);
 | |
| 				GCC_PREPROCESSOR_DEFINITIONS = (
 | |
| 					"DEBUG=1",
 | |
| 					"$(inherited)",
 | |
| 				);
 | |
| 				INFOPLIST_FILE = HelloWorldAppTests/Info.plist;
 | |
| 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
 | |
| 				PRODUCT_NAME = "$(TARGET_NAME)";
 | |
| 				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HelloWorldApp.app/HelloWorldApp";
 | |
| 			};
 | |
| 			name = Debug;
 | |
| 		};
 | |
| 		124F6C751B0CDAE400C16385 /* Release */ = {
 | |
| 			isa = XCBuildConfiguration;
 | |
| 			buildSettings = {
 | |
| 				BUNDLE_LOADER = "$(TEST_HOST)";
 | |
| 				FRAMEWORK_SEARCH_PATHS = (
 | |
| 					"$(SDKROOT)/Developer/Library/Frameworks",
 | |
| 					"$(inherited)",
 | |
| 				);
 | |
| 				INFOPLIST_FILE = HelloWorldAppTests/Info.plist;
 | |
| 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
 | |
| 				PRODUCT_NAME = "$(TARGET_NAME)";
 | |
| 				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HelloWorldApp.app/HelloWorldApp";
 | |
| 			};
 | |
| 			name = Release;
 | |
| 		};
 | |
| /* End XCBuildConfiguration section */
 | |
| 
 | |
| /* Begin XCConfigurationList section */
 | |
| 		124F6C481B0CDAE400C16385 /* Build configuration list for PBXProject "HelloWorldApp" */ = {
 | |
| 			isa = XCConfigurationList;
 | |
| 			buildConfigurations = (
 | |
| 				124F6C6E1B0CDAE400C16385 /* Debug */,
 | |
| 				124F6C6F1B0CDAE400C16385 /* Release */,
 | |
| 			);
 | |
| 			defaultConfigurationIsVisible = 0;
 | |
| 			defaultConfigurationName = Release;
 | |
| 		};
 | |
| 		124F6C701B0CDAE400C16385 /* Build configuration list for PBXNativeTarget "HelloWorldApp" */ = {
 | |
| 			isa = XCConfigurationList;
 | |
| 			buildConfigurations = (
 | |
| 				124F6C711B0CDAE400C16385 /* Debug */,
 | |
| 				124F6C721B0CDAE400C16385 /* Release */,
 | |
| 			);
 | |
| 			defaultConfigurationIsVisible = 0;
 | |
| 		};
 | |
| 		124F6C731B0CDAE400C16385 /* Build configuration list for PBXNativeTarget "HelloWorldAppTests" */ = {
 | |
| 			isa = XCConfigurationList;
 | |
| 			buildConfigurations = (
 | |
| 				124F6C741B0CDAE400C16385 /* Debug */,
 | |
| 				124F6C751B0CDAE400C16385 /* Release */,
 | |
| 			);
 | |
| 			defaultConfigurationIsVisible = 0;
 | |
| 		};
 | |
| /* End XCConfigurationList section */
 | |
| 	};
 | |
| 	rootObject = 124F6C451B0CDAE400C16385 /* Project object */;
 | |
| }
 |