diff --git a/Contained/Contained.xcodeproj/project.pbxproj b/Contained/Contained.xcodeproj/project.pbxproj new file mode 100644 index 00000000..78fb707a --- /dev/null +++ b/Contained/Contained.xcodeproj/project.pbxproj @@ -0,0 +1,393 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 0B4BB418247308B600396F1B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B4BB417247308B600396F1B /* AppDelegate.swift */; }; + 0B4BB41A247308B600396F1B /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B4BB419247308B600396F1B /* SceneDelegate.swift */; }; + 0B4BB41F247308B600396F1B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0B4BB41D247308B600396F1B /* Main.storyboard */; }; + 0B4BB421247308D100396F1B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0B4BB420247308D100396F1B /* Assets.xcassets */; }; + 0B4BB424247308D100396F1B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0B4BB422247308D100396F1B /* LaunchScreen.storyboard */; }; + 0B4BB42C247312EC00396F1B /* SKSpriteNode+Utility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B4BB42B247312EC00396F1B /* SKSpriteNode+Utility.swift */; }; + 0B4BB42E247313AA00396F1B /* Info.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0B4BB42D247313AA00396F1B /* Info.storyboard */; }; + 0B4BB4332473170D00396F1B /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B4BB4322473170D00396F1B /* Settings.swift */; }; + 0B5107BF2474564800647CA7 /* CustomScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B5107BE2474564800647CA7 /* CustomScene.swift */; }; + 0B7847F124732EAB008EFE05 /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B7847F024732EAB008EFE05 /* GameViewController.swift */; }; + 0B7847F324732EBD008EFE05 /* InfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B7847F224732EBD008EFE05 /* InfoViewController.swift */; }; + 0B7847F524732EDC008EFE05 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B7847F424732EDC008EFE05 /* SettingsViewController.swift */; }; + 0B7847F8247331A7008EFE05 /* InfoDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B7847F7247331A7008EFE05 /* InfoDetailViewController.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 0B4BB414247308B600396F1B /* Contained.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Contained.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 0B4BB417247308B600396F1B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 0B4BB419247308B600396F1B /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; + 0B4BB41E247308B600396F1B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 0B4BB420247308D100396F1B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 0B4BB423247308D100396F1B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 0B4BB425247308D200396F1B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 0B4BB42B247312EC00396F1B /* SKSpriteNode+Utility.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "SKSpriteNode+Utility.swift"; path = "../../SKSpriteNode+Utility.swift"; sourceTree = ""; }; + 0B4BB42D247313AA00396F1B /* Info.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Info.storyboard; sourceTree = ""; }; + 0B4BB4322473170D00396F1B /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = ""; }; + 0B5107BE2474564800647CA7 /* CustomScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomScene.swift; sourceTree = ""; }; + 0B7847F024732EAB008EFE05 /* GameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameViewController.swift; sourceTree = ""; }; + 0B7847F224732EBD008EFE05 /* InfoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoViewController.swift; sourceTree = ""; }; + 0B7847F424732EDC008EFE05 /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = ""; }; + 0B7847F7247331A7008EFE05 /* InfoDetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoDetailViewController.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 0B4BB411247308B600396F1B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 0B4BB40B247308B500396F1B = { + isa = PBXGroup; + children = ( + 0B4BB416247308B600396F1B /* Contained */, + 0B4BB415247308B600396F1B /* Products */, + ); + sourceTree = ""; + }; + 0B4BB415247308B600396F1B /* Products */ = { + isa = PBXGroup; + children = ( + 0B4BB414247308B600396F1B /* Contained.app */, + ); + name = Products; + sourceTree = ""; + }; + 0B4BB416247308B600396F1B /* Contained */ = { + isa = PBXGroup; + children = ( + 0B4BB42F247313B800396F1B /* Storyboards */, + 0B4BB42B247312EC00396F1B /* SKSpriteNode+Utility.swift */, + 0B4BB425247308D200396F1B /* Info.plist */, + 0B4BB4302473163800396F1B /* Resources */, + 0B7847F624732F10008EFE05 /* View Controllers */, + ); + path = Contained; + sourceTree = ""; + }; + 0B4BB42F247313B800396F1B /* Storyboards */ = { + isa = PBXGroup; + children = ( + 0B4BB41D247308B600396F1B /* Main.storyboard */, + 0B4BB422247308D100396F1B /* LaunchScreen.storyboard */, + 0B4BB42D247313AA00396F1B /* Info.storyboard */, + ); + path = Storyboards; + sourceTree = ""; + }; + 0B4BB4302473163800396F1B /* Resources */ = { + isa = PBXGroup; + children = ( + 0B4BB417247308B600396F1B /* AppDelegate.swift */, + 0B4BB419247308B600396F1B /* SceneDelegate.swift */, + 0B4BB420247308D100396F1B /* Assets.xcassets */, + ); + path = Resources; + sourceTree = ""; + }; + 0B7847F624732F10008EFE05 /* View Controllers */ = { + isa = PBXGroup; + children = ( + 0B4BB4322473170D00396F1B /* Settings.swift */, + 0B7847F024732EAB008EFE05 /* GameViewController.swift */, + 0B5107BE2474564800647CA7 /* CustomScene.swift */, + 0B7847F224732EBD008EFE05 /* InfoViewController.swift */, + 0B7847F424732EDC008EFE05 /* SettingsViewController.swift */, + 0B7847F7247331A7008EFE05 /* InfoDetailViewController.swift */, + ); + path = "View Controllers"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 0B4BB413247308B600396F1B /* Contained */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0B4BB428247308D200396F1B /* Build configuration list for PBXNativeTarget "Contained" */; + buildPhases = ( + 0B4BB410247308B600396F1B /* Sources */, + 0B4BB411247308B600396F1B /* Frameworks */, + 0B4BB412247308B600396F1B /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Contained; + productName = Contained; + productReference = 0B4BB414247308B600396F1B /* Contained.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 0B4BB40C247308B600396F1B /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1130; + LastUpgradeCheck = 1130; + ORGANIZATIONNAME = "Rebecca Overare"; + TargetAttributes = { + 0B4BB413247308B600396F1B = { + CreatedOnToolsVersion = 11.3.1; + }; + }; + }; + buildConfigurationList = 0B4BB40F247308B600396F1B /* Build configuration list for PBXProject "Contained" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 0B4BB40B247308B500396F1B; + productRefGroup = 0B4BB415247308B600396F1B /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 0B4BB413247308B600396F1B /* Contained */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 0B4BB412247308B600396F1B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0B4BB424247308D100396F1B /* LaunchScreen.storyboard in Resources */, + 0B4BB421247308D100396F1B /* Assets.xcassets in Resources */, + 0B4BB42E247313AA00396F1B /* Info.storyboard in Resources */, + 0B4BB41F247308B600396F1B /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 0B4BB410247308B600396F1B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0B7847F124732EAB008EFE05 /* GameViewController.swift in Sources */, + 0B4BB42C247312EC00396F1B /* SKSpriteNode+Utility.swift in Sources */, + 0B7847F524732EDC008EFE05 /* SettingsViewController.swift in Sources */, + 0B4BB418247308B600396F1B /* AppDelegate.swift in Sources */, + 0B4BB4332473170D00396F1B /* Settings.swift in Sources */, + 0B7847F324732EBD008EFE05 /* InfoViewController.swift in Sources */, + 0B4BB41A247308B600396F1B /* SceneDelegate.swift in Sources */, + 0B7847F8247331A7008EFE05 /* InfoDetailViewController.swift in Sources */, + 0B5107BF2474564800647CA7 /* CustomScene.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 0B4BB41D247308B600396F1B /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 0B4BB41E247308B600396F1B /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 0B4BB422247308D100396F1B /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 0B4BB423247308D100396F1B /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 0B4BB426247308D200396F1B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + 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 = 13.2; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 0B4BB427247308D200396F1B /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + 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 = 13.2; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 0B4BB429247308D200396F1B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = Contained/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.RebeccaOverare.Contained; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 0B4BB42A247308D200396F1B /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = Contained/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.RebeccaOverare.Contained; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 0B4BB40F247308B600396F1B /* Build configuration list for PBXProject "Contained" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B4BB426247308D200396F1B /* Debug */, + 0B4BB427247308D200396F1B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 0B4BB428247308D200396F1B /* Build configuration list for PBXNativeTarget "Contained" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B4BB429247308D200396F1B /* Debug */, + 0B4BB42A247308D200396F1B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 0B4BB40C247308B600396F1B /* Project object */; +} diff --git a/Contained/Contained.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Contained/Contained.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..078aecf1 --- /dev/null +++ b/Contained/Contained.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Contained/Contained.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Contained/Contained.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 00000000..18d98100 --- /dev/null +++ b/Contained/Contained.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Contained/Contained.xcodeproj/project.xcworkspace/xcuserdata/rebeccaoverare.xcuserdatad/UserInterfaceState.xcuserstate b/Contained/Contained.xcodeproj/project.xcworkspace/xcuserdata/rebeccaoverare.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 00000000..c1a27907 Binary files /dev/null and b/Contained/Contained.xcodeproj/project.xcworkspace/xcuserdata/rebeccaoverare.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Contained/Contained.xcodeproj/xcuserdata/rebeccaoverare.xcuserdatad/xcschemes/xcschememanagement.plist b/Contained/Contained.xcodeproj/xcuserdata/rebeccaoverare.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 00000000..c9bbbbdc --- /dev/null +++ b/Contained/Contained.xcodeproj/xcuserdata/rebeccaoverare.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + Contained.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/Contained/Contained/Info.plist b/Contained/Contained/Info.plist new file mode 100644 index 00000000..b5f9c079 --- /dev/null +++ b/Contained/Contained/Info.plist @@ -0,0 +1,62 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + UIWindowSceneSessionRoleApplication + + + UISceneConfigurationName + Default Configuration + UISceneDelegateClassName + $(PRODUCT_MODULE_NAME).SceneDelegate + UISceneStoryboardFile + Main + + + + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/Contained/Contained/Resources/AppDelegate.swift b/Contained/Contained/Resources/AppDelegate.swift new file mode 100644 index 00000000..0d3a0b5c --- /dev/null +++ b/Contained/Contained/Resources/AppDelegate.swift @@ -0,0 +1,37 @@ +// +// AppDelegate.swift +// Contained +// +// Created by Rebecca Overare on 5/18/20. +// Copyright © 2020 Rebecca Overare. All rights reserved. +// + +import UIKit + +@UIApplicationMain +class AppDelegate: UIResponder, UIApplicationDelegate { + + + + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { + // Override point for customization after application launch. + return true + } + + // MARK: UISceneSession Lifecycle + + func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration { + // Called when a new scene session is being created. + // Use this method to select a configuration to create the new scene with. + return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role) + } + + func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set) { + // Called when the user discards a scene session. + // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions. + // Use this method to release any resources that were specific to the discarded scenes, as they will not return. + } + + +} + diff --git a/Contained/Contained/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 00000000..d8db8d65 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,98 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, + { + "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" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "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" + }, + { + "idiom" : "ipad", + "size" : "83.5x83.5", + "scale" : "2x" + }, + { + "idiom" : "ios-marketing", + "size" : "1024x1024", + "scale" : "1x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/Art/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Art/Contents.json new file mode 100644 index 00000000..da4a164c --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Art/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/Contents.json new file mode 100644 index 00000000..de1a7900 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "game_controller.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "game_controller@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "game_controller@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller.png b/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller.png new file mode 100644 index 00000000..df0891d5 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@2x.png b/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@2x.png new file mode 100644 index 00000000..336e170d Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@2x.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@3x.png b/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@3x.png new file mode 100644 index 00000000..3b8ac924 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@3x.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/Contents.json new file mode 100644 index 00000000..c7d3dae4 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "info.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "info@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "info@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info.png b/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info.png new file mode 100644 index 00000000..64c0cb1e Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info@2x.png b/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info@2x.png new file mode 100644 index 00000000..c623f0b9 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info@2x.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info@3x.png b/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info@3x.png new file mode 100644 index 00000000..1bf21719 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info@3x.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/Contents.json new file mode 100644 index 00000000..a683f09c --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "settings.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "settings@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "settings@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings.png b/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings.png new file mode 100644 index 00000000..8f712b18 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings@2x.png b/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings@2x.png new file mode 100644 index 00000000..5ed4658a Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings@2x.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings@3x.png b/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings@3x.png new file mode 100644 index 00000000..674bea76 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings@3x.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Contents.json new file mode 100644 index 00000000..da4a164c --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/Contents.json new file mode 100644 index 00000000..da4a164c --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json new file mode 100644 index 00000000..ed1668a3 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab000.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png new file mode 100644 index 00000000..44e75239 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json new file mode 100644 index 00000000..81e63018 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab001.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png new file mode 100644 index 00000000..2955a887 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json new file mode 100644 index 00000000..3c033d83 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab002.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png new file mode 100644 index 00000000..5c349dfd Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json new file mode 100644 index 00000000..5a45435d --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab003.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png new file mode 100644 index 00000000..d188ced7 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json new file mode 100644 index 00000000..3acb71b6 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab004.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png new file mode 100644 index 00000000..5eb03bfb Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json new file mode 100644 index 00000000..d745383a --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab005.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png new file mode 100644 index 00000000..426a5f49 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json new file mode 100644 index 00000000..4057ce3b --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab006.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png new file mode 100644 index 00000000..dbcd871c Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json new file mode 100644 index 00000000..73451e55 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab007.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png new file mode 100644 index 00000000..c632854c Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json new file mode 100644 index 00000000..2ca45533 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab008.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png new file mode 100644 index 00000000..a78ad9a6 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json new file mode 100644 index 00000000..cea7239d --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab009.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png new file mode 100644 index 00000000..b5f8b19d Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json new file mode 100644 index 00000000..b24f467e --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab010.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png new file mode 100644 index 00000000..63e91f0f Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json new file mode 100644 index 00000000..f7f43184 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab011.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png new file mode 100644 index 00000000..4cfa8b3e Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json new file mode 100644 index 00000000..8f3aa72e --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab012.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png new file mode 100644 index 00000000..85ef0e48 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json new file mode 100644 index 00000000..afc31530 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab013.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png new file mode 100644 index 00000000..56f5ee12 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json new file mode 100644 index 00000000..8a76e139 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab014.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png new file mode 100644 index 00000000..40035783 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json new file mode 100644 index 00000000..f97294f2 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab015.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png new file mode 100644 index 00000000..ea143c89 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json new file mode 100644 index 00000000..4ede6fe4 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab016.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png new file mode 100644 index 00000000..b5cef379 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json new file mode 100644 index 00000000..a995f10f --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab017.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png new file mode 100644 index 00000000..73e79a08 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json new file mode 100644 index 00000000..1c3ba6bf --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab018.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png new file mode 100644 index 00000000..77a3cdb5 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json new file mode 100644 index 00000000..1d3140ad --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab019.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png new file mode 100644 index 00000000..fe68c7de Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json new file mode 100644 index 00000000..1ce8db0a --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab020.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png new file mode 100644 index 00000000..82761cb3 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json new file mode 100644 index 00000000..358e30d0 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab021.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png new file mode 100644 index 00000000..263672dc Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json new file mode 100644 index 00000000..9c0611ba --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab022.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png new file mode 100644 index 00000000..a0193d42 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json new file mode 100644 index 00000000..2c54db45 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "happycrab023.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png new file mode 100644 index 00000000..44e75239 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/Contents.json new file mode 100644 index 00000000..da4a164c --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json new file mode 100644 index 00000000..12028aff --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab000.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png new file mode 100644 index 00000000..58f82231 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json new file mode 100644 index 00000000..6dee5cf0 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab001.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png new file mode 100644 index 00000000..c8131339 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json new file mode 100644 index 00000000..867dcb69 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab002.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png new file mode 100644 index 00000000..3bde9890 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json new file mode 100644 index 00000000..584f0b6b --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab003.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png new file mode 100644 index 00000000..0dfcefd7 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json new file mode 100644 index 00000000..5db47231 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab004.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png new file mode 100644 index 00000000..74a2affb Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json new file mode 100644 index 00000000..1e5e8023 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab005.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png new file mode 100644 index 00000000..2ada577f Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json new file mode 100644 index 00000000..76f7847f --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab006.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png new file mode 100644 index 00000000..119af595 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json new file mode 100644 index 00000000..9c4a6386 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab007.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png new file mode 100644 index 00000000..173ce4ab Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json new file mode 100644 index 00000000..ec2d7653 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab008.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png new file mode 100644 index 00000000..6739a283 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json new file mode 100644 index 00000000..749aa7f4 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab009.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png new file mode 100644 index 00000000..a38d3345 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json new file mode 100644 index 00000000..902a95c0 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab010.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png new file mode 100644 index 00000000..b25945c1 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json new file mode 100644 index 00000000..db1f4396 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab011.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png new file mode 100644 index 00000000..b25945c1 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json new file mode 100644 index 00000000..8c7cb5e6 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab012.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png new file mode 100644 index 00000000..b25945c1 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json new file mode 100644 index 00000000..7c447833 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab013.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png new file mode 100644 index 00000000..4913c042 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json new file mode 100644 index 00000000..36e20dca --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab014.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png new file mode 100644 index 00000000..f09f4ab6 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json new file mode 100644 index 00000000..cd038eb5 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab015.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png new file mode 100644 index 00000000..56a6ece4 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json new file mode 100644 index 00000000..78409898 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab016.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png new file mode 100644 index 00000000..db8c6c18 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json new file mode 100644 index 00000000..2d8617f2 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab017.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png new file mode 100644 index 00000000..328861b7 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json new file mode 100644 index 00000000..e27252f9 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab018.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png new file mode 100644 index 00000000..4cb0a7f9 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json new file mode 100644 index 00000000..ec4d7606 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab019.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png new file mode 100644 index 00000000..241c67c0 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json new file mode 100644 index 00000000..ea635602 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab020.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png new file mode 100644 index 00000000..44aa5a52 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json new file mode 100644 index 00000000..78a7a775 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "waitingcrab021.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png new file mode 100644 index 00000000..88df0cb0 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png differ diff --git a/Contained/Contained/Resources/SceneDelegate.swift b/Contained/Contained/Resources/SceneDelegate.swift new file mode 100644 index 00000000..5ccf0abd --- /dev/null +++ b/Contained/Contained/Resources/SceneDelegate.swift @@ -0,0 +1,53 @@ +// +// SceneDelegate.swift +// Contained +// +// Created by Rebecca Overare on 5/18/20. +// Copyright © 2020 Rebecca Overare. All rights reserved. +// + +import UIKit + +class SceneDelegate: UIResponder, UIWindowSceneDelegate { + + var window: UIWindow? + + + func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { + // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`. + // If using a storyboard, the `window` property will automatically be initialized and attached to the scene. + // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead). + guard let _ = (scene as? UIWindowScene) else { return } + } + + func sceneDidDisconnect(_ scene: UIScene) { + // Called as the scene is being released by the system. + // This occurs shortly after the scene enters the background, or when its session is discarded. + // Release any resources associated with this scene that can be re-created the next time the scene connects. + // The scene may re-connect later, as its session was not neccessarily discarded (see `application:didDiscardSceneSessions` instead). + } + + func sceneDidBecomeActive(_ scene: UIScene) { + // Called when the scene has moved from an inactive state to an active state. + // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive. + } + + func sceneWillResignActive(_ scene: UIScene) { + // Called when the scene will move from an active state to an inactive state. + // This may occur due to temporary interruptions (ex. an incoming phone call). + } + + func sceneWillEnterForeground(_ scene: UIScene) { + // Called as the scene transitions from the background to the foreground. + // Use this method to undo the changes made on entering the background. + } + + func sceneDidEnterBackground(_ scene: UIScene) { + // Called as the scene transitions from the foreground to the background. + // Use this method to save data, release shared resources, and store enough scene-specific state information + // to restore the scene back to its current state. + } + + +} + diff --git a/Contained/Contained/Storyboards/Base.lproj/LaunchScreen.storyboard b/Contained/Contained/Storyboards/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 00000000..865e9329 --- /dev/null +++ b/Contained/Contained/Storyboards/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Contained/Contained/Storyboards/Base.lproj/Main.storyboard b/Contained/Contained/Storyboards/Base.lproj/Main.storyboard new file mode 100644 index 00000000..69a1e8cf --- /dev/null +++ b/Contained/Contained/Storyboards/Base.lproj/Main.storyboard @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Contained/Contained/Storyboards/Info.storyboard b/Contained/Contained/Storyboards/Info.storyboard new file mode 100644 index 00000000..6d11add0 --- /dev/null +++ b/Contained/Contained/Storyboards/Info.storyboard @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Contained/Contained/View Controllers/CustomScene.swift b/Contained/Contained/View Controllers/CustomScene.swift new file mode 100644 index 00000000..ff15761d --- /dev/null +++ b/Contained/Contained/View Controllers/CustomScene.swift @@ -0,0 +1,53 @@ +// +// CustomScene.swift +// Contained +// +// Created by Rebecca Overare on 5/19/20. +// Copyright © 2020 Rebecca Overare. All rights reserved. +// + +import SpriteKit + +class CustomScene: SKScene { + + let crab = SKSpriteNode() + + // Add and center child, initializing animation sequence + override func sceneDidLoad() { + super.sceneDidLoad() + addChild(crab) + crab.loadTextures(named: "HappyCrab", forKey: SKSpriteNode.textureKey) + crab.position = CGPoint(x: frame.midX, y: frame.midY) + } + + // Move to touch + public override func touchesBegan(_ touches: Set, with event: UIEvent?) { + + // Fetch a touch or leave + guard !touches.isEmpty, let touch = touches.first else { return } + + // Retrieve position + let position = touch.location(in: self) + + // Create move action + let actionDuration = 1.0 + let moveAction = SKAction.move(to: position, duration: actionDuration) + + let rollAction = SKAction.rotate(byAngle: CGFloat.pi * 2, duration: actionDuration) + let zoomAction = SKAction.scale(by: 1.3, duration: 0.3) + let unzoomAction = SKAction.scale(to: 1.0, duration: 0.1) + + switch Settings.shared.shouldZoom { + case false: + crab.run(moveAction) + case true: + let sequenceAction = SKAction.sequence([zoomAction, moveAction, unzoomAction]) + crab.run(sequenceAction) + } + + if Settings.shared.shouldRoll { + crab.run(rollAction) + } + } + +} diff --git a/Contained/Contained/View Controllers/GameViewController.swift b/Contained/Contained/View Controllers/GameViewController.swift new file mode 100644 index 00000000..92b7e81b --- /dev/null +++ b/Contained/Contained/View Controllers/GameViewController.swift @@ -0,0 +1,22 @@ +// +// GameViewController.swift +// Contained +// +// Created by Rebecca Overare on 5/18/20. +// Copyright © 2020 Rebecca Overare. All rights reserved. +// + +import SpriteKit + +class GameViewController: UIViewController { + + @IBOutlet weak var skview: SKView! + + var skscene: CustomScene? = nil + + override func viewDidAppear(_ animated: Bool) { + super.viewDidAppear(animated) + skscene = CustomScene(size: view.bounds.size) + skview.presentScene(skscene) + } +} diff --git a/Contained/Contained/View Controllers/InfoDetailViewController.swift b/Contained/Contained/View Controllers/InfoDetailViewController.swift new file mode 100644 index 00000000..8e4e2381 --- /dev/null +++ b/Contained/Contained/View Controllers/InfoDetailViewController.swift @@ -0,0 +1,16 @@ +// +// InfoDetailViewController.swift +// Contained +// +// Created by Rebecca Overare on 5/18/20. +// Copyright © 2020 Rebecca Overare. All rights reserved. +// + +import UIKit + +class InfoDetailViewController: InfoViewController { + + @IBAction func done(_ sender: Any) { navigationController?.popToRootViewController(animated: true) + } + +} diff --git a/Contained/Contained/View Controllers/InfoViewController.swift b/Contained/Contained/View Controllers/InfoViewController.swift new file mode 100644 index 00000000..4e5e2804 --- /dev/null +++ b/Contained/Contained/View Controllers/InfoViewController.swift @@ -0,0 +1,30 @@ +// +// InfoViewController.swift +// Contained +// +// Created by Rebecca Overare on 5/18/20. +// Copyright © 2020 Rebecca Overare. All rights reserved. +// + +import UIKit + +class InfoViewController: UIViewController { + + override func viewDidLoad() { + super.viewDidLoad() + + // Do any additional setup after loading the view. + } + + + /* + // MARK: - Navigation + + // In a storyboard-based application, you will often want to do a little preparation before navigation + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { + // Get the new view controller using segue.destination. + // Pass the selected object to the new view controller. + } + */ + +} diff --git a/Contained/Contained/View Controllers/Settings.swift b/Contained/Contained/View Controllers/Settings.swift new file mode 100644 index 00000000..6008f8cb --- /dev/null +++ b/Contained/Contained/View Controllers/Settings.swift @@ -0,0 +1,17 @@ +// +// Settings.swift +// Contained +// +// Created by Rebecca Overare on 5/18/20. +// Copyright © 2020 Rebecca Overare. All rights reserved. +// + +import Foundation + +class Settings { + static let shared = Settings() + private init() {} + + var shouldRoll = false + var shouldZoom = false +} diff --git a/Contained/Contained/View Controllers/SettingsViewController.swift b/Contained/Contained/View Controllers/SettingsViewController.swift new file mode 100644 index 00000000..00ba8426 --- /dev/null +++ b/Contained/Contained/View Controllers/SettingsViewController.swift @@ -0,0 +1,28 @@ +// +// SettingsViewController.swift +// Contained +// +// Created by Rebecca Overare on 5/18/20. +// Copyright © 2020 Rebecca Overare. All rights reserved. +// + +import UIKit + +class SettingsViewController: UIViewController { + + override func viewDidLoad() { + super.viewDidLoad() + + // Do any additional setup after loading the view. + } + + @IBAction func toggleRoll(_ sender: UISwitch) { + + +} + + @IBAction func toggleZoom(_ sender: UISwitch) { + } + + +}