Commit eff179a5388998f863129dcc43179b1d3426bfe9

Authored by Cristian Garcia
0 parents
Exists in master

Initial Commit

holaMundo.xcodeproj/project.pbxproj
@@ -0,0 +1,454 @@ @@ -0,0 +1,454 @@
  1 +// !$*UTF8*$!
  2 +{
  3 + archiveVersion = 1;
  4 + classes = {
  5 + };
  6 + objectVersion = 46;
  7 + objects = {
  8 +
  9 +/* Begin PBXBuildFile section */
  10 + 409B87AC1A2FB070004481F1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 409B87AB1A2FB070004481F1 /* Foundation.framework */; };
  11 + 409B87AE1A2FB070004481F1 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 409B87AD1A2FB070004481F1 /* CoreGraphics.framework */; };
  12 + 409B87B01A2FB070004481F1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 409B87AF1A2FB070004481F1 /* UIKit.framework */; };
  13 + 409B87B61A2FB070004481F1 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 409B87B41A2FB070004481F1 /* InfoPlist.strings */; };
  14 + 409B87B81A2FB070004481F1 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 409B87B71A2FB070004481F1 /* main.m */; };
  15 + 409B87BC1A2FB070004481F1 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 409B87BB1A2FB070004481F1 /* AppDelegate.m */; };
  16 + 409B87BE1A2FB071004481F1 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 409B87BD1A2FB071004481F1 /* Images.xcassets */; };
  17 + 409B87C51A2FB071004481F1 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 409B87C41A2FB071004481F1 /* XCTest.framework */; };
  18 + 409B87C61A2FB071004481F1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 409B87AB1A2FB070004481F1 /* Foundation.framework */; };
  19 + 409B87C71A2FB071004481F1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 409B87AF1A2FB070004481F1 /* UIKit.framework */; };
  20 + 409B87CF1A2FB071004481F1 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 409B87CD1A2FB071004481F1 /* InfoPlist.strings */; };
  21 + 409B87D11A2FB071004481F1 /* holaMundoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 409B87D01A2FB071004481F1 /* holaMundoTests.m */; };
  22 +/* End PBXBuildFile section */
  23 +
  24 +/* Begin PBXContainerItemProxy section */
  25 + 409B87C81A2FB071004481F1 /* PBXContainerItemProxy */ = {
  26 + isa = PBXContainerItemProxy;
  27 + containerPortal = 409B87A01A2FB070004481F1 /* Project object */;
  28 + proxyType = 1;
  29 + remoteGlobalIDString = 409B87A71A2FB070004481F1;
  30 + remoteInfo = holaMundo;
  31 + };
  32 +/* End PBXContainerItemProxy section */
  33 +
  34 +/* Begin PBXFileReference section */
  35 + 409B87A81A2FB070004481F1 /* holaMundo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = holaMundo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  36 + 409B87AB1A2FB070004481F1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  37 + 409B87AD1A2FB070004481F1 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  38 + 409B87AF1A2FB070004481F1 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  39 + 409B87B31A2FB070004481F1 /* holaMundo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "holaMundo-Info.plist"; sourceTree = "<group>"; };
  40 + 409B87B51A2FB070004481F1 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  41 + 409B87B71A2FB070004481F1 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  42 + 409B87B91A2FB070004481F1 /* holaMundo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "holaMundo-Prefix.pch"; sourceTree = "<group>"; };
  43 + 409B87BA1A2FB070004481F1 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  44 + 409B87BB1A2FB070004481F1 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  45 + 409B87BD1A2FB071004481F1 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  46 + 409B87C31A2FB071004481F1 /* holaMundoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = holaMundoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  47 + 409B87C41A2FB071004481F1 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  48 + 409B87CC1A2FB071004481F1 /* holaMundoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "holaMundoTests-Info.plist"; sourceTree = "<group>"; };
  49 + 409B87CE1A2FB071004481F1 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  50 + 409B87D01A2FB071004481F1 /* holaMundoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = holaMundoTests.m; sourceTree = "<group>"; };
  51 +/* End PBXFileReference section */
  52 +
  53 +/* Begin PBXFrameworksBuildPhase section */
  54 + 409B87A51A2FB070004481F1 /* Frameworks */ = {
  55 + isa = PBXFrameworksBuildPhase;
  56 + buildActionMask = 2147483647;
  57 + files = (
  58 + 409B87AE1A2FB070004481F1 /* CoreGraphics.framework in Frameworks */,
  59 + 409B87B01A2FB070004481F1 /* UIKit.framework in Frameworks */,
  60 + 409B87AC1A2FB070004481F1 /* Foundation.framework in Frameworks */,
  61 + );
  62 + runOnlyForDeploymentPostprocessing = 0;
  63 + };
  64 + 409B87C01A2FB071004481F1 /* Frameworks */ = {
  65 + isa = PBXFrameworksBuildPhase;
  66 + buildActionMask = 2147483647;
  67 + files = (
  68 + 409B87C51A2FB071004481F1 /* XCTest.framework in Frameworks */,
  69 + 409B87C71A2FB071004481F1 /* UIKit.framework in Frameworks */,
  70 + 409B87C61A2FB071004481F1 /* Foundation.framework in Frameworks */,
  71 + );
  72 + runOnlyForDeploymentPostprocessing = 0;
  73 + };
  74 +/* End PBXFrameworksBuildPhase section */
  75 +
  76 +/* Begin PBXGroup section */
  77 + 409B879F1A2FB070004481F1 = {
  78 + isa = PBXGroup;
  79 + children = (
  80 + 409B87B11A2FB070004481F1 /* holaMundo */,
  81 + 409B87CA1A2FB071004481F1 /* holaMundoTests */,
  82 + 409B87AA1A2FB070004481F1 /* Frameworks */,
  83 + 409B87A91A2FB070004481F1 /* Products */,
  84 + );
  85 + sourceTree = "<group>";
  86 + };
  87 + 409B87A91A2FB070004481F1 /* Products */ = {
  88 + isa = PBXGroup;
  89 + children = (
  90 + 409B87A81A2FB070004481F1 /* holaMundo.app */,
  91 + 409B87C31A2FB071004481F1 /* holaMundoTests.xctest */,
  92 + );
  93 + name = Products;
  94 + sourceTree = "<group>";
  95 + };
  96 + 409B87AA1A2FB070004481F1 /* Frameworks */ = {
  97 + isa = PBXGroup;
  98 + children = (
  99 + 409B87AB1A2FB070004481F1 /* Foundation.framework */,
  100 + 409B87AD1A2FB070004481F1 /* CoreGraphics.framework */,
  101 + 409B87AF1A2FB070004481F1 /* UIKit.framework */,
  102 + 409B87C41A2FB071004481F1 /* XCTest.framework */,
  103 + );
  104 + name = Frameworks;
  105 + sourceTree = "<group>";
  106 + };
  107 + 409B87B11A2FB070004481F1 /* holaMundo */ = {
  108 + isa = PBXGroup;
  109 + children = (
  110 + 409B87BA1A2FB070004481F1 /* AppDelegate.h */,
  111 + 409B87BB1A2FB070004481F1 /* AppDelegate.m */,
  112 + 409B87BD1A2FB071004481F1 /* Images.xcassets */,
  113 + 409B87B21A2FB070004481F1 /* Supporting Files */,
  114 + );
  115 + path = holaMundo;
  116 + sourceTree = "<group>";
  117 + };
  118 + 409B87B21A2FB070004481F1 /* Supporting Files */ = {
  119 + isa = PBXGroup;
  120 + children = (
  121 + 409B87B31A2FB070004481F1 /* holaMundo-Info.plist */,
  122 + 409B87B41A2FB070004481F1 /* InfoPlist.strings */,
  123 + 409B87B71A2FB070004481F1 /* main.m */,
  124 + 409B87B91A2FB070004481F1 /* holaMundo-Prefix.pch */,
  125 + );
  126 + name = "Supporting Files";
  127 + sourceTree = "<group>";
  128 + };
  129 + 409B87CA1A2FB071004481F1 /* holaMundoTests */ = {
  130 + isa = PBXGroup;
  131 + children = (
  132 + 409B87D01A2FB071004481F1 /* holaMundoTests.m */,
  133 + 409B87CB1A2FB071004481F1 /* Supporting Files */,
  134 + );
  135 + path = holaMundoTests;
  136 + sourceTree = "<group>";
  137 + };
  138 + 409B87CB1A2FB071004481F1 /* Supporting Files */ = {
  139 + isa = PBXGroup;
  140 + children = (
  141 + 409B87CC1A2FB071004481F1 /* holaMundoTests-Info.plist */,
  142 + 409B87CD1A2FB071004481F1 /* InfoPlist.strings */,
  143 + );
  144 + name = "Supporting Files";
  145 + sourceTree = "<group>";
  146 + };
  147 +/* End PBXGroup section */
  148 +
  149 +/* Begin PBXNativeTarget section */
  150 + 409B87A71A2FB070004481F1 /* holaMundo */ = {
  151 + isa = PBXNativeTarget;
  152 + buildConfigurationList = 409B87D41A2FB071004481F1 /* Build configuration list for PBXNativeTarget "holaMundo" */;
  153 + buildPhases = (
  154 + 409B87A41A2FB070004481F1 /* Sources */,
  155 + 409B87A51A2FB070004481F1 /* Frameworks */,
  156 + 409B87A61A2FB070004481F1 /* Resources */,
  157 + );
  158 + buildRules = (
  159 + );
  160 + dependencies = (
  161 + );
  162 + name = holaMundo;
  163 + productName = holaMundo;
  164 + productReference = 409B87A81A2FB070004481F1 /* holaMundo.app */;
  165 + productType = "com.apple.product-type.application";
  166 + };
  167 + 409B87C21A2FB071004481F1 /* holaMundoTests */ = {
  168 + isa = PBXNativeTarget;
  169 + buildConfigurationList = 409B87D71A2FB071004481F1 /* Build configuration list for PBXNativeTarget "holaMundoTests" */;
  170 + buildPhases = (
  171 + 409B87BF1A2FB071004481F1 /* Sources */,
  172 + 409B87C01A2FB071004481F1 /* Frameworks */,
  173 + 409B87C11A2FB071004481F1 /* Resources */,
  174 + );
  175 + buildRules = (
  176 + );
  177 + dependencies = (
  178 + 409B87C91A2FB071004481F1 /* PBXTargetDependency */,
  179 + );
  180 + name = holaMundoTests;
  181 + productName = holaMundoTests;
  182 + productReference = 409B87C31A2FB071004481F1 /* holaMundoTests.xctest */;
  183 + productType = "com.apple.product-type.bundle.unit-test";
  184 + };
  185 +/* End PBXNativeTarget section */
  186 +
  187 +/* Begin PBXProject section */
  188 + 409B87A01A2FB070004481F1 /* Project object */ = {
  189 + isa = PBXProject;
  190 + attributes = {
  191 + LastUpgradeCheck = 0510;
  192 + ORGANIZATIONNAME = "___FULLUSERNAME___";
  193 + TargetAttributes = {
  194 + 409B87C21A2FB071004481F1 = {
  195 + TestTargetID = 409B87A71A2FB070004481F1;
  196 + };
  197 + };
  198 + };
  199 + buildConfigurationList = 409B87A31A2FB070004481F1 /* Build configuration list for PBXProject "holaMundo" */;
  200 + compatibilityVersion = "Xcode 3.2";
  201 + developmentRegion = English;
  202 + hasScannedForEncodings = 0;
  203 + knownRegions = (
  204 + en,
  205 + );
  206 + mainGroup = 409B879F1A2FB070004481F1;
  207 + productRefGroup = 409B87A91A2FB070004481F1 /* Products */;
  208 + projectDirPath = "";
  209 + projectRoot = "";
  210 + targets = (
  211 + 409B87A71A2FB070004481F1 /* holaMundo */,
  212 + 409B87C21A2FB071004481F1 /* holaMundoTests */,
  213 + );
  214 + };
  215 +/* End PBXProject section */
  216 +
  217 +/* Begin PBXResourcesBuildPhase section */
  218 + 409B87A61A2FB070004481F1 /* Resources */ = {
  219 + isa = PBXResourcesBuildPhase;
  220 + buildActionMask = 2147483647;
  221 + files = (
  222 + 409B87B61A2FB070004481F1 /* InfoPlist.strings in Resources */,
  223 + 409B87BE1A2FB071004481F1 /* Images.xcassets in Resources */,
  224 + );
  225 + runOnlyForDeploymentPostprocessing = 0;
  226 + };
  227 + 409B87C11A2FB071004481F1 /* Resources */ = {
  228 + isa = PBXResourcesBuildPhase;
  229 + buildActionMask = 2147483647;
  230 + files = (
  231 + 409B87CF1A2FB071004481F1 /* InfoPlist.strings in Resources */,
  232 + );
  233 + runOnlyForDeploymentPostprocessing = 0;
  234 + };
  235 +/* End PBXResourcesBuildPhase section */
  236 +
  237 +/* Begin PBXSourcesBuildPhase section */
  238 + 409B87A41A2FB070004481F1 /* Sources */ = {
  239 + isa = PBXSourcesBuildPhase;
  240 + buildActionMask = 2147483647;
  241 + files = (
  242 + 409B87BC1A2FB070004481F1 /* AppDelegate.m in Sources */,
  243 + 409B87B81A2FB070004481F1 /* main.m in Sources */,
  244 + );
  245 + runOnlyForDeploymentPostprocessing = 0;
  246 + };
  247 + 409B87BF1A2FB071004481F1 /* Sources */ = {
  248 + isa = PBXSourcesBuildPhase;
  249 + buildActionMask = 2147483647;
  250 + files = (
  251 + 409B87D11A2FB071004481F1 /* holaMundoTests.m in Sources */,
  252 + );
  253 + runOnlyForDeploymentPostprocessing = 0;
  254 + };
  255 +/* End PBXSourcesBuildPhase section */
  256 +
  257 +/* Begin PBXTargetDependency section */
  258 + 409B87C91A2FB071004481F1 /* PBXTargetDependency */ = {
  259 + isa = PBXTargetDependency;
  260 + target = 409B87A71A2FB070004481F1 /* holaMundo */;
  261 + targetProxy = 409B87C81A2FB071004481F1 /* PBXContainerItemProxy */;
  262 + };
  263 +/* End PBXTargetDependency section */
  264 +
  265 +/* Begin PBXVariantGroup section */
  266 + 409B87B41A2FB070004481F1 /* InfoPlist.strings */ = {
  267 + isa = PBXVariantGroup;
  268 + children = (
  269 + 409B87B51A2FB070004481F1 /* en */,
  270 + );
  271 + name = InfoPlist.strings;
  272 + sourceTree = "<group>";
  273 + };
  274 + 409B87CD1A2FB071004481F1 /* InfoPlist.strings */ = {
  275 + isa = PBXVariantGroup;
  276 + children = (
  277 + 409B87CE1A2FB071004481F1 /* en */,
  278 + );
  279 + name = InfoPlist.strings;
  280 + sourceTree = "<group>";
  281 + };
  282 +/* End PBXVariantGroup section */
  283 +
  284 +/* Begin XCBuildConfiguration section */
  285 + 409B87D21A2FB071004481F1 /* Debug */ = {
  286 + isa = XCBuildConfiguration;
  287 + buildSettings = {
  288 + ALWAYS_SEARCH_USER_PATHS = NO;
  289 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  290 + CLANG_CXX_LIBRARY = "libc++";
  291 + CLANG_ENABLE_MODULES = YES;
  292 + CLANG_ENABLE_OBJC_ARC = YES;
  293 + CLANG_WARN_BOOL_CONVERSION = YES;
  294 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  295 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  296 + CLANG_WARN_EMPTY_BODY = YES;
  297 + CLANG_WARN_ENUM_CONVERSION = YES;
  298 + CLANG_WARN_INT_CONVERSION = YES;
  299 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  300 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  301 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  302 + COPY_PHASE_STRIP = NO;
  303 + GCC_C_LANGUAGE_STANDARD = gnu99;
  304 + GCC_DYNAMIC_NO_PIC = NO;
  305 + GCC_OPTIMIZATION_LEVEL = 0;
  306 + GCC_PREPROCESSOR_DEFINITIONS = (
  307 + "DEBUG=1",
  308 + "$(inherited)",
  309 + );
  310 + GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  311 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  312 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  313 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  314 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  315 + GCC_WARN_UNUSED_FUNCTION = YES;
  316 + GCC_WARN_UNUSED_VARIABLE = YES;
  317 + IPHONEOS_DEPLOYMENT_TARGET = 7.1;
  318 + ONLY_ACTIVE_ARCH = YES;
  319 + SDKROOT = iphoneos;
  320 + TARGETED_DEVICE_FAMILY = "1,2";
  321 + };
  322 + name = Debug;
  323 + };
  324 + 409B87D31A2FB071004481F1 /* Release */ = {
  325 + isa = XCBuildConfiguration;
  326 + buildSettings = {
  327 + ALWAYS_SEARCH_USER_PATHS = NO;
  328 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  329 + CLANG_CXX_LIBRARY = "libc++";
  330 + CLANG_ENABLE_MODULES = YES;
  331 + CLANG_ENABLE_OBJC_ARC = YES;
  332 + CLANG_WARN_BOOL_CONVERSION = YES;
  333 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  334 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  335 + CLANG_WARN_EMPTY_BODY = YES;
  336 + CLANG_WARN_ENUM_CONVERSION = YES;
  337 + CLANG_WARN_INT_CONVERSION = YES;
  338 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  339 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  340 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  341 + COPY_PHASE_STRIP = YES;
  342 + ENABLE_NS_ASSERTIONS = NO;
  343 + GCC_C_LANGUAGE_STANDARD = gnu99;
  344 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  345 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  346 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  347 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  348 + GCC_WARN_UNUSED_FUNCTION = YES;
  349 + GCC_WARN_UNUSED_VARIABLE = YES;
  350 + IPHONEOS_DEPLOYMENT_TARGET = 7.1;
  351 + SDKROOT = iphoneos;
  352 + TARGETED_DEVICE_FAMILY = "1,2";
  353 + VALIDATE_PRODUCT = YES;
  354 + };
  355 + name = Release;
  356 + };
  357 + 409B87D51A2FB071004481F1 /* Debug */ = {
  358 + isa = XCBuildConfiguration;
  359 + buildSettings = {
  360 + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  361 + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  362 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  363 + GCC_PREFIX_HEADER = "holaMundo/holaMundo-Prefix.pch";
  364 + INFOPLIST_FILE = "holaMundo/holaMundo-Info.plist";
  365 + PRODUCT_NAME = "$(TARGET_NAME)";
  366 + WRAPPER_EXTENSION = app;
  367 + };
  368 + name = Debug;
  369 + };
  370 + 409B87D61A2FB071004481F1 /* Release */ = {
  371 + isa = XCBuildConfiguration;
  372 + buildSettings = {
  373 + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  374 + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  375 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  376 + GCC_PREFIX_HEADER = "holaMundo/holaMundo-Prefix.pch";
  377 + INFOPLIST_FILE = "holaMundo/holaMundo-Info.plist";
  378 + PRODUCT_NAME = "$(TARGET_NAME)";
  379 + WRAPPER_EXTENSION = app;
  380 + };
  381 + name = Release;
  382 + };
  383 + 409B87D81A2FB071004481F1 /* Debug */ = {
  384 + isa = XCBuildConfiguration;
  385 + buildSettings = {
  386 + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/holaMundo.app/holaMundo";
  387 + FRAMEWORK_SEARCH_PATHS = (
  388 + "$(SDKROOT)/Developer/Library/Frameworks",
  389 + "$(inherited)",
  390 + "$(DEVELOPER_FRAMEWORKS_DIR)",
  391 + );
  392 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  393 + GCC_PREFIX_HEADER = "holaMundo/holaMundo-Prefix.pch";
  394 + GCC_PREPROCESSOR_DEFINITIONS = (
  395 + "DEBUG=1",
  396 + "$(inherited)",
  397 + );
  398 + INFOPLIST_FILE = "holaMundoTests/holaMundoTests-Info.plist";
  399 + PRODUCT_NAME = "$(TARGET_NAME)";
  400 + TEST_HOST = "$(BUNDLE_LOADER)";
  401 + WRAPPER_EXTENSION = xctest;
  402 + };
  403 + name = Debug;
  404 + };
  405 + 409B87D91A2FB071004481F1 /* Release */ = {
  406 + isa = XCBuildConfiguration;
  407 + buildSettings = {
  408 + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/holaMundo.app/holaMundo";
  409 + FRAMEWORK_SEARCH_PATHS = (
  410 + "$(SDKROOT)/Developer/Library/Frameworks",
  411 + "$(inherited)",
  412 + "$(DEVELOPER_FRAMEWORKS_DIR)",
  413 + );
  414 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  415 + GCC_PREFIX_HEADER = "holaMundo/holaMundo-Prefix.pch";
  416 + INFOPLIST_FILE = "holaMundoTests/holaMundoTests-Info.plist";
  417 + PRODUCT_NAME = "$(TARGET_NAME)";
  418 + TEST_HOST = "$(BUNDLE_LOADER)";
  419 + WRAPPER_EXTENSION = xctest;
  420 + };
  421 + name = Release;
  422 + };
  423 +/* End XCBuildConfiguration section */
  424 +
  425 +/* Begin XCConfigurationList section */
  426 + 409B87A31A2FB070004481F1 /* Build configuration list for PBXProject "holaMundo" */ = {
  427 + isa = XCConfigurationList;
  428 + buildConfigurations = (
  429 + 409B87D21A2FB071004481F1 /* Debug */,
  430 + 409B87D31A2FB071004481F1 /* Release */,
  431 + );
  432 + defaultConfigurationIsVisible = 0;
  433 + defaultConfigurationName = Release;
  434 + };
  435 + 409B87D41A2FB071004481F1 /* Build configuration list for PBXNativeTarget "holaMundo" */ = {
  436 + isa = XCConfigurationList;
  437 + buildConfigurations = (
  438 + 409B87D51A2FB071004481F1 /* Debug */,
  439 + 409B87D61A2FB071004481F1 /* Release */,
  440 + );
  441 + defaultConfigurationIsVisible = 0;
  442 + };
  443 + 409B87D71A2FB071004481F1 /* Build configuration list for PBXNativeTarget "holaMundoTests" */ = {
  444 + isa = XCConfigurationList;
  445 + buildConfigurations = (
  446 + 409B87D81A2FB071004481F1 /* Debug */,
  447 + 409B87D91A2FB071004481F1 /* Release */,
  448 + );
  449 + defaultConfigurationIsVisible = 0;
  450 + };
  451 +/* End XCConfigurationList section */
  452 + };
  453 + rootObject = 409B87A01A2FB070004481F1 /* Project object */;
  454 +}
