diff --git a/Contained/Contained.xcodeproj/project.pbxproj b/Contained/Contained.xcodeproj/project.pbxproj new file mode 100644 index 00000000..d40fdc0d --- /dev/null +++ b/Contained/Contained.xcodeproj/project.pbxproj @@ -0,0 +1,395 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + E811FDB5247318990014FB64 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E811FDB4247318990014FB64 /* AppDelegate.swift */; }; + E811FDB7247318990014FB64 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E811FDB6247318990014FB64 /* SceneDelegate.swift */; }; + E811FDBC247318990014FB64 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E811FDBA247318990014FB64 /* Main.storyboard */; }; + E811FDBE247318A30014FB64 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E811FDBD247318A30014FB64 /* Assets.xcassets */; }; + E811FDC1247318A30014FB64 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E811FDBF247318A30014FB64 /* LaunchScreen.storyboard */; }; + E811FDE224731BBC0014FB64 /* SKSpriteNode+Utility.swift in Sources */ = {isa = PBXBuildFile; fileRef = E811FDE124731BBC0014FB64 /* SKSpriteNode+Utility.swift */; }; + E811FDE424731BE70014FB64 /* Info.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E811FDE324731BE70014FB64 /* Info.storyboard */; }; + E811FDE724731CED0014FB64 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = E811FDE624731CED0014FB64 /* Settings.swift */; }; + E811FDED24733B430014FB64 /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E811FDEC24733B430014FB64 /* GameViewController.swift */; }; + E811FDEF24733B550014FB64 /* InfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E811FDEE24733B550014FB64 /* InfoViewController.swift */; }; + E811FDF124733B660014FB64 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E811FDF024733B660014FB64 /* SettingsViewController.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + E811FDB1247318990014FB64 /* Contained.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Contained.app; sourceTree = BUILT_PRODUCTS_DIR; }; + E811FDB4247318990014FB64 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + E811FDB6247318990014FB64 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; + E811FDBB247318990014FB64 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + E811FDBD247318A30014FB64 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + E811FDC0247318A30014FB64 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + E811FDC2247318A30014FB64 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + E811FDE124731BBC0014FB64 /* SKSpriteNode+Utility.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "SKSpriteNode+Utility.swift"; path = "../../../SKSpriteNode+Utility.swift"; sourceTree = ""; }; + E811FDE324731BE70014FB64 /* Info.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Info.storyboard; sourceTree = SOURCE_ROOT; }; + E811FDE624731CED0014FB64 /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = ""; }; + E811FDEC24733B430014FB64 /* GameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = GameViewController.swift; path = Contained/StoryBoards/GameViewController.swift; sourceTree = SOURCE_ROOT; }; + E811FDEE24733B550014FB64 /* InfoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoViewController.swift; sourceTree = ""; }; + E811FDF024733B660014FB64 /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + E811FDAE247318990014FB64 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + E811FDA8247318980014FB64 = { + isa = PBXGroup; + children = ( + E811FDB3247318990014FB64 /* Contained */, + E811FDB2247318990014FB64 /* Products */, + ); + sourceTree = ""; + }; + E811FDB2247318990014FB64 /* Products */ = { + isa = PBXGroup; + children = ( + E811FDB1247318990014FB64 /* Contained.app */, + ); + name = Products; + sourceTree = ""; + }; + E811FDB3247318990014FB64 /* Contained */ = { + isa = PBXGroup; + children = ( + E811FDE524731CD80014FB64 /* Models */, + E811FDC8247319590014FB64 /* ViewControllers */, + E811FDCA247319850014FB64 /* Resources */, + E811FDC9247319700014FB64 /* StoryBoards */, + E811FDC2247318A30014FB64 /* Info.plist */, + ); + path = Contained; + sourceTree = ""; + }; + E811FDC8247319590014FB64 /* ViewControllers */ = { + isa = PBXGroup; + children = ( + E811FDEC24733B430014FB64 /* GameViewController.swift */, + E811FDEE24733B550014FB64 /* InfoViewController.swift */, + E811FDF024733B660014FB64 /* SettingsViewController.swift */, + ); + path = ViewControllers; + sourceTree = ""; + }; + E811FDC9247319700014FB64 /* StoryBoards */ = { + isa = PBXGroup; + children = ( + E811FDE324731BE70014FB64 /* Info.storyboard */, + E811FDBA247318990014FB64 /* Main.storyboard */, + E811FDBF247318A30014FB64 /* LaunchScreen.storyboard */, + ); + path = StoryBoards; + sourceTree = ""; + }; + E811FDCA247319850014FB64 /* Resources */ = { + isa = PBXGroup; + children = ( + E811FDB4247318990014FB64 /* AppDelegate.swift */, + E811FDB6247318990014FB64 /* SceneDelegate.swift */, + E811FDE124731BBC0014FB64 /* SKSpriteNode+Utility.swift */, + E811FDBD247318A30014FB64 /* Assets.xcassets */, + ); + path = Resources; + sourceTree = ""; + }; + E811FDE524731CD80014FB64 /* Models */ = { + isa = PBXGroup; + children = ( + E811FDE624731CED0014FB64 /* Settings.swift */, + ); + path = Models; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + E811FDB0247318990014FB64 /* Contained */ = { + isa = PBXNativeTarget; + buildConfigurationList = E811FDC5247318A30014FB64 /* Build configuration list for PBXNativeTarget "Contained" */; + buildPhases = ( + E811FDAD247318990014FB64 /* Sources */, + E811FDAE247318990014FB64 /* Frameworks */, + E811FDAF247318990014FB64 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Contained; + productName = Contained; + productReference = E811FDB1247318990014FB64 /* Contained.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + E811FDA9247318980014FB64 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1140; + LastUpgradeCheck = 1140; + ORGANIZATIONNAME = Love; + TargetAttributes = { + E811FDB0247318990014FB64 = { + CreatedOnToolsVersion = 11.4.1; + }; + }; + }; + buildConfigurationList = E811FDAC247318980014FB64 /* Build configuration list for PBXProject "Contained" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = E811FDA8247318980014FB64; + productRefGroup = E811FDB2247318990014FB64 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + E811FDB0247318990014FB64 /* Contained */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + E811FDAF247318990014FB64 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E811FDC1247318A30014FB64 /* LaunchScreen.storyboard in Resources */, + E811FDBE247318A30014FB64 /* Assets.xcassets in Resources */, + E811FDE424731BE70014FB64 /* Info.storyboard in Resources */, + E811FDBC247318990014FB64 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + E811FDAD247318990014FB64 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E811FDED24733B430014FB64 /* GameViewController.swift in Sources */, + E811FDE224731BBC0014FB64 /* SKSpriteNode+Utility.swift in Sources */, + E811FDF124733B660014FB64 /* SettingsViewController.swift in Sources */, + E811FDB5247318990014FB64 /* AppDelegate.swift in Sources */, + E811FDE724731CED0014FB64 /* Settings.swift in Sources */, + E811FDEF24733B550014FB64 /* InfoViewController.swift in Sources */, + E811FDB7247318990014FB64 /* SceneDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + E811FDBA247318990014FB64 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + E811FDBB247318990014FB64 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + E811FDBF247318A30014FB64 /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + E811FDC0247318A30014FB64 /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + E811FDC3247318A30014FB64 /* 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.4; + 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; + }; + E811FDC4247318A30014FB64 /* 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.4; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + E811FDC6247318A30014FB64 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 9R25T4JLNG; + INFOPLIST_FILE = Contained/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.Love.Contained; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + E811FDC7247318A30014FB64 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 9R25T4JLNG; + INFOPLIST_FILE = Contained/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.Love.Contained; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + E811FDAC247318980014FB64 /* Build configuration list for PBXProject "Contained" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E811FDC3247318A30014FB64 /* Debug */, + E811FDC4247318A30014FB64 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E811FDC5247318A30014FB64 /* Build configuration list for PBXNativeTarget "Contained" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E811FDC6247318A30014FB64 /* Debug */, + E811FDC7247318A30014FB64 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = E811FDA9247318980014FB64 /* 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/violetlove.xcuserdatad/UserInterfaceState.xcuserstate b/Contained/Contained.xcodeproj/project.xcworkspace/xcuserdata/violetlove.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 00000000..166a9137 Binary files /dev/null and b/Contained/Contained.xcodeproj/project.xcworkspace/xcuserdata/violetlove.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Contained/Contained.xcodeproj/xcuserdata/violetlove.xcuserdatad/xcschemes/xcschememanagement.plist b/Contained/Contained.xcodeproj/xcuserdata/violetlove.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 00000000..c9bbbbdc --- /dev/null +++ b/Contained/Contained.xcodeproj/xcuserdata/violetlove.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/Models/Settings.swift b/Contained/Contained/Models/Settings.swift new file mode 100644 index 00000000..a980f9e9 --- /dev/null +++ b/Contained/Contained/Models/Settings.swift @@ -0,0 +1,17 @@ +// +// Settings.swift +// Contained +// +// Created by Violet Lavender Love on 5/18/20. +// Copyright © 2020 Love. All rights reserved. +// + +import Foundation + +class Settings { + static let shared = Settings() + private init() {} + + var shouldRoll = false + var shouldZoom = false +} diff --git a/Contained/Contained/Resources/AppDelegate.swift b/Contained/Contained/Resources/AppDelegate.swift new file mode 100644 index 00000000..a7fda5dd --- /dev/null +++ b/Contained/Contained/Resources/AppDelegate.swift @@ -0,0 +1,37 @@ +// +// AppDelegate.swift +// Contained +// +// Created by Violet Lavender Love on 5/18/20. +// Copyright © 2020 Love. 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..9221b9bb --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,98 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "60x60" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "60x60" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "20x20" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "40x40" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "76x76" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "76x76" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "83.5x83.5" + }, + { + "idiom" : "ios-marketing", + "scale" : "1x", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} 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..73c00596 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Art/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} 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..3749084c --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "game_controller.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "game_controller@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "game_controller@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Art/game_controller.png b/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller.png similarity index 100% rename from Art/game_controller.png rename to Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller.png diff --git a/Art/game_controller@2x.png b/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@2x.png similarity index 100% rename from Art/game_controller@2x.png rename to Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@2x.png diff --git a/Art/game_controller@3x.png b/Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@3x.png similarity index 100% rename from Art/game_controller@3x.png rename to Contained/Contained/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@3x.png 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..0a927f68 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "info.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "info@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "info@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Art/info.png b/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info.png similarity index 100% rename from Art/info.png rename to Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info.png diff --git a/Art/info@2x.png b/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info@2x.png similarity index 100% rename from Art/info@2x.png rename to Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info@2x.png diff --git a/Art/info@3x.png b/Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info@3x.png similarity index 100% rename from Art/info@3x.png rename to Contained/Contained/Resources/Assets.xcassets/Art/info.imageset/info@3x.png 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..e30c46c5 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "settings.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "settings@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "settings@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Art/settings.png b/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings.png similarity index 100% rename from Art/settings.png rename to Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings.png diff --git a/Art/settings@2x.png b/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings@2x.png similarity index 100% rename from Art/settings@2x.png rename to Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings@2x.png diff --git a/Art/settings@3x.png b/Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings@3x.png similarity index 100% rename from Art/settings@3x.png rename to Contained/Contained/Resources/Assets.xcassets/Art/settings.imageset/settings@3x.png diff --git a/Contained/Contained/Resources/Assets.xcassets/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/Contents.json new file mode 100644 index 00000000..da4a164c --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/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/Crab/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json new file mode 100644 index 00000000..c04ecc76 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab000.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png new file mode 100644 index 00000000..44e75239 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json new file mode 100644 index 00000000..a9495122 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab001.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png new file mode 100644 index 00000000..2955a887 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json new file mode 100644 index 00000000..8e998456 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab002.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png new file mode 100644 index 00000000..5c349dfd Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json new file mode 100644 index 00000000..00ef86e2 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab003.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png new file mode 100644 index 00000000..d188ced7 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json new file mode 100644 index 00000000..4d8b91c5 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab004.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png new file mode 100644 index 00000000..5eb03bfb Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json new file mode 100644 index 00000000..d17d32a0 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab005.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png new file mode 100644 index 00000000..426a5f49 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json new file mode 100644 index 00000000..9b2205c6 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab006.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png new file mode 100644 index 00000000..dbcd871c Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json new file mode 100644 index 00000000..3ee42e26 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab007.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png new file mode 100644 index 00000000..c632854c Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json new file mode 100644 index 00000000..71cd68ca --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab008.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png new file mode 100644 index 00000000..a78ad9a6 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json new file mode 100644 index 00000000..03a7c0a0 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab009.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png new file mode 100644 index 00000000..b5f8b19d Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json new file mode 100644 index 00000000..314cda89 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab010.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png new file mode 100644 index 00000000..63e91f0f Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json new file mode 100644 index 00000000..5034c91d --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab011.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png new file mode 100644 index 00000000..4cfa8b3e Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json new file mode 100644 index 00000000..bc8dcff8 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab012.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png new file mode 100644 index 00000000..85ef0e48 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json new file mode 100644 index 00000000..d0357ba3 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab013.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png new file mode 100644 index 00000000..56f5ee12 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json new file mode 100644 index 00000000..d438c639 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab014.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png new file mode 100644 index 00000000..40035783 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json new file mode 100644 index 00000000..779881b4 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab015.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png new file mode 100644 index 00000000..ea143c89 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json new file mode 100644 index 00000000..6db5abe7 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab016.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png new file mode 100644 index 00000000..b5cef379 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json new file mode 100644 index 00000000..b69f90f1 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab017.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png new file mode 100644 index 00000000..73e79a08 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json new file mode 100644 index 00000000..dcee1790 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab018.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png new file mode 100644 index 00000000..77a3cdb5 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json new file mode 100644 index 00000000..2ee21d4e --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab019.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png new file mode 100644 index 00000000..fe68c7de Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json new file mode 100644 index 00000000..7ec0a992 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab020.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png new file mode 100644 index 00000000..82761cb3 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json new file mode 100644 index 00000000..8cd083e8 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab021.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png new file mode 100644 index 00000000..263672dc Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json new file mode 100644 index 00000000..5790b4d4 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab022.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png new file mode 100644 index 00000000..a0193d42 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json new file mode 100644 index 00000000..15a3c0b5 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab023.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png new file mode 100644 index 00000000..44e75239 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/Contents.json new file mode 100644 index 00000000..da4a164c --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/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/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json new file mode 100644 index 00000000..7d96484b --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab000.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png new file mode 100644 index 00000000..58f82231 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json new file mode 100644 index 00000000..d88deaa3 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab001.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png new file mode 100644 index 00000000..c8131339 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json new file mode 100644 index 00000000..d9931b65 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab002.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png new file mode 100644 index 00000000..3bde9890 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json new file mode 100644 index 00000000..1b296189 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab003.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png new file mode 100644 index 00000000..0dfcefd7 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json new file mode 100644 index 00000000..41dfce7d --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab004.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png new file mode 100644 index 00000000..74a2affb Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json new file mode 100644 index 00000000..ea7f253a --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab005.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png new file mode 100644 index 00000000..2ada577f Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json new file mode 100644 index 00000000..a35d1d93 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab006.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png new file mode 100644 index 00000000..119af595 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json new file mode 100644 index 00000000..f4b6ff34 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab007.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png new file mode 100644 index 00000000..173ce4ab Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json new file mode 100644 index 00000000..b67cd381 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab008.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png new file mode 100644 index 00000000..6739a283 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json new file mode 100644 index 00000000..c7309215 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab009.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png new file mode 100644 index 00000000..a38d3345 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json new file mode 100644 index 00000000..be407a57 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab010.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png new file mode 100644 index 00000000..b25945c1 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json new file mode 100644 index 00000000..7b966687 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab011.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png new file mode 100644 index 00000000..b25945c1 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json new file mode 100644 index 00000000..6aa1f516 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab012.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png new file mode 100644 index 00000000..b25945c1 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json new file mode 100644 index 00000000..801c6060 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab013.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png new file mode 100644 index 00000000..4913c042 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json new file mode 100644 index 00000000..775f4f55 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab014.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png new file mode 100644 index 00000000..f09f4ab6 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json new file mode 100644 index 00000000..059dbcdd --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab015.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png new file mode 100644 index 00000000..56a6ece4 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json new file mode 100644 index 00000000..0711fd7b --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab016.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png new file mode 100644 index 00000000..db8c6c18 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json new file mode 100644 index 00000000..eb7d5e98 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab017.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png new file mode 100644 index 00000000..328861b7 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json new file mode 100644 index 00000000..e03b5d2d --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab018.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png new file mode 100644 index 00000000..4cb0a7f9 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json new file mode 100644 index 00000000..3db4fee7 --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab019.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png new file mode 100644 index 00000000..241c67c0 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json new file mode 100644 index 00000000..5d5e56ab --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab020.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png new file mode 100644 index 00000000..44aa5a52 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png differ diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json new file mode 100644 index 00000000..9818dadb --- /dev/null +++ b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab021.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png b/Contained/Contained/Resources/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png new file mode 100644 index 00000000..88df0cb0 Binary files /dev/null and b/Contained/Contained/Resources/Assets.xcassets/Crab/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..281d46a6 --- /dev/null +++ b/Contained/Contained/Resources/SceneDelegate.swift @@ -0,0 +1,53 @@ +// +// SceneDelegate.swift +// Contained +// +// Created by Violet Lavender Love on 5/18/20. +// Copyright © 2020 Love. 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..52913d55 --- /dev/null +++ b/Contained/Contained/StoryBoards/Base.lproj/Main.storyboard @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Contained/Contained/StoryBoards/GameViewController.swift b/Contained/Contained/StoryBoards/GameViewController.swift new file mode 100644 index 00000000..818dc8ff --- /dev/null +++ b/Contained/Contained/StoryBoards/GameViewController.swift @@ -0,0 +1,30 @@ +// +// GameViewController.swift +// Contained +// +// Created by Violet Lavender Love on 5/18/20. +// Copyright © 2020 Love. All rights reserved. +// + +import UIKit + +class GameViewController: 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/ViewControllers/InfoViewController.swift b/Contained/Contained/ViewControllers/InfoViewController.swift new file mode 100644 index 00000000..65d36e77 --- /dev/null +++ b/Contained/Contained/ViewControllers/InfoViewController.swift @@ -0,0 +1,34 @@ +// +// InfoViewController.swift +// Contained +// +// Created by Violet Lavender Love on 5/18/20. +// Copyright © 2020 Love. 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. + } + */ + + @IBAction func done(_ sender: Any) { + navigationController?.popToRootViewController(animated: true) + } +} diff --git a/Contained/Contained/ViewControllers/SettingsViewController.swift b/Contained/Contained/ViewControllers/SettingsViewController.swift new file mode 100644 index 00000000..ad89a8fe --- /dev/null +++ b/Contained/Contained/ViewControllers/SettingsViewController.swift @@ -0,0 +1,30 @@ +// +// SettingsViewController.swift +// Contained +// +// Created by Violet Lavender Love on 5/18/20. +// Copyright © 2020 Love. All rights reserved. +// + +import UIKit + +class SettingsViewController: 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/Info.storyboard b/Contained/Info.storyboard new file mode 100644 index 00000000..b8872b8d --- /dev/null +++ b/Contained/Info.storyboard @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +