diff --git a/ScienceBowlScorecard.xcodeproj/project.pbxproj b/ScienceBowlScorecard.xcodeproj/project.pbxproj new file mode 100644 index 0000000..7c8cdae --- /dev/null +++ b/ScienceBowlScorecard.xcodeproj/project.pbxproj @@ -0,0 +1,427 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 17A2C46E1AA3C3CA007AB464 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A2C46D1AA3C3CA007AB464 /* main.m */; }; + 17A2C4711AA3C3CA007AB464 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A2C4701AA3C3CA007AB464 /* AppDelegate.m */; }; + 17A2C4741AA3C3CA007AB464 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A2C4731AA3C3CA007AB464 /* ViewController.m */; }; + 17A2C4771AA3C3CA007AB464 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 17A2C4751AA3C3CA007AB464 /* Main.storyboard */; }; + 17A2C4791AA3C3CA007AB464 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 17A2C4781AA3C3CA007AB464 /* Images.xcassets */; }; + 17A2C47C1AA3C3CA007AB464 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 17A2C47A1AA3C3CA007AB464 /* LaunchScreen.xib */; }; + 17A2C4881AA3C3CA007AB464 /* ScienceBowlScorecardTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A2C4871AA3C3CA007AB464 /* ScienceBowlScorecardTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 17A2C4821AA3C3CA007AB464 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 17A2C4601AA3C3CA007AB464 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 17A2C4671AA3C3CA007AB464; + remoteInfo = ScienceBowlScorecard; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 17A2C4681AA3C3CA007AB464 /* ScienceBowlScorecard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ScienceBowlScorecard.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 17A2C46C1AA3C3CA007AB464 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 17A2C46D1AA3C3CA007AB464 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 17A2C46F1AA3C3CA007AB464 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 17A2C4701AA3C3CA007AB464 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 17A2C4721AA3C3CA007AB464 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 17A2C4731AA3C3CA007AB464 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 17A2C4761AA3C3CA007AB464 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 17A2C4781AA3C3CA007AB464 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 17A2C47B1AA3C3CA007AB464 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; + 17A2C4811AA3C3CA007AB464 /* ScienceBowlScorecardTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ScienceBowlScorecardTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 17A2C4861AA3C3CA007AB464 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 17A2C4871AA3C3CA007AB464 /* ScienceBowlScorecardTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ScienceBowlScorecardTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 17A2C4651AA3C3CA007AB464 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 17A2C47E1AA3C3CA007AB464 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 17A2C45F1AA3C3CA007AB464 = { + isa = PBXGroup; + children = ( + 17A2C46A1AA3C3CA007AB464 /* ScienceBowlScorecard */, + 17A2C4841AA3C3CA007AB464 /* ScienceBowlScorecardTests */, + 17A2C4691AA3C3CA007AB464 /* Products */, + ); + sourceTree = ""; + }; + 17A2C4691AA3C3CA007AB464 /* Products */ = { + isa = PBXGroup; + children = ( + 17A2C4681AA3C3CA007AB464 /* ScienceBowlScorecard.app */, + 17A2C4811AA3C3CA007AB464 /* ScienceBowlScorecardTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 17A2C46A1AA3C3CA007AB464 /* ScienceBowlScorecard */ = { + isa = PBXGroup; + children = ( + 17A2C46F1AA3C3CA007AB464 /* AppDelegate.h */, + 17A2C4701AA3C3CA007AB464 /* AppDelegate.m */, + 17A2C4721AA3C3CA007AB464 /* ViewController.h */, + 17A2C4731AA3C3CA007AB464 /* ViewController.m */, + 17A2C4751AA3C3CA007AB464 /* Main.storyboard */, + 17A2C4781AA3C3CA007AB464 /* Images.xcassets */, + 17A2C47A1AA3C3CA007AB464 /* LaunchScreen.xib */, + 17A2C46B1AA3C3CA007AB464 /* Supporting Files */, + ); + path = ScienceBowlScorecard; + sourceTree = ""; + }; + 17A2C46B1AA3C3CA007AB464 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 17A2C46C1AA3C3CA007AB464 /* Info.plist */, + 17A2C46D1AA3C3CA007AB464 /* main.m */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 17A2C4841AA3C3CA007AB464 /* ScienceBowlScorecardTests */ = { + isa = PBXGroup; + children = ( + 17A2C4871AA3C3CA007AB464 /* ScienceBowlScorecardTests.m */, + 17A2C4851AA3C3CA007AB464 /* Supporting Files */, + ); + path = ScienceBowlScorecardTests; + sourceTree = ""; + }; + 17A2C4851AA3C3CA007AB464 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 17A2C4861AA3C3CA007AB464 /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 17A2C4671AA3C3CA007AB464 /* ScienceBowlScorecard */ = { + isa = PBXNativeTarget; + buildConfigurationList = 17A2C48B1AA3C3CA007AB464 /* Build configuration list for PBXNativeTarget "ScienceBowlScorecard" */; + buildPhases = ( + 17A2C4641AA3C3CA007AB464 /* Sources */, + 17A2C4651AA3C3CA007AB464 /* Frameworks */, + 17A2C4661AA3C3CA007AB464 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = ScienceBowlScorecard; + productName = ScienceBowlScorecard; + productReference = 17A2C4681AA3C3CA007AB464 /* ScienceBowlScorecard.app */; + productType = "com.apple.product-type.application"; + }; + 17A2C4801AA3C3CA007AB464 /* ScienceBowlScorecardTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 17A2C48E1AA3C3CA007AB464 /* Build configuration list for PBXNativeTarget "ScienceBowlScorecardTests" */; + buildPhases = ( + 17A2C47D1AA3C3CA007AB464 /* Sources */, + 17A2C47E1AA3C3CA007AB464 /* Frameworks */, + 17A2C47F1AA3C3CA007AB464 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 17A2C4831AA3C3CA007AB464 /* PBXTargetDependency */, + ); + name = ScienceBowlScorecardTests; + productName = ScienceBowlScorecardTests; + productReference = 17A2C4811AA3C3CA007AB464 /* ScienceBowlScorecardTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 17A2C4601AA3C3CA007AB464 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0610; + ORGANIZATIONNAME = "Ashley Dumaine"; + TargetAttributes = { + 17A2C4671AA3C3CA007AB464 = { + CreatedOnToolsVersion = 6.1.1; + }; + 17A2C4801AA3C3CA007AB464 = { + CreatedOnToolsVersion = 6.1.1; + TestTargetID = 17A2C4671AA3C3CA007AB464; + }; + }; + }; + buildConfigurationList = 17A2C4631AA3C3CA007AB464 /* Build configuration list for PBXProject "ScienceBowlScorecard" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 17A2C45F1AA3C3CA007AB464; + productRefGroup = 17A2C4691AA3C3CA007AB464 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 17A2C4671AA3C3CA007AB464 /* ScienceBowlScorecard */, + 17A2C4801AA3C3CA007AB464 /* ScienceBowlScorecardTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 17A2C4661AA3C3CA007AB464 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 17A2C4771AA3C3CA007AB464 /* Main.storyboard in Resources */, + 17A2C47C1AA3C3CA007AB464 /* LaunchScreen.xib in Resources */, + 17A2C4791AA3C3CA007AB464 /* Images.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 17A2C47F1AA3C3CA007AB464 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 17A2C4641AA3C3CA007AB464 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 17A2C4741AA3C3CA007AB464 /* ViewController.m in Sources */, + 17A2C4711AA3C3CA007AB464 /* AppDelegate.m in Sources */, + 17A2C46E1AA3C3CA007AB464 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 17A2C47D1AA3C3CA007AB464 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 17A2C4881AA3C3CA007AB464 /* ScienceBowlScorecardTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 17A2C4831AA3C3CA007AB464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 17A2C4671AA3C3CA007AB464 /* ScienceBowlScorecard */; + targetProxy = 17A2C4821AA3C3CA007AB464 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 17A2C4751AA3C3CA007AB464 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 17A2C4761AA3C3CA007AB464 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 17A2C47A1AA3C3CA007AB464 /* LaunchScreen.xib */ = { + isa = PBXVariantGroup; + children = ( + 17A2C47B1AA3C3CA007AB464 /* Base */, + ); + name = LaunchScreen.xib; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 17A2C4891AA3C3CA007AB464 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.1; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 17A2C48A1AA3C3CA007AB464 /* 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 = YES; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.1; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 17A2C48C1AA3C3CA007AB464 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = ScienceBowlScorecard/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 17A2C48D1AA3C3CA007AB464 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = ScienceBowlScorecard/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + 17A2C48F1AA3C3CA007AB464 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = ScienceBowlScorecardTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ScienceBowlScorecard.app/ScienceBowlScorecard"; + }; + name = Debug; + }; + 17A2C4901AA3C3CA007AB464 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + INFOPLIST_FILE = ScienceBowlScorecardTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ScienceBowlScorecard.app/ScienceBowlScorecard"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 17A2C4631AA3C3CA007AB464 /* Build configuration list for PBXProject "ScienceBowlScorecard" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 17A2C4891AA3C3CA007AB464 /* Debug */, + 17A2C48A1AA3C3CA007AB464 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 17A2C48B1AA3C3CA007AB464 /* Build configuration list for PBXNativeTarget "ScienceBowlScorecard" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 17A2C48C1AA3C3CA007AB464 /* Debug */, + 17A2C48D1AA3C3CA007AB464 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 17A2C48E1AA3C3CA007AB464 /* Build configuration list for PBXNativeTarget "ScienceBowlScorecardTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 17A2C48F1AA3C3CA007AB464 /* Debug */, + 17A2C4901AA3C3CA007AB464 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 17A2C4601AA3C3CA007AB464 /* Project object */; +} diff --git a/ScienceBowlScorecard.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ScienceBowlScorecard.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..ebec6ec --- /dev/null +++ b/ScienceBowlScorecard.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/ScienceBowlScorecard.xcodeproj/xcuserdata/x.xcuserdatad/xcschemes/ScienceBowlScorecard.xcscheme b/ScienceBowlScorecard.xcodeproj/xcuserdata/x.xcuserdatad/xcschemes/ScienceBowlScorecard.xcscheme new file mode 100644 index 0000000..b59f83d --- /dev/null +++ b/ScienceBowlScorecard.xcodeproj/xcuserdata/x.xcuserdatad/xcschemes/ScienceBowlScorecard.xcscheme @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + diff --git a/ScienceBowlScorecard.xcodeproj/xcuserdata/x.xcuserdatad/xcschemes/xcschememanagement.plist b/ScienceBowlScorecard.xcodeproj/xcuserdata/x.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..73bb9c1 --- /dev/null +++ b/ScienceBowlScorecard.xcodeproj/xcuserdata/x.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + ScienceBowlScorecard.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 17A2C4671AA3C3CA007AB464 + + primary + + + 17A2C4801AA3C3CA007AB464 + + primary + + + + + diff --git a/ScienceBowlScorecard/AppDelegate.h b/ScienceBowlScorecard/AppDelegate.h new file mode 100644 index 0000000..b6c6993 --- /dev/null +++ b/ScienceBowlScorecard/AppDelegate.h @@ -0,0 +1,17 @@ +// +// AppDelegate.h +// ScienceBowlScorecard +// +// Created by Ashley on 3/1/15. +// Copyright (c) 2015 Ashley Dumaine. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + + +@end + diff --git a/ScienceBowlScorecard/AppDelegate.m b/ScienceBowlScorecard/AppDelegate.m new file mode 100644 index 0000000..b209d7a --- /dev/null +++ b/ScienceBowlScorecard/AppDelegate.m @@ -0,0 +1,45 @@ +// +// AppDelegate.m +// ScienceBowlScorecard +// +// Created by Ashley on 3/1/15. +// Copyright (c) 2015 Ashley Dumaine. 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/ScienceBowlScorecard/Base.lproj/LaunchScreen.xib b/ScienceBowlScorecard/Base.lproj/LaunchScreen.xib new file mode 100644 index 0000000..97e2275 --- /dev/null +++ b/ScienceBowlScorecard/Base.lproj/LaunchScreen.xib @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ScienceBowlScorecard/Base.lproj/Main.storyboard b/ScienceBowlScorecard/Base.lproj/Main.storyboard new file mode 100644 index 0000000..d912f9d --- /dev/null +++ b/ScienceBowlScorecard/Base.lproj/Main.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ScienceBowlScorecard/Images.xcassets/AppIcon.appiconset/Contents.json b/ScienceBowlScorecard/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..118c98f --- /dev/null +++ b/ScienceBowlScorecard/Images.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/ScienceBowlScorecard/Info.plist b/ScienceBowlScorecard/Info.plist new file mode 100644 index 0000000..bf44bfb --- /dev/null +++ b/ScienceBowlScorecard/Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + com.example.$(PRODUCT_NAME:rfc1034identifier) + 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/ScienceBowlScorecard/ViewController.h b/ScienceBowlScorecard/ViewController.h new file mode 100644 index 0000000..8991741 --- /dev/null +++ b/ScienceBowlScorecard/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// ScienceBowlScorecard +// +// Created by Ashley on 3/1/15. +// Copyright (c) 2015 Ashley Dumaine. All rights reserved. +// + +#import + +@interface ViewController : UIViewController + + +@end + diff --git a/ScienceBowlScorecard/ViewController.m b/ScienceBowlScorecard/ViewController.m new file mode 100644 index 0000000..08784cf --- /dev/null +++ b/ScienceBowlScorecard/ViewController.m @@ -0,0 +1,27 @@ +// +// ViewController.m +// ScienceBowlScorecard +// +// Created by Ashley on 3/1/15. +// Copyright (c) 2015 Ashley Dumaine. 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/ScienceBowlScorecard/main.m b/ScienceBowlScorecard/main.m new file mode 100644 index 0000000..a7f2554 --- /dev/null +++ b/ScienceBowlScorecard/main.m @@ -0,0 +1,16 @@ +// +// main.m +// ScienceBowlScorecard +// +// Created by Ashley on 3/1/15. +// Copyright (c) 2015 Ashley Dumaine. 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/ScienceBowlScorecardTests/Info.plist b/ScienceBowlScorecardTests/Info.plist new file mode 100644 index 0000000..15204bd --- /dev/null +++ b/ScienceBowlScorecardTests/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + com.example.$(PRODUCT_NAME:rfc1034identifier) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/ScienceBowlScorecardTests/ScienceBowlScorecardTests.m b/ScienceBowlScorecardTests/ScienceBowlScorecardTests.m new file mode 100644 index 0000000..d311cc0 --- /dev/null +++ b/ScienceBowlScorecardTests/ScienceBowlScorecardTests.m @@ -0,0 +1,40 @@ +// +// ScienceBowlScorecardTests.m +// ScienceBowlScorecardTests +// +// Created by Ashley on 3/1/15. +// Copyright (c) 2015 Ashley Dumaine. All rights reserved. +// + +#import +#import + +@interface ScienceBowlScorecardTests : XCTestCase + +@end + +@implementation ScienceBowlScorecardTests + +- (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 { + // This is an example of a functional test case. + XCTAssert(YES, @"Pass"); +} + +- (void)testPerformanceExample { + // This is an example of a performance test case. + [self measureBlock:^{ + // Put the code you want to measure the time of here. + }]; +} + +@end