holaMundo.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Workspace
  3 + version = "1.0">
  4 + <FileRef
  5 + location = "self:holaMundo.xcodeproj">
  6 + </FileRef>
  7 +</Workspace>
holaMundo/AppDelegate.h
@@ -0,0 +1,15 @@ @@ -0,0 +1,15 @@
  1 +//
  2 +// AppDelegate.h
  3 +// holaMundo
  4 +//
  5 +// Created by Cristian Garcia Escobar on 03/12/14.
  6 +// Copyright (c) 2014 ___FULLUSERNAME___. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface AppDelegate : UIResponder <UIApplicationDelegate>
  12 +
  13 +@property (strong, nonatomic) UIWindow *window;
  14 +
  15 +@end
holaMundo/AppDelegate.m
@@ -0,0 +1,49 @@ @@ -0,0 +1,49 @@
  1 +//
  2 +// AppDelegate.m
  3 +// holaMundo
  4 +//
  5 +// Created by Cristian Garcia Escobar on 03/12/14.
  6 +// Copyright (c) 2014 ___FULLUSERNAME___. All rights reserved.
  7 +//
  8 +
  9 +#import "AppDelegate.h"
  10 +
  11 +@implementation AppDelegate
  12 +
  13 +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
  14 +{
  15 + self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
  16 + // Override point for customization after application launch.
  17 + self.window.backgroundColor = [UIColor whiteColor];
  18 + [self.window makeKeyAndVisible];
  19 + return YES;
  20 +}
  21 +
  22 +- (void)applicationWillResignActive:(UIApplication *)application
  23 +{
  24 + // 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.
  25 + // 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.
  26 +}
  27 +
  28 +- (void)applicationDidEnterBackground:(UIApplication *)application
  29 +{
  30 + // 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.
  31 + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
  32 +}
  33 +
  34 +- (void)applicationWillEnterForeground:(UIApplication *)application
  35 +{
  36 + // 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.
  37 +}
  38 +
  39 +- (void)applicationDidBecomeActive:(UIApplication *)application
  40 +{
  41 + // 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.
  42 +}
  43 +
  44 +- (void)applicationWillTerminate:(UIApplication *)application
  45 +{
  46 + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
  47 +}
  48 +
  49 +@end
