From 6fecbca4900db2be8ee14c5465ac9cc0496941d6 Mon Sep 17 00:00:00 2001 From: Natalia Estrella Date: Tue, 19 Jan 2016 16:55:26 -0500 Subject: [PATCH 1/2] README Update --- NuggetApp/NuggetApp.xcodeproj/project.pbxproj | 305 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../UserInterfaceState.xcuserstate | Bin 0 -> 8289 bytes .../xcschemes/NuggetApp.xcscheme | 91 ++++++ .../xcschemes/xcschememanagement.plist | 22 ++ NuggetApp/NuggetApp/AppDelegate.h | 17 + NuggetApp/NuggetApp/AppDelegate.m | 45 +++ .../AppIcon.appiconset/Contents.json | 38 +++ .../Base.lproj/LaunchScreen.storyboard | 27 ++ .../NuggetApp/Base.lproj/Main.storyboard | 25 ++ NuggetApp/NuggetApp/Info.plist | 40 +++ NuggetApp/NuggetApp/ViewController.h | 15 + NuggetApp/NuggetApp/ViewController.m | 27 ++ NuggetApp/NuggetApp/main.m | 16 + README.md | 30 +- 15 files changed, 703 insertions(+), 2 deletions(-) create mode 100644 NuggetApp/NuggetApp.xcodeproj/project.pbxproj create mode 100644 NuggetApp/NuggetApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 NuggetApp/NuggetApp.xcodeproj/project.xcworkspace/xcuserdata/nataliaestrella.xcuserdatad/UserInterfaceState.xcuserstate create mode 100644 NuggetApp/NuggetApp.xcodeproj/xcuserdata/nataliaestrella.xcuserdatad/xcschemes/NuggetApp.xcscheme create mode 100644 NuggetApp/NuggetApp.xcodeproj/xcuserdata/nataliaestrella.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 NuggetApp/NuggetApp/AppDelegate.h create mode 100644 NuggetApp/NuggetApp/AppDelegate.m create mode 100644 NuggetApp/NuggetApp/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 NuggetApp/NuggetApp/Base.lproj/LaunchScreen.storyboard create mode 100644 NuggetApp/NuggetApp/Base.lproj/Main.storyboard create mode 100644 NuggetApp/NuggetApp/Info.plist create mode 100644 NuggetApp/NuggetApp/ViewController.h create mode 100644 NuggetApp/NuggetApp/ViewController.m create mode 100644 NuggetApp/NuggetApp/main.m diff --git a/NuggetApp/NuggetApp.xcodeproj/project.pbxproj b/NuggetApp/NuggetApp.xcodeproj/project.pbxproj new file mode 100644 index 0000000..4493035 --- /dev/null +++ b/NuggetApp/NuggetApp.xcodeproj/project.pbxproj @@ -0,0 +1,305 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 5153407B1C4C4857003E4445 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5153407A1C4C4857003E4445 /* main.m */; }; + 5153407E1C4C4857003E4445 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5153407D1C4C4857003E4445 /* AppDelegate.m */; }; + 515340811C4C4857003E4445 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 515340801C4C4857003E4445 /* ViewController.m */; }; + 515340841C4C4857003E4445 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 515340821C4C4857003E4445 /* Main.storyboard */; }; + 515340861C4C4857003E4445 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 515340851C4C4857003E4445 /* Assets.xcassets */; }; + 515340891C4C4857003E4445 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 515340871C4C4857003E4445 /* LaunchScreen.storyboard */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 515340761C4C4857003E4445 /* NuggetApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NuggetApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 5153407A1C4C4857003E4445 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 5153407C1C4C4857003E4445 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 5153407D1C4C4857003E4445 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 5153407F1C4C4857003E4445 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 515340801C4C4857003E4445 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 515340831C4C4857003E4445 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 515340851C4C4857003E4445 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 515340881C4C4857003E4445 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 5153408A1C4C4857003E4445 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 515340731C4C4857003E4445 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 5153406D1C4C4857003E4445 = { + isa = PBXGroup; + children = ( + 515340781C4C4857003E4445 /* NuggetApp */, + 515340771C4C4857003E4445 /* Products */, + ); + sourceTree = ""; + }; + 515340771C4C4857003E4445 /* Products */ = { + isa = PBXGroup; + children = ( + 515340761C4C4857003E4445 /* NuggetApp.app */, + ); + name = Products; + sourceTree = ""; + }; + 515340781C4C4857003E4445 /* NuggetApp */ = { + isa = PBXGroup; + children = ( + 5153407C1C4C4857003E4445 /* AppDelegate.h */, + 5153407D1C4C4857003E4445 /* AppDelegate.m */, + 5153407F1C4C4857003E4445 /* ViewController.h */, + 515340801C4C4857003E4445 /* ViewController.m */, + 515340821C4C4857003E4445 /* Main.storyboard */, + 515340851C4C4857003E4445 /* Assets.xcassets */, + 515340871C4C4857003E4445 /* LaunchScreen.storyboard */, + 5153408A1C4C4857003E4445 /* Info.plist */, + 515340791C4C4857003E4445 /* Supporting Files */, + ); + path = NuggetApp; + sourceTree = ""; + }; + 515340791C4C4857003E4445 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 5153407A1C4C4857003E4445 /* main.m */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 515340751C4C4857003E4445 /* NuggetApp */ = { + isa = PBXNativeTarget; + buildConfigurationList = 5153408D1C4C4857003E4445 /* Build configuration list for PBXNativeTarget "NuggetApp" */; + buildPhases = ( + 515340721C4C4857003E4445 /* Sources */, + 515340731C4C4857003E4445 /* Frameworks */, + 515340741C4C4857003E4445 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = NuggetApp; + productName = NuggetApp; + productReference = 515340761C4C4857003E4445 /* NuggetApp.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 5153406E1C4C4857003E4445 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0720; + ORGANIZATIONNAME = "Natalia Estrella"; + TargetAttributes = { + 515340751C4C4857003E4445 = { + CreatedOnToolsVersion = 7.2; + }; + }; + }; + buildConfigurationList = 515340711C4C4857003E4445 /* Build configuration list for PBXProject "NuggetApp" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 5153406D1C4C4857003E4445; + productRefGroup = 515340771C4C4857003E4445 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 515340751C4C4857003E4445 /* NuggetApp */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 515340741C4C4857003E4445 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 515340891C4C4857003E4445 /* LaunchScreen.storyboard in Resources */, + 515340861C4C4857003E4445 /* Assets.xcassets in Resources */, + 515340841C4C4857003E4445 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 515340721C4C4857003E4445 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 515340811C4C4857003E4445 /* ViewController.m in Sources */, + 5153407E1C4C4857003E4445 /* AppDelegate.m in Sources */, + 5153407B1C4C4857003E4445 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 515340821C4C4857003E4445 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 515340831C4C4857003E4445 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 515340871C4C4857003E4445 /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 515340881C4C4857003E4445 /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 5153408B1C4C4857003E4445 /* 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; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.2; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 5153408C1C4C4857003E4445 /* 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; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.2; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 5153408E1C4C4857003E4445 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = NuggetApp/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.mobiletuts.alertdemo.NuggetApp; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 5153408F1C4C4857003E4445 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = NuggetApp/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.mobiletuts.alertdemo.NuggetApp; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 515340711C4C4857003E4445 /* Build configuration list for PBXProject "NuggetApp" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5153408B1C4C4857003E4445 /* Debug */, + 5153408C1C4C4857003E4445 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 5153408D1C4C4857003E4445 /* Build configuration list for PBXNativeTarget "NuggetApp" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5153408E1C4C4857003E4445 /* Debug */, + 5153408F1C4C4857003E4445 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 5153406E1C4C4857003E4445 /* Project object */; +} diff --git a/NuggetApp/NuggetApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/NuggetApp/NuggetApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..9b8d40e --- /dev/null +++ b/NuggetApp/NuggetApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/NuggetApp/NuggetApp.xcodeproj/project.xcworkspace/xcuserdata/nataliaestrella.xcuserdatad/UserInterfaceState.xcuserstate b/NuggetApp/NuggetApp.xcodeproj/project.xcworkspace/xcuserdata/nataliaestrella.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000000000000000000000000000000000000..4ea0e69af0a99100b3a084a28b03d4cd83ef3a8f GIT binary patch literal 8289 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 AUH||9 literal 0 HcmV?d00001 diff --git a/NuggetApp/NuggetApp.xcodeproj/xcuserdata/nataliaestrella.xcuserdatad/xcschemes/NuggetApp.xcscheme b/NuggetApp/NuggetApp.xcodeproj/xcuserdata/nataliaestrella.xcuserdatad/xcschemes/NuggetApp.xcscheme new file mode 100644 index 0000000..c251669 --- /dev/null +++ b/NuggetApp/NuggetApp.xcodeproj/xcuserdata/nataliaestrella.xcuserdatad/xcschemes/NuggetApp.xcscheme @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/NuggetApp/NuggetApp.xcodeproj/xcuserdata/nataliaestrella.xcuserdatad/xcschemes/xcschememanagement.plist b/NuggetApp/NuggetApp.xcodeproj/xcuserdata/nataliaestrella.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..027f417 --- /dev/null +++ b/NuggetApp/NuggetApp.xcodeproj/xcuserdata/nataliaestrella.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + NuggetApp.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 515340751C4C4857003E4445 + + primary + + + + + diff --git a/NuggetApp/NuggetApp/AppDelegate.h b/NuggetApp/NuggetApp/AppDelegate.h new file mode 100644 index 0000000..dc67869 --- /dev/null +++ b/NuggetApp/NuggetApp/AppDelegate.h @@ -0,0 +1,17 @@ +// +// AppDelegate.h +// NuggetApp +// +// Created by Natalia Estrella on 1/17/16. +// Copyright © 2016 Natalia Estrella. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + + +@end + diff --git a/NuggetApp/NuggetApp/AppDelegate.m b/NuggetApp/NuggetApp/AppDelegate.m new file mode 100644 index 0000000..0d85fce --- /dev/null +++ b/NuggetApp/NuggetApp/AppDelegate.m @@ -0,0 +1,45 @@ +// +// AppDelegate.m +// NuggetApp +// +// Created by Natalia Estrella on 1/17/16. +// Copyright © 2016 Natalia Estrella. All rights reserved. +// + +#import "AppDelegate.h" + +@interface AppDelegate () + +@end + +@implementation AppDelegate + + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { + // Override point for customization after application launch. + 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/NuggetApp/NuggetApp/Assets.xcassets/AppIcon.appiconset/Contents.json b/NuggetApp/NuggetApp/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..118c98f --- /dev/null +++ b/NuggetApp/NuggetApp/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,38 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/NuggetApp/NuggetApp/Base.lproj/LaunchScreen.storyboard b/NuggetApp/NuggetApp/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000..2e721e1 --- /dev/null +++ b/NuggetApp/NuggetApp/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/NuggetApp/NuggetApp/Base.lproj/Main.storyboard b/NuggetApp/NuggetApp/Base.lproj/Main.storyboard new file mode 100644 index 0000000..f56d2f3 --- /dev/null +++ b/NuggetApp/NuggetApp/Base.lproj/Main.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/NuggetApp/NuggetApp/Info.plist b/NuggetApp/NuggetApp/Info.plist new file mode 100644 index 0000000..6905cc6 --- /dev/null +++ b/NuggetApp/NuggetApp/Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/NuggetApp/NuggetApp/ViewController.h b/NuggetApp/NuggetApp/ViewController.h new file mode 100644 index 0000000..e2381e7 --- /dev/null +++ b/NuggetApp/NuggetApp/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// NuggetApp +// +// Created by Natalia Estrella on 1/17/16. +// Copyright © 2016 Natalia Estrella. All rights reserved. +// + +#import + +@interface ViewController : UIViewController + + +@end + diff --git a/NuggetApp/NuggetApp/ViewController.m b/NuggetApp/NuggetApp/ViewController.m new file mode 100644 index 0000000..e7b7803 --- /dev/null +++ b/NuggetApp/NuggetApp/ViewController.m @@ -0,0 +1,27 @@ +// +// ViewController.m +// NuggetApp +// +// Created by Natalia Estrella on 1/17/16. +// Copyright © 2016 Natalia Estrella. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning { + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +@end diff --git a/NuggetApp/NuggetApp/main.m b/NuggetApp/NuggetApp/main.m new file mode 100644 index 0000000..183bcfd --- /dev/null +++ b/NuggetApp/NuggetApp/main.m @@ -0,0 +1,16 @@ +// +// main.m +// NuggetApp +// +// Created by Natalia Estrella on 1/17/16. +// Copyright © 2016 Natalia Estrella. 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/README.md b/README.md index f3a24d1..f54f204 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,29 @@ -# Passion Project +# Nuggies + +Nuggies +============== + +Most fun you'll ever have with nuggets + +Problem +------- +I would really really like to learn how to use object recognition technology. + +Goals +------- + +* Have my camera recognize a nugget (veggie, chicken, fish). +* Once object is recognized, add face to nugget. +* Animate face (maybe make it wink); + +Tools +------- +* Native iOS camera function (Objective - C) +* OpenVC Object Recognition Libraries (Possibly C++) +* If you have any questions read me at [my twitter]. + +[my twitter]: https://twitter.com/NattyDeathStar + +Work in progress. Please stay tuned. + -https://docs.google.com/a/coalitionforqueens.org/presentation/d/1Sb6IoD3f842WGugSJZ1s7-4EHgPEdH5RHiT3-H0TI2A/edit?usp=sharing From b4f018a03c4782e154c1116e671cb45e833f0089 Mon Sep 17 00:00:00 2001 From: Natalia Estrella Date: Tue, 19 Jan 2016 17:01:21 -0500 Subject: [PATCH 2/2] README edit --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f54f204..6143dfe 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Nuggies -Nuggies -============== - Most fun you'll ever have with nuggets Problem @@ -12,7 +9,7 @@ I would really really like to learn how to use object recognition technology. Goals ------- -* Have my camera recognize a nugget (veggie, chicken, fish). +* Have my camera recognize a nugget (veggie, chicken, fish: any will do). * Once object is recognized, add face to nugget. * Animate face (maybe make it wink); @@ -20,10 +17,11 @@ Tools ------- * Native iOS camera function (Objective - C) * OpenVC Object Recognition Libraries (Possibly C++) -* If you have any questions read me at [my twitter]. -[my twitter]: https://twitter.com/NattyDeathStar +If you have any questions you can probz find me on [twitter]. + +[twitter]: https://twitter.com/NattyDeathStar -Work in progress. Please stay tuned. +Work in progress. Please stay tuned for updates.