From eff179a5388998f863129dcc43179b1d3426bfe9 Mon Sep 17 00:00:00 2001 From: Cristian Garcia Date: Wed, 3 Dec 2014 15:56:21 -0500 Subject: [PATCH] Initial Commit --- holaMundo.xcodeproj/project.pbxproj | 454 +++++++++++++++++++++ .../project.xcworkspace/contents.xcworkspacedata | 7 + holaMundo/AppDelegate.h | 15 + holaMundo/AppDelegate.m | 49 +++ .../AppIcon.appiconset/Contents.json | 53 +++ .../LaunchImage.launchimage/Contents.json | 51 +++ holaMundo/en.lproj/InfoPlist.strings | 2 + holaMundo/holaMundo-Info.plist | 45 ++ holaMundo/holaMundo-Prefix.pch | 16 + holaMundo/main.m | 18 + holaMundoTests/en.lproj/InfoPlist.strings | 2 + holaMundoTests/holaMundoTests-Info.plist | 22 + holaMundoTests/holaMundoTests.m | 34 ++ 13 files changed, 768 insertions(+) create mode 100644 holaMundo.xcodeproj/project.pbxproj create mode 100644 holaMundo.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 holaMundo/AppDelegate.h create mode 100644 holaMundo/AppDelegate.m create mode 100644 holaMundo/Images.xcassets/AppIcon.appiconset/Contents.json create mode 100644 holaMundo/Images.xcassets/LaunchImage.launchimage/Contents.json create mode 100644 holaMundo/en.lproj/InfoPlist.strings create mode 100644 holaMundo/holaMundo-Info.plist create mode 100644 holaMundo/holaMundo-Prefix.pch create mode 100644 holaMundo/main.m create mode 100644 holaMundoTests/en.lproj/InfoPlist.strings create mode 100644 holaMundoTests/holaMundoTests-Info.plist create mode 100644 holaMundoTests/holaMundoTests.m diff --git a/holaMundo.xcodeproj/project.pbxproj b/holaMundo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..571a2c6 --- /dev/null +++ b/holaMundo.xcodeproj/project.pbxproj @@ -0,0 +1,454 @@ +// !$*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 */; +} diff --git a/holaMundo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/holaMundo.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..b50f582 --- /dev/null +++ b/holaMundo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/holaMundo/AppDelegate.h b/holaMundo/AppDelegate.h new file mode 100644 index 0000000..33d5657 --- /dev/null +++ b/holaMundo/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// holaMundo +// +// Created by Cristian Garcia Escobar on 03/12/14. +// Copyright (c) 2014 ___FULLUSERNAME___. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/holaMundo/AppDelegate.m b/holaMundo/AppDelegate.m new file mode 100644 index 0000000..7b08edb --- /dev/null +++ b/holaMundo/AppDelegate.m @@ -0,0 +1,49 @@ +// +// AppDelegate.m +// holaMundo +// +// Created by Cristian Garcia Escobar on 03/12/14. +// Copyright (c) 2014 ___FULLUSERNAME___. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; + // Override point for customization after application launch. + self.window.backgroundColor = [UIColor whiteColor]; + [self.window makeKeyAndVisible]; + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/holaMundo/Images.xcassets/AppIcon.appiconset/Contents.json b/holaMundo/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..91bf9c1 --- /dev/null +++ b/holaMundo/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,53 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/holaMundo/Images.xcassets/LaunchImage.launchimage/Contents.json b/holaMundo/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..6f870a4 --- /dev/null +++ b/holaMundo/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,51 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "1x" + }, + { + "orientation" : "landscape", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "1x" + }, + { + "orientation" : "portrait", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "landscape", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/holaMundo/en.lproj/InfoPlist.strings b/holaMundo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/holaMundo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/holaMundo/holaMundo-Info.plist b/holaMundo/holaMundo-Info.plist new file mode 100644 index 0000000..d98033a --- /dev/null +++ b/holaMundo/holaMundo-Info.plist @@ -0,0 +1,45 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ingeneo.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/holaMundo/holaMundo-Prefix.pch b/holaMundo/holaMundo-Prefix.pch new file mode 100644 index 0000000..743435c --- /dev/null +++ b/holaMundo/holaMundo-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_3_0 +#warning "This project uses features only available in iOS SDK 3.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/holaMundo/main.m b/holaMundo/main.m new file mode 100644 index 0000000..7b99e35 --- /dev/null +++ b/holaMundo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// holaMundo +// +// Created by Cristian Garcia Escobar on 03/12/14. +// Copyright (c) 2014 ___FULLUSERNAME___. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/holaMundoTests/en.lproj/InfoPlist.strings b/holaMundoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/holaMundoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/holaMundoTests/holaMundoTests-Info.plist b/holaMundoTests/holaMundoTests-Info.plist new file mode 100644 index 0000000..eed0fb3 --- /dev/null +++ b/holaMundoTests/holaMundoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ingeneo.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/holaMundoTests/holaMundoTests.m b/holaMundoTests/holaMundoTests.m new file mode 100644 index 0000000..9a97d9b --- /dev/null +++ b/holaMundoTests/holaMundoTests.m @@ -0,0 +1,34 @@ +// +// holaMundoTests.m +// holaMundoTests +// +// Created by Cristian Garcia Escobar on 03/12/14. +// Copyright (c) 2014 ___FULLUSERNAME___. All rights reserved. +// + +#import + +@interface holaMundoTests : XCTestCase + +@end + +@implementation holaMundoTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end -- 2.0.0