holaMundo/Images.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,53 @@ @@ -0,0 +1,53 @@
  1 +{
  2 + "images" : [
  3 + {
  4 + "idiom" : "iphone",
  5 + "size" : "29x29",
  6 + "scale" : "2x"
  7 + },
  8 + {
  9 + "idiom" : "iphone",
  10 + "size" : "40x40",
  11 + "scale" : "2x"
  12 + },
  13 + {
  14 + "idiom" : "iphone",
  15 + "size" : "60x60",
  16 + "scale" : "2x"
  17 + },
  18 + {
  19 + "idiom" : "ipad",
  20 + "size" : "29x29",
  21 + "scale" : "1x"
  22 + },
  23 + {
  24 + "idiom" : "ipad",
  25 + "size" : "29x29",
  26 + "scale" : "2x"
  27 + },
  28 + {
  29 + "idiom" : "ipad",
  30 + "size" : "40x40",
  31 + "scale" : "1x"
  32 + },
  33 + {
  34 + "idiom" : "ipad",
  35 + "size" : "40x40",
  36 + "scale" : "2x"
  37 + },
  38 + {
  39 + "idiom" : "ipad",
  40 + "size" : "76x76",
  41 + "scale" : "1x"
  42 + },
  43 + {
  44 + "idiom" : "ipad",
  45 + "size" : "76x76",
  46 + "scale" : "2x"
  47 + }
  48 + ],
  49 + "info" : {
  50 + "version" : 1,
  51 + "author" : "xcode"
  52 + }
  53 +}
0 \ No newline at end of file 54 \ No newline at end of file
holaMundo/Images.xcassets/LaunchImage.launchimage/Contents.json
@@ -0,0 +1,51 @@ @@ -0,0 +1,51 @@
  1 +{
  2 + "images" : [
  3 + {
  4 + "orientation" : "portrait",
  5 + "idiom" : "iphone",
  6 + "extent" : "full-screen",
  7 + "minimum-system-version" : "7.0",
  8 + "scale" : "2x"
  9 + },
  10 + {
  11 + "orientation" : "portrait",
  12 + "idiom" : "iphone",
  13 + "subtype" : "retina4",
  14 + "extent" : "full-screen",
  15 + "minimum-system-version" : "7.0",
  16 + "scale" : "2x"
  17 + },
  18 + {
  19 + "orientation" : "portrait",
  20 + "idiom" : "ipad",
  21 + "extent" : "full-screen",
  22 + "minimum-system-version" : "7.0",
  23 + "scale" : "1x"
  24 + },
  25 + {
  26 + "orientation" : "landscape",
  27 + "idiom" : "ipad",
  28 + "extent" : "full-screen",
  29 + "minimum-system-version" : "7.0",
  30 + "scale" : "1x"
  31 + },
  32 + {
  33 + "orientation" : "portrait",
  34 + "idiom" : "ipad",
  35 + "extent" : "full-screen",
  36 + "minimum-system-version" : "7.0",
  37 + "scale" : "2x"
  38 + },
  39 + {
  40 + "orientation" : "landscape",
  41 + "idiom" : "ipad",
  42 + "extent" : "full-screen",
  43 + "minimum-system-version" : "7.0",
  44 + "scale" : "2x"
  45 + }
  46 + ],
  47 + "info" : {
  48 + "version" : 1,
  49 + "author" : "xcode"
  50 + }
  51 +}
