// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 409B87AC1A2FB070004481F1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 409B87AB1A2FB070004481F1 /* Foundation.framework */; }; 409B87AE1A2FB070004481F1 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 409B87AD1A2FB070004481F1 /* CoreGraphics.framework */; }; 409B87B01A2FB070004481F1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 409B87AF1A2FB070004481F1 /* UIKit.framework */; }; 409B87B61A2FB070004481F1 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 409B87B41A2FB070004481F1 /* InfoPlist.strings */; }; 409B87B81A2FB070004481F1 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 409B87B71A2FB070004481F1 /* main.m */; }; 409B87BC1A2FB070004481F1 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 409B87BB1A2FB070004481F1 /* AppDelegate.m */; }; 409B87BE1A2FB071004481F1 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 409B87BD1A2FB071004481F1 /* Images.xcassets */; }; 409B87C51A2FB071004481F1 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 409B87C41A2FB071004481F1 /* XCTest.framework */; }; 409B87C61A2FB071004481F1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 409B87AB1A2FB070004481F1 /* Foundation.framework */; }; 409B87C71A2FB071004481F1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 409B87AF1A2FB070004481F1 /* UIKit.framework */; }; 409B87CF1A2FB071004481F1 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 409B87CD1A2FB071004481F1 /* InfoPlist.strings */; }; 409B87D11A2FB071004481F1 /* holaMundoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 409B87D01A2FB071004481F1 /* holaMundoTests.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 409B87C81A2FB071004481F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 409B87A01A2FB070004481F1 /* Project object */; proxyType = 1; remoteGlobalIDString = 409B87A71A2FB070004481F1; remoteInfo = holaMundo; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 409B87A81A2FB070004481F1 /* holaMundo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = holaMundo.app; sourceTree = BUILT_PRODUCTS_DIR; }; 409B87AB1A2FB070004481F1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 409B87AD1A2FB070004481F1 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 409B87AF1A2FB070004481F1 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 409B87B31A2FB070004481F1 /* holaMundo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "holaMundo-Info.plist"; sourceTree = ""; }; 409B87B51A2FB070004481F1 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 409B87B71A2FB070004481F1 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 409B87B91A2FB070004481F1 /* holaMundo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "holaMundo-Prefix.pch"; sourceTree = ""; }; 409B87BA1A2FB070004481F1 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; 409B87BB1A2FB070004481F1 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; 409B87BD1A2FB071004481F1 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; 409B87C31A2FB071004481F1 /* holaMundoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = holaMundoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 409B87C41A2FB071004481F1 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; 409B87CC1A2FB071004481F1 /* holaMundoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "holaMundoTests-Info.plist"; sourceTree = ""; }; 409B87CE1A2FB071004481F1 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 409B87D01A2FB071004481F1 /* holaMundoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = holaMundoTests.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 409B87A51A2FB070004481F1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 409B87AE1A2FB070004481F1 /* CoreGraphics.framework in Frameworks */, 409B87B01A2FB070004481F1 /* UIKit.framework in Frameworks */, 409B87AC1A2FB070004481F1 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 409B87C01A2FB071004481F1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 409B87C51A2FB071004481F1 /* XCTest.framework in Frameworks */, 409B87C71A2FB071004481F1 /* UIKit.framework in Frameworks */, 409B87C61A2FB071004481F1 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 409B879F1A2FB070004481F1 = { isa = PBXGroup; children = ( 409B87B11A2FB070004481F1 /* holaMundo */, 409B87CA1A2FB071004481F1 /* holaMundoTests */, 409B87AA1A2FB070004481F1 /* Frameworks */, 409B87A91A2FB070004481F1 /* Products */, ); sourceTree = ""; }; 409B87A91A2FB070004481F1 /* Products */ = { isa = PBXGroup; children = ( 409B87A81A2FB070004481F1 /* holaMundo.app */, 409B87C31A2FB071004481F1 /* holaMundoTests.xctest */, ); name = Products; sourceTree = ""; }; 409B87AA1A2FB070004481F1 /* Frameworks */ = { isa = PBXGroup; children = ( 409B87AB1A2FB070004481F1 /* Foundation.framework */, 409B87AD1A2FB070004481F1 /* CoreGraphics.framework */, 409B87AF1A2FB070004481F1 /* UIKit.framework */, 409B87C41A2FB071004481F1 /* XCTest.framework */, ); name = Frameworks; sourceTree = ""; }; 409B87B11A2FB070004481F1 /* holaMundo */ = { isa = PBXGroup; children = ( 409B87BA1A2FB070004481F1 /* AppDelegate.h */, 409B87BB1A2FB070004481F1 /* AppDelegate.m */, 409B87BD1A2FB071004481F1 /* Images.xcassets */, 409B87B21A2FB070004481F1 /* Supporting Files */, ); path = holaMundo; sourceTree = ""; }; 409B87B21A2FB070004481F1 /* Supporting Files */ = { isa = PBXGroup; children = ( 409B87B31A2FB070004481F1 /* holaMundo-Info.plist */, 409B87B41A2FB070004481F1 /* InfoPlist.strings */, 409B87B71A2FB070004481F1 /* main.m */, 409B87B91A2FB070004481F1 /* holaMundo-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; }; 409B87CA1A2FB071004481F1 /* holaMundoTests */ = { isa = PBXGroup; children = ( 409B87D01A2FB071004481F1 /* holaMundoTests.m */, 409B87CB1A2FB071004481F1 /* Supporting Files */, ); path = holaMundoTests; sourceTree = ""; }; 409B87CB1A2FB071004481F1 /* Supporting Files */ = { isa = PBXGroup; children = ( 409B87CC1A2FB071004481F1 /* holaMundoTests-Info.plist */, 409B87CD1A2FB071004481F1 /* InfoPlist.strings */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 409B87A71A2FB070004481F1 /* holaMundo */ = { isa = PBXNativeTarget; buildConfigurationList = 409B87D41A2FB071004481F1 /* Build configuration list for PBXNativeTarget "holaMundo" */; buildPhases = ( 409B87A41A2FB070004481F1 /* Sources */, 409B87A51A2FB070004481F1 /* Frameworks */, 409B87A61A2FB070004481F1 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = holaMundo; productName = holaMundo; productReference = 409B87A81A2FB070004481F1 /* holaMundo.app */; productType = "com.apple.product-type.application"; }; 409B87C21A2FB071004481F1 /* holaMundoTests */ = { isa = PBXNativeTarget; buildConfigurationList = 409B87D71A2FB071004481F1 /* Build configuration list for PBXNativeTarget "holaMundoTests" */; buildPhases = ( 409B87BF1A2FB071004481F1 /* Sources */, 409B87C01A2FB071004481F1 /* Frameworks */, 409B87C11A2FB071004481F1 /* Resources */, ); buildRules = ( ); dependencies = ( 409B87C91A2FB071004481F1 /* PBXTargetDependency */, ); name = holaMundoTests; productName = holaMundoTests; productReference = 409B87C31A2FB071004481F1 /* holaMundoTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 409B87A01A2FB070004481F1 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0510; ORGANIZATIONNAME = "___FULLUSERNAME___"; TargetAttributes = { 409B87C21A2FB071004481F1 = { TestTargetID = 409B87A71A2FB070004481F1; }; }; }; buildConfigurationList = 409B87A31A2FB070004481F1 /* Build configuration list for PBXProject "holaMundo" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = 409B879F1A2FB070004481F1; productRefGroup = 409B87A91A2FB070004481F1 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 409B87A71A2FB070004481F1 /* holaMundo */, 409B87C21A2FB071004481F1 /* holaMundoTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 409B87A61A2FB070004481F1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 409B87B61A2FB070004481F1 /* InfoPlist.strings in Resources */, 409B87BE1A2FB071004481F1 /* Images.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; 409B87C11A2FB071004481F1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 409B87CF1A2FB071004481F1 /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 409B87A41A2FB070004481F1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 409B87BC1A2FB070004481F1 /* AppDelegate.m in Sources */, 409B87B81A2FB070004481F1 /* main.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 409B87BF1A2FB071004481F1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 409B87D11A2FB071004481F1 /* holaMundoTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 409B87C91A2FB071004481F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 409B87A71A2FB070004481F1 /* holaMundo */; targetProxy = 409B87C81A2FB071004481F1 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ 409B87B41A2FB070004481F1 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 409B87B51A2FB070004481F1 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; 409B87CD1A2FB071004481F1 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 409B87CE1A2FB071004481F1 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 409B87D21A2FB071004481F1 /* 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__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; 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 = 7.1; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; 409B87D31A2FB071004481F1 /* 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__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; ENABLE_NS_ASSERTIONS = NO; 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 = 7.1; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; 409B87D51A2FB071004481F1 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "holaMundo/holaMundo-Prefix.pch"; INFOPLIST_FILE = "holaMundo/holaMundo-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; 409B87D61A2FB071004481F1 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "holaMundo/holaMundo-Prefix.pch"; INFOPLIST_FILE = "holaMundo/holaMundo-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; 409B87D81A2FB071004481F1 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/holaMundo.app/holaMundo"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "holaMundo/holaMundo-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); INFOPLIST_FILE = "holaMundoTests/holaMundoTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Debug; }; 409B87D91A2FB071004481F1 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/holaMundo.app/holaMundo"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "holaMundo/holaMundo-Prefix.pch"; INFOPLIST_FILE = "holaMundoTests/holaMundoTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 409B87A31A2FB070004481F1 /* Build configuration list for PBXProject "holaMundo" */ = { isa = XCConfigurationList; buildConfigurations = ( 409B87D21A2FB071004481F1 /* Debug */, 409B87D31A2FB071004481F1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 409B87D41A2FB071004481F1 /* Build configuration list for PBXNativeTarget "holaMundo" */ = { isa = XCConfigurationList; buildConfigurations = ( 409B87D51A2FB071004481F1 /* Debug */, 409B87D61A2FB071004481F1 /* Release */, ); defaultConfigurationIsVisible = 0; }; 409B87D71A2FB071004481F1 /* Build configuration list for PBXNativeTarget "holaMundoTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 409B87D81A2FB071004481F1 /* Debug */, 409B87D91A2FB071004481F1 /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = 409B87A01A2FB070004481F1 /* Project object */; }