From 57d88e8cba6b27e0fcaf5e2bb866282f7b28e0d1 Mon Sep 17 00:00:00 2001 From: Micah Gomez Date: Fri, 21 Aug 2020 01:28:27 -0600 Subject: [PATCH] Initial Commit --- busyness.xcodeproj/project.pbxproj | 602 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../xcschemes/xcschememanagement.plist | 14 + busyness/AppDelegate.swift | 36 ++ .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 98 +++ busyness/Assets.xcassets/Contents.json | 6 + busyness/Base.lproj/LaunchScreen.storyboard | 25 + busyness/Base.lproj/Main.storyboard | 24 + busyness/ContentView.swift | 21 + busyness/Info.plist | 66 ++ busyness/SceneDelegate.swift | 52 ++ busyness/ViewController.swift | 19 + busynessTests/Info.plist | 22 + busynessTests/busynessTests.swift | 33 + busynessUITests/Info.plist | 22 + busynessUITests/busynessUITests.swift | 42 ++ 18 files changed, 1108 insertions(+) create mode 100644 busyness.xcodeproj/project.pbxproj create mode 100644 busyness.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 busyness.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 busyness.xcodeproj/xcuserdata/micahgomez.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 busyness/AppDelegate.swift create mode 100644 busyness/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 busyness/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 busyness/Assets.xcassets/Contents.json create mode 100644 busyness/Base.lproj/LaunchScreen.storyboard create mode 100644 busyness/Base.lproj/Main.storyboard create mode 100644 busyness/ContentView.swift create mode 100644 busyness/Info.plist create mode 100644 busyness/SceneDelegate.swift create mode 100644 busyness/ViewController.swift create mode 100644 busynessTests/Info.plist create mode 100644 busynessTests/busynessTests.swift create mode 100644 busynessUITests/Info.plist create mode 100644 busynessUITests/busynessUITests.swift diff --git a/busyness.xcodeproj/project.pbxproj b/busyness.xcodeproj/project.pbxproj new file mode 100644 index 0000000..5d33c11 --- /dev/null +++ b/busyness.xcodeproj/project.pbxproj @@ -0,0 +1,602 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + BDA9338824EFAF0600345985 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA9338724EFAF0600345985 /* AppDelegate.swift */; }; + BDA9338A24EFAF0600345985 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA9338924EFAF0600345985 /* SceneDelegate.swift */; }; + BDA9338C24EFAF0600345985 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA9338B24EFAF0600345985 /* ViewController.swift */; }; + BDA9338F24EFAF0600345985 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BDA9338D24EFAF0600345985 /* Main.storyboard */; }; + BDA9339124EFAF0600345985 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA9339024EFAF0600345985 /* ContentView.swift */; }; + BDA9339324EFAF1500345985 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BDA9339224EFAF1500345985 /* Assets.xcassets */; }; + BDA9339624EFAF1500345985 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BDA9339424EFAF1500345985 /* LaunchScreen.storyboard */; }; + BDA933A124EFAF1600345985 /* busynessTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA933A024EFAF1600345985 /* busynessTests.swift */; }; + BDA933AC24EFAF1600345985 /* busynessUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA933AB24EFAF1600345985 /* busynessUITests.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + BDA9339D24EFAF1600345985 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BDA9337C24EFAF0600345985 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BDA9338324EFAF0600345985; + remoteInfo = busyness; + }; + BDA933A824EFAF1600345985 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BDA9337C24EFAF0600345985 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BDA9338324EFAF0600345985; + remoteInfo = busyness; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + BDA9338424EFAF0600345985 /* busyness.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = busyness.app; sourceTree = BUILT_PRODUCTS_DIR; }; + BDA9338724EFAF0600345985 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + BDA9338924EFAF0600345985 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; + BDA9338B24EFAF0600345985 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + BDA9338E24EFAF0600345985 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + BDA9339024EFAF0600345985 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + BDA9339224EFAF1500345985 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + BDA9339524EFAF1500345985 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + BDA9339724EFAF1500345985 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + BDA9339C24EFAF1600345985 /* busynessTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = busynessTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + BDA933A024EFAF1600345985 /* busynessTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = busynessTests.swift; sourceTree = ""; }; + BDA933A224EFAF1600345985 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + BDA933A724EFAF1600345985 /* busynessUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = busynessUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + BDA933AB24EFAF1600345985 /* busynessUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = busynessUITests.swift; sourceTree = ""; }; + BDA933AD24EFAF1600345985 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + BDA9338124EFAF0600345985 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BDA9339924EFAF1600345985 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BDA933A424EFAF1600345985 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + BDA9337B24EFAF0600345985 = { + isa = PBXGroup; + children = ( + BDA9338624EFAF0600345985 /* busyness */, + BDA9339F24EFAF1600345985 /* busynessTests */, + BDA933AA24EFAF1600345985 /* busynessUITests */, + BDA9338524EFAF0600345985 /* Products */, + ); + sourceTree = ""; + }; + BDA9338524EFAF0600345985 /* Products */ = { + isa = PBXGroup; + children = ( + BDA9338424EFAF0600345985 /* busyness.app */, + BDA9339C24EFAF1600345985 /* busynessTests.xctest */, + BDA933A724EFAF1600345985 /* busynessUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + BDA9338624EFAF0600345985 /* busyness */ = { + isa = PBXGroup; + children = ( + BDA9338724EFAF0600345985 /* AppDelegate.swift */, + BDA9338924EFAF0600345985 /* SceneDelegate.swift */, + BDA9338B24EFAF0600345985 /* ViewController.swift */, + BDA9338D24EFAF0600345985 /* Main.storyboard */, + BDA9339024EFAF0600345985 /* ContentView.swift */, + BDA9339224EFAF1500345985 /* Assets.xcassets */, + BDA9339424EFAF1500345985 /* LaunchScreen.storyboard */, + BDA9339724EFAF1500345985 /* Info.plist */, + ); + path = busyness; + sourceTree = ""; + }; + BDA9339F24EFAF1600345985 /* busynessTests */ = { + isa = PBXGroup; + children = ( + BDA933A024EFAF1600345985 /* busynessTests.swift */, + BDA933A224EFAF1600345985 /* Info.plist */, + ); + path = busynessTests; + sourceTree = ""; + }; + BDA933AA24EFAF1600345985 /* busynessUITests */ = { + isa = PBXGroup; + children = ( + BDA933AB24EFAF1600345985 /* busynessUITests.swift */, + BDA933AD24EFAF1600345985 /* Info.plist */, + ); + path = busynessUITests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + BDA9338324EFAF0600345985 /* busyness */ = { + isa = PBXNativeTarget; + buildConfigurationList = BDA933B024EFAF1600345985 /* Build configuration list for PBXNativeTarget "busyness" */; + buildPhases = ( + BDA9338024EFAF0600345985 /* Sources */, + BDA9338124EFAF0600345985 /* Frameworks */, + BDA9338224EFAF0600345985 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = busyness; + productName = busyness; + productReference = BDA9338424EFAF0600345985 /* busyness.app */; + productType = "com.apple.product-type.application"; + }; + BDA9339B24EFAF1600345985 /* busynessTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = BDA933B324EFAF1600345985 /* Build configuration list for PBXNativeTarget "busynessTests" */; + buildPhases = ( + BDA9339824EFAF1600345985 /* Sources */, + BDA9339924EFAF1600345985 /* Frameworks */, + BDA9339A24EFAF1600345985 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + BDA9339E24EFAF1600345985 /* PBXTargetDependency */, + ); + name = busynessTests; + productName = busynessTests; + productReference = BDA9339C24EFAF1600345985 /* busynessTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + BDA933A624EFAF1600345985 /* busynessUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = BDA933B624EFAF1600345985 /* Build configuration list for PBXNativeTarget "busynessUITests" */; + buildPhases = ( + BDA933A324EFAF1600345985 /* Sources */, + BDA933A424EFAF1600345985 /* Frameworks */, + BDA933A524EFAF1600345985 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + BDA933A924EFAF1600345985 /* PBXTargetDependency */, + ); + name = busynessUITests; + productName = busynessUITests; + productReference = BDA933A724EFAF1600345985 /* busynessUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + BDA9337C24EFAF0600345985 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1200; + LastUpgradeCheck = 1200; + TargetAttributes = { + BDA9338324EFAF0600345985 = { + CreatedOnToolsVersion = 12.0; + }; + BDA9339B24EFAF1600345985 = { + CreatedOnToolsVersion = 12.0; + TestTargetID = BDA9338324EFAF0600345985; + }; + BDA933A624EFAF1600345985 = { + CreatedOnToolsVersion = 12.0; + TestTargetID = BDA9338324EFAF0600345985; + }; + }; + }; + buildConfigurationList = BDA9337F24EFAF0600345985 /* Build configuration list for PBXProject "busyness" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = BDA9337B24EFAF0600345985; + productRefGroup = BDA9338524EFAF0600345985 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + BDA9338324EFAF0600345985 /* busyness */, + BDA9339B24EFAF1600345985 /* busynessTests */, + BDA933A624EFAF1600345985 /* busynessUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + BDA9338224EFAF0600345985 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BDA9339624EFAF1500345985 /* LaunchScreen.storyboard in Resources */, + BDA9339324EFAF1500345985 /* Assets.xcassets in Resources */, + BDA9338F24EFAF0600345985 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BDA9339A24EFAF1600345985 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BDA933A524EFAF1600345985 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + BDA9338024EFAF0600345985 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BDA9338C24EFAF0600345985 /* ViewController.swift in Sources */, + BDA9338824EFAF0600345985 /* AppDelegate.swift in Sources */, + BDA9339124EFAF0600345985 /* ContentView.swift in Sources */, + BDA9338A24EFAF0600345985 /* SceneDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BDA9339824EFAF1600345985 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BDA933A124EFAF1600345985 /* busynessTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BDA933A324EFAF1600345985 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BDA933AC24EFAF1600345985 /* busynessUITests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + BDA9339E24EFAF1600345985 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = BDA9338324EFAF0600345985 /* busyness */; + targetProxy = BDA9339D24EFAF1600345985 /* PBXContainerItemProxy */; + }; + BDA933A924EFAF1600345985 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = BDA9338324EFAF0600345985 /* busyness */; + targetProxy = BDA933A824EFAF1600345985 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + BDA9338D24EFAF0600345985 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + BDA9338E24EFAF0600345985 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + BDA9339424EFAF1500345985 /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + BDA9339524EFAF1500345985 /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + BDA933AE24EFAF1600345985 /* 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + 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 = 14.0; + 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; + }; + BDA933AF24EFAF1600345985 /* 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + 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 = 14.0; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + BDA933B124EFAF1600345985 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = PRBH2T6668; + INFOPLIST_FILE = busyness/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = dev.mpg13.busyness; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + BDA933B224EFAF1600345985 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = PRBH2T6668; + INFOPLIST_FILE = busyness/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = dev.mpg13.busyness; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + BDA933B424EFAF1600345985 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = PRBH2T6668; + INFOPLIST_FILE = busynessTests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = dev.mpg13.busynessTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/busyness.app/busyness"; + }; + name = Debug; + }; + BDA933B524EFAF1600345985 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = PRBH2T6668; + INFOPLIST_FILE = busynessTests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = dev.mpg13.busynessTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/busyness.app/busyness"; + }; + name = Release; + }; + BDA933B724EFAF1600345985 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = PRBH2T6668; + INFOPLIST_FILE = busynessUITests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = dev.mpg13.busynessUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = busyness; + }; + name = Debug; + }; + BDA933B824EFAF1600345985 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = PRBH2T6668; + INFOPLIST_FILE = busynessUITests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = dev.mpg13.busynessUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = busyness; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + BDA9337F24EFAF0600345985 /* Build configuration list for PBXProject "busyness" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + BDA933AE24EFAF1600345985 /* Debug */, + BDA933AF24EFAF1600345985 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + BDA933B024EFAF1600345985 /* Build configuration list for PBXNativeTarget "busyness" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + BDA933B124EFAF1600345985 /* Debug */, + BDA933B224EFAF1600345985 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + BDA933B324EFAF1600345985 /* Build configuration list for PBXNativeTarget "busynessTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + BDA933B424EFAF1600345985 /* Debug */, + BDA933B524EFAF1600345985 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + BDA933B624EFAF1600345985 /* Build configuration list for PBXNativeTarget "busynessUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + BDA933B724EFAF1600345985 /* Debug */, + BDA933B824EFAF1600345985 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = BDA9337C24EFAF0600345985 /* Project object */; +} diff --git a/busyness.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/busyness.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/busyness.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/busyness.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/busyness.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/busyness.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/busyness.xcodeproj/xcuserdata/micahgomez.xcuserdatad/xcschemes/xcschememanagement.plist b/busyness.xcodeproj/xcuserdata/micahgomez.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..1247ee6 --- /dev/null +++ b/busyness.xcodeproj/xcuserdata/micahgomez.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + busyness.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/busyness/AppDelegate.swift b/busyness/AppDelegate.swift new file mode 100644 index 0000000..770ea93 --- /dev/null +++ b/busyness/AppDelegate.swift @@ -0,0 +1,36 @@ +// +// AppDelegate.swift +// busyness +// +// Created by Micah Gomez on 8/21/20. +// + +import UIKit + +@main +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/busyness/Assets.xcassets/AccentColor.colorset/Contents.json b/busyness/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/busyness/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/busyness/Assets.xcassets/AppIcon.appiconset/Contents.json b/busyness/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..9221b9b --- /dev/null +++ b/busyness/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/busyness/Assets.xcassets/Contents.json b/busyness/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/busyness/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/busyness/Base.lproj/LaunchScreen.storyboard b/busyness/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000..865e932 --- /dev/null +++ b/busyness/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/busyness/Base.lproj/Main.storyboard b/busyness/Base.lproj/Main.storyboard new file mode 100644 index 0000000..25a7638 --- /dev/null +++ b/busyness/Base.lproj/Main.storyboard @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/busyness/ContentView.swift b/busyness/ContentView.swift new file mode 100644 index 0000000..939b5eb --- /dev/null +++ b/busyness/ContentView.swift @@ -0,0 +1,21 @@ +// +// ContentView.swift +// busyness +// +// Created by Micah Gomez on 8/21/20. +// + +import SwiftUI + +struct ContentView: View { + var body: some View { + Text("Hello, world!") + .padding() + } +} + +struct ContentView_Previews: PreviewProvider { + static var previews: some View { + ContentView() + } +} diff --git a/busyness/Info.plist b/busyness/Info.plist new file mode 100644 index 0000000..5b531f7 --- /dev/null +++ b/busyness/Info.plist @@ -0,0 +1,66 @@ + + + + + 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 + + + + + UIApplicationSupportsIndirectInputEvents + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/busyness/SceneDelegate.swift b/busyness/SceneDelegate.swift new file mode 100644 index 0000000..e7c7815 --- /dev/null +++ b/busyness/SceneDelegate.swift @@ -0,0 +1,52 @@ +// +// SceneDelegate.swift +// busyness +// +// Created by Micah Gomez on 8/21/20. +// + +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 necessarily 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/busyness/ViewController.swift b/busyness/ViewController.swift new file mode 100644 index 0000000..8826d14 --- /dev/null +++ b/busyness/ViewController.swift @@ -0,0 +1,19 @@ +// +// ViewController.swift +// busyness +// +// Created by Micah Gomez on 8/21/20. +// + +import UIKit + +class ViewController: UIViewController { + + override func viewDidLoad() { + super.viewDidLoad() + // Do any additional setup after loading the view. + } + + +} + diff --git a/busynessTests/Info.plist b/busynessTests/Info.plist new file mode 100644 index 0000000..64d65ca --- /dev/null +++ b/busynessTests/Info.plist @@ -0,0 +1,22 @@ + + + + + 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 + + diff --git a/busynessTests/busynessTests.swift b/busynessTests/busynessTests.swift new file mode 100644 index 0000000..62598fc --- /dev/null +++ b/busynessTests/busynessTests.swift @@ -0,0 +1,33 @@ +// +// busynessTests.swift +// busynessTests +// +// Created by Micah Gomez on 8/21/20. +// + +import XCTest +@testable import busyness + +class busynessTests: XCTestCase { + + override func setUpWithError() throws { + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDownWithError() throws { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + func testExample() throws { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testPerformanceExample() throws { + // This is an example of a performance test case. + self.measure { + // Put the code you want to measure the time of here. + } + } + +} diff --git a/busynessUITests/Info.plist b/busynessUITests/Info.plist new file mode 100644 index 0000000..64d65ca --- /dev/null +++ b/busynessUITests/Info.plist @@ -0,0 +1,22 @@ + + + + + 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 + + diff --git a/busynessUITests/busynessUITests.swift b/busynessUITests/busynessUITests.swift new file mode 100644 index 0000000..090bc5d --- /dev/null +++ b/busynessUITests/busynessUITests.swift @@ -0,0 +1,42 @@ +// +// busynessUITests.swift +// busynessUITests +// +// Created by Micah Gomez on 8/21/20. +// + +import XCTest + +class busynessUITests: XCTestCase { + + override func setUpWithError() throws { + // Put setup code here. This method is called before the invocation of each test method in the class. + + // In UI tests it is usually best to stop immediately when a failure occurs. + continueAfterFailure = false + + // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. + } + + override func tearDownWithError() throws { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + func testExample() throws { + // UI tests must launch the application that they test. + let app = XCUIApplication() + app.launch() + + // Use recording to get started writing UI tests. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testLaunchPerformance() throws { + if #available(macOS 10.15, iOS 13.0, tvOS 13.0, *) { + // This measures how long it takes to launch your application. + measure(metrics: [XCTApplicationLaunchMetric()]) { + XCUIApplication().launch() + } + } + } +}