0 \ No newline at end of file 52 \ No newline at end of file
holaMundo/en.lproj/InfoPlist.strings
@@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
  1 +/* Localized versions of Info.plist keys */
  2 +
holaMundo/holaMundo-Info.plist
@@ -0,0 +1,45 @@ @@ -0,0 +1,45 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>en</string>
  7 + <key>CFBundleDisplayName</key>
  8 + <string>${PRODUCT_NAME}</string>
  9 + <key>CFBundleExecutable</key>
  10 + <string>${EXECUTABLE_NAME}</string>
  11 + <key>CFBundleIdentifier</key>
  12 + <string>ingeneo.${PRODUCT_NAME:rfc1034identifier}</string>
  13 + <key>CFBundleInfoDictionaryVersion</key>
  14 + <string>6.0</string>
  15 + <key>CFBundleName</key>
  16 + <string>${PRODUCT_NAME}</string>
  17 + <key>CFBundlePackageType</key>
  18 + <string>APPL</string>
  19 + <key>CFBundleShortVersionString</key>
  20 + <string>1.0</string>
  21 + <key>CFBundleSignature</key>
  22 + <string>????</string>
  23 + <key>CFBundleVersion</key>
  24 + <string>1.0</string>
  25 + <key>LSRequiresIPhoneOS</key>
  26 + <true/>
  27 + <key>UIRequiredDeviceCapabilities</key>
  28 + <array>
  29 + <string>armv7</string>
  30 + </array>
  31 + <key>UISupportedInterfaceOrientations</key>
  32 + <array>
  33 + <string>UIInterfaceOrientationPortrait</string>
  34 + <string>UIInterfaceOrientationLandscapeLeft</string>
  35 + <string>UIInterfaceOrientationLandscapeRight</string>
  36 + </array>
  37 + <key>UISupportedInterfaceOrientations~ipad</key>
  38 + <array>
  39 + <string>UIInterfaceOrientationPortrait</string>
  40 + <string>UIInterfaceOrientationPortraitUpsideDown</string>
  41 + <string>UIInterfaceOrientationLandscapeLeft</string>
  42 + <string>UIInterfaceOrientationLandscapeRight</string>
  43 + </array>
  44 +</dict>
  45 +</plist>
holaMundo/holaMundo-Prefix.pch
@@ -0,0 +1,16 @@ @@ -0,0 +1,16 @@
  1 +//
  2 +// Prefix header
  3 +//
  4 +// The contents of this file are implicitly included at the beginning of every source file.
  5 +//
  6 +
  7 +#import <Availability.h>
  8 +
  9 +#ifndef __IPHONE_3_0
  10 +#warning "This project uses features only available in iOS SDK 3.0 and later."
  11 +#endif
  12 +
  13 +#ifdef __OBJC__
  14 + #import <UIKit/UIKit.h>
  15 + #import <Foundation/Foundation.h>
  16 +#endif
holaMundo/main.m
@@ -0,0 +1,18 @@ @@ -0,0 +1,18 @@
  1 +//
  2 +// main.m
  3 +// holaMundo
  4 +//
  5 +// Created by Cristian Garcia Escobar on 03/12/14.
  6 +// Copyright (c) 2014 ___FULLUSERNAME___. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +#import "AppDelegate.h"
  12 +
  13 +int main(int argc, char * argv[])
  14 +{
  15 + @autoreleasepool {
  16 + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
  17 + }
  18 +}
holaMundoTests/en.lproj/InfoPlist.strings
@@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
  1 +/* Localized versions of Info.plist keys */
  2 +
holaMundoTests/holaMundoTests-Info.plist
@@ -0,0 +1,22 @@ @@ -0,0 +1,22 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>en</string>
  7 + <key>CFBundleExecutable</key>
  8 + <string>${EXECUTABLE_NAME}</string>
  9 + <key>CFBundleIdentifier</key>
  10 + <string>ingeneo.${PRODUCT_NAME:rfc1034identifier}</string>
  11 + <key>CFBundleInfoDictionaryVersion</key>
  12 + <string>6.0</string>
  13 + <key>CFBundlePackageType</key>
  14 + <string>BNDL</string>
  15 + <key>CFBundleShortVersionString</key>
  16 + <string>1.0</string>
  17 + <key>CFBundleSignature</key>
  18 + <string>????</string>
  19 + <key>CFBundleVersion</key>
  20 + <string>1</string>
  21 +</dict>
  22 +</plist>
holaMundoTests/holaMundoTests.m
@@ -0,0 +1,34 @@ @@ -0,0 +1,34 @@
  1 +//
  2 +// holaMundoTests.m
  3 +// holaMundoTests
  4 +//
  5 +// Created by Cristian Garcia Escobar on 03/12/14.
  6 +// Copyright (c) 2014 ___FULLUSERNAME___. All rights reserved.
  7 +//
  8 +
  9 +#import <XCTest/XCTest.h>
  10 +
  11 +@interface holaMundoTests : XCTestCase
  12 +
  13 +@end
  14 +
  15 +@implementation holaMundoTests
  16 +
  17 +- (void)setUp
  18 +{
  19 + [super setUp];
  20 + // Put setup code here. This method is called before the invocation of each test method in the class.
  21 +}
  22 +
  23 +- (void)tearDown
  24 +{
  25 + // Put teardown code here. This method is called after the invocation of each test method in the class.
  26 + [super tearDown];
  27 +}
  28 +
  29 +- (void)testExample
  30 +{
  31 + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
  32 +}
  33 +
  34 +@end