diff --git a/ZRadiov2.xcodeproj/project.pbxproj b/ZRadiov2.xcodeproj/project.pbxproj new file mode 100644 index 0000000..1b2cb3f --- /dev/null +++ b/ZRadiov2.xcodeproj/project.pbxproj @@ -0,0 +1,593 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + B9318F352432D9C10036174D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F342432D9C10036174D /* AppDelegate.swift */; }; + B9318F372432D9C10036174D /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F362432D9C10036174D /* SceneDelegate.swift */; }; + B9318F392432D9C10036174D /* FirstViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F382432D9C10036174D /* FirstViewController.swift */; }; + B9318F3B2432D9C10036174D /* SecondViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F3A2432D9C10036174D /* SecondViewController.swift */; }; + B9318F3E2432D9C10036174D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B9318F3C2432D9C10036174D /* Main.storyboard */; }; + B9318F402432D9C70036174D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B9318F3F2432D9C70036174D /* Assets.xcassets */; }; + B9318F432432D9C70036174D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B9318F412432D9C70036174D /* LaunchScreen.storyboard */; }; + B9318F4E2432D9C80036174D /* ZRadiov2Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F4D2432D9C80036174D /* ZRadiov2Tests.swift */; }; + B9318F592432D9C80036174D /* ZRadiov2UITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F582432D9C80036174D /* ZRadiov2UITests.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + B9318F4A2432D9C80036174D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B9318F292432D9C00036174D /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9318F302432D9C10036174D; + remoteInfo = ZRadiov2; + }; + B9318F552432D9C80036174D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B9318F292432D9C00036174D /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9318F302432D9C10036174D; + remoteInfo = ZRadiov2; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + B9318F312432D9C10036174D /* ZRadiov2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ZRadiov2.app; sourceTree = BUILT_PRODUCTS_DIR; }; + B9318F342432D9C10036174D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + B9318F362432D9C10036174D /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; + B9318F382432D9C10036174D /* FirstViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstViewController.swift; sourceTree = ""; }; + B9318F3A2432D9C10036174D /* SecondViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecondViewController.swift; sourceTree = ""; }; + B9318F3D2432D9C10036174D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + B9318F3F2432D9C70036174D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + B9318F422432D9C70036174D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + B9318F442432D9C70036174D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B9318F492432D9C80036174D /* ZRadiov2Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ZRadiov2Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + B9318F4D2432D9C80036174D /* ZRadiov2Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZRadiov2Tests.swift; sourceTree = ""; }; + B9318F4F2432D9C80036174D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B9318F542432D9C80036174D /* ZRadiov2UITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ZRadiov2UITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + B9318F582432D9C80036174D /* ZRadiov2UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZRadiov2UITests.swift; sourceTree = ""; }; + B9318F5A2432D9C80036174D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + B9318F2E2432D9C10036174D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B9318F462432D9C80036174D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B9318F512432D9C80036174D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + B9318F282432D9C00036174D = { + isa = PBXGroup; + children = ( + B9318F332432D9C10036174D /* ZRadiov2 */, + B9318F4C2432D9C80036174D /* ZRadiov2Tests */, + B9318F572432D9C80036174D /* ZRadiov2UITests */, + B9318F322432D9C10036174D /* Products */, + ); + sourceTree = ""; + }; + B9318F322432D9C10036174D /* Products */ = { + isa = PBXGroup; + children = ( + B9318F312432D9C10036174D /* ZRadiov2.app */, + B9318F492432D9C80036174D /* ZRadiov2Tests.xctest */, + B9318F542432D9C80036174D /* ZRadiov2UITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + B9318F332432D9C10036174D /* ZRadiov2 */ = { + isa = PBXGroup; + children = ( + B9318F342432D9C10036174D /* AppDelegate.swift */, + B9318F362432D9C10036174D /* SceneDelegate.swift */, + B9318F382432D9C10036174D /* FirstViewController.swift */, + B9318F3A2432D9C10036174D /* SecondViewController.swift */, + B9318F3C2432D9C10036174D /* Main.storyboard */, + B9318F3F2432D9C70036174D /* Assets.xcassets */, + B9318F412432D9C70036174D /* LaunchScreen.storyboard */, + B9318F442432D9C70036174D /* Info.plist */, + ); + path = ZRadiov2; + sourceTree = ""; + }; + B9318F4C2432D9C80036174D /* ZRadiov2Tests */ = { + isa = PBXGroup; + children = ( + B9318F4D2432D9C80036174D /* ZRadiov2Tests.swift */, + B9318F4F2432D9C80036174D /* Info.plist */, + ); + path = ZRadiov2Tests; + sourceTree = ""; + }; + B9318F572432D9C80036174D /* ZRadiov2UITests */ = { + isa = PBXGroup; + children = ( + B9318F582432D9C80036174D /* ZRadiov2UITests.swift */, + B9318F5A2432D9C80036174D /* Info.plist */, + ); + path = ZRadiov2UITests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + B9318F302432D9C10036174D /* ZRadiov2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = B9318F5D2432D9C80036174D /* Build configuration list for PBXNativeTarget "ZRadiov2" */; + buildPhases = ( + B9318F2D2432D9C10036174D /* Sources */, + B9318F2E2432D9C10036174D /* Frameworks */, + B9318F2F2432D9C10036174D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = ZRadiov2; + productName = ZRadiov2; + productReference = B9318F312432D9C10036174D /* ZRadiov2.app */; + productType = "com.apple.product-type.application"; + }; + B9318F482432D9C80036174D /* ZRadiov2Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = B9318F602432D9C80036174D /* Build configuration list for PBXNativeTarget "ZRadiov2Tests" */; + buildPhases = ( + B9318F452432D9C80036174D /* Sources */, + B9318F462432D9C80036174D /* Frameworks */, + B9318F472432D9C80036174D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + B9318F4B2432D9C80036174D /* PBXTargetDependency */, + ); + name = ZRadiov2Tests; + productName = ZRadiov2Tests; + productReference = B9318F492432D9C80036174D /* ZRadiov2Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + B9318F532432D9C80036174D /* ZRadiov2UITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = B9318F632432D9C80036174D /* Build configuration list for PBXNativeTarget "ZRadiov2UITests" */; + buildPhases = ( + B9318F502432D9C80036174D /* Sources */, + B9318F512432D9C80036174D /* Frameworks */, + B9318F522432D9C80036174D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + B9318F562432D9C80036174D /* PBXTargetDependency */, + ); + name = ZRadiov2UITests; + productName = ZRadiov2UITests; + productReference = B9318F542432D9C80036174D /* ZRadiov2UITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + B9318F292432D9C00036174D /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1140; + LastUpgradeCheck = 1140; + ORGANIZATIONNAME = "Kenny Payes"; + TargetAttributes = { + B9318F302432D9C10036174D = { + CreatedOnToolsVersion = 11.4; + }; + B9318F482432D9C80036174D = { + CreatedOnToolsVersion = 11.4; + TestTargetID = B9318F302432D9C10036174D; + }; + B9318F532432D9C80036174D = { + CreatedOnToolsVersion = 11.4; + TestTargetID = B9318F302432D9C10036174D; + }; + }; + }; + buildConfigurationList = B9318F2C2432D9C00036174D /* Build configuration list for PBXProject "ZRadiov2" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = B9318F282432D9C00036174D; + productRefGroup = B9318F322432D9C10036174D /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + B9318F302432D9C10036174D /* ZRadiov2 */, + B9318F482432D9C80036174D /* ZRadiov2Tests */, + B9318F532432D9C80036174D /* ZRadiov2UITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + B9318F2F2432D9C10036174D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B9318F432432D9C70036174D /* LaunchScreen.storyboard in Resources */, + B9318F402432D9C70036174D /* Assets.xcassets in Resources */, + B9318F3E2432D9C10036174D /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B9318F472432D9C80036174D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B9318F522432D9C80036174D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + B9318F2D2432D9C10036174D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B9318F3B2432D9C10036174D /* SecondViewController.swift in Sources */, + B9318F392432D9C10036174D /* FirstViewController.swift in Sources */, + B9318F352432D9C10036174D /* AppDelegate.swift in Sources */, + B9318F372432D9C10036174D /* SceneDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B9318F452432D9C80036174D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B9318F4E2432D9C80036174D /* ZRadiov2Tests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B9318F502432D9C80036174D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B9318F592432D9C80036174D /* ZRadiov2UITests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + B9318F4B2432D9C80036174D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B9318F302432D9C10036174D /* ZRadiov2 */; + targetProxy = B9318F4A2432D9C80036174D /* PBXContainerItemProxy */; + }; + B9318F562432D9C80036174D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B9318F302432D9C10036174D /* ZRadiov2 */; + targetProxy = B9318F552432D9C80036174D /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + B9318F3C2432D9C10036174D /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + B9318F3D2432D9C10036174D /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + B9318F412432D9C70036174D /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + B9318F422432D9C70036174D /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + B9318F5B2432D9C80036174D /* 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; + }; + B9318F5C2432D9C80036174D /* 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; + }; + B9318F5E2432D9C80036174D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = ZRadiov2/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = UCONN.ZRadiov2; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + B9318F5F2432D9C80036174D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = ZRadiov2/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = UCONN.ZRadiov2; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + B9318F612432D9C80036174D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = ZRadiov2Tests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = UCONN.ZRadiov2Tests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ZRadiov2.app/ZRadiov2"; + }; + name = Debug; + }; + B9318F622432D9C80036174D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = ZRadiov2Tests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = UCONN.ZRadiov2Tests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ZRadiov2.app/ZRadiov2"; + }; + name = Release; + }; + B9318F642432D9C80036174D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = ZRadiov2UITests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = UCONN.ZRadiov2UITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = ZRadiov2; + }; + name = Debug; + }; + B9318F652432D9C80036174D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = ZRadiov2UITests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = UCONN.ZRadiov2UITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = ZRadiov2; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + B9318F2C2432D9C00036174D /* Build configuration list for PBXProject "ZRadiov2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B9318F5B2432D9C80036174D /* Debug */, + B9318F5C2432D9C80036174D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B9318F5D2432D9C80036174D /* Build configuration list for PBXNativeTarget "ZRadiov2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B9318F5E2432D9C80036174D /* Debug */, + B9318F5F2432D9C80036174D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B9318F602432D9C80036174D /* Build configuration list for PBXNativeTarget "ZRadiov2Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B9318F612432D9C80036174D /* Debug */, + B9318F622432D9C80036174D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B9318F632432D9C80036174D /* Build configuration list for PBXNativeTarget "ZRadiov2UITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B9318F642432D9C80036174D /* Debug */, + B9318F652432D9C80036174D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = B9318F292432D9C00036174D /* Project object */; +} diff --git a/ZRadiov2.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ZRadiov2.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..6c3aa64 --- /dev/null +++ b/ZRadiov2.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/ZRadiov2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ZRadiov2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/ZRadiov2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/ZRadiov2.xcodeproj/xcuserdata/kenny.xcuserdatad/xcschemes/xcschememanagement.plist b/ZRadiov2.xcodeproj/xcuserdata/kenny.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..b96bce8 --- /dev/null +++ b/ZRadiov2.xcodeproj/xcuserdata/kenny.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + ZRadiov2.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/ZRadiov2/AppDelegate.swift b/ZRadiov2/AppDelegate.swift new file mode 100644 index 0000000..b926a9e --- /dev/null +++ b/ZRadiov2/AppDelegate.swift @@ -0,0 +1,37 @@ +// +// AppDelegate.swift +// ZRadiov2 +// +// Created by Kenny Payes on 3/30/20. +// Copyright © 2020 Kenny Payes. 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/ZRadiov2/Assets.xcassets/AppIcon.appiconset/Contents.json b/ZRadiov2/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..9221b9b --- /dev/null +++ b/ZRadiov2/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/ZRadiov2/Assets.xcassets/Contents.json b/ZRadiov2/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/ZRadiov2/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ZRadiov2/Assets.xcassets/first.imageset/Contents.json b/ZRadiov2/Assets.xcassets/first.imageset/Contents.json new file mode 100644 index 0000000..33a7451 --- /dev/null +++ b/ZRadiov2/Assets.xcassets/first.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "first.pdf" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/ZRadiov2/Assets.xcassets/first.imageset/first.pdf b/ZRadiov2/Assets.xcassets/first.imageset/first.pdf new file mode 100644 index 0000000..47d911d Binary files /dev/null and b/ZRadiov2/Assets.xcassets/first.imageset/first.pdf differ diff --git a/ZRadiov2/Assets.xcassets/second.imageset/Contents.json b/ZRadiov2/Assets.xcassets/second.imageset/Contents.json new file mode 100644 index 0000000..03bd9c9 --- /dev/null +++ b/ZRadiov2/Assets.xcassets/second.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "second.pdf" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/ZRadiov2/Assets.xcassets/second.imageset/second.pdf b/ZRadiov2/Assets.xcassets/second.imageset/second.pdf new file mode 100644 index 0000000..401614e Binary files /dev/null and b/ZRadiov2/Assets.xcassets/second.imageset/second.pdf differ diff --git a/ZRadiov2/Base.lproj/LaunchScreen.storyboard b/ZRadiov2/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000..865e932 --- /dev/null +++ b/ZRadiov2/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ZRadiov2/Base.lproj/Main.storyboard b/ZRadiov2/Base.lproj/Main.storyboard new file mode 100644 index 0000000..7a85710 --- /dev/null +++ b/ZRadiov2/Base.lproj/Main.storyboard @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ZRadiov2/FirstViewController.swift b/ZRadiov2/FirstViewController.swift new file mode 100644 index 0000000..1213d26 --- /dev/null +++ b/ZRadiov2/FirstViewController.swift @@ -0,0 +1,20 @@ +// +// FirstViewController.swift +// ZRadiov2 +// +// Created by Kenny Payes on 3/30/20. +// Copyright © 2020 Kenny Payes. All rights reserved. +// + +import UIKit + +class FirstViewController: UIViewController { + + override func viewDidLoad() { + super.viewDidLoad() + // Do any additional setup after loading the view. + } + + +} + diff --git a/ZRadiov2/Info.plist b/ZRadiov2/Info.plist new file mode 100644 index 0000000..e7f6f58 --- /dev/null +++ b/ZRadiov2/Info.plist @@ -0,0 +1,74 @@ + + + + + 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 + + UIStatusBarTintParameters + + UINavigationBar + + Style + UIBarStyleDefault + Translucent + + + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/ZRadiov2/SceneDelegate.swift b/ZRadiov2/SceneDelegate.swift new file mode 100644 index 0000000..6d50188 --- /dev/null +++ b/ZRadiov2/SceneDelegate.swift @@ -0,0 +1,53 @@ +// +// SceneDelegate.swift +// ZRadiov2 +// +// Created by Kenny Payes on 3/30/20. +// Copyright © 2020 Kenny Payes. 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/ZRadiov2/SecondViewController.swift b/ZRadiov2/SecondViewController.swift new file mode 100644 index 0000000..dc33c09 --- /dev/null +++ b/ZRadiov2/SecondViewController.swift @@ -0,0 +1,20 @@ +// +// SecondViewController.swift +// ZRadiov2 +// +// Created by Kenny Payes on 3/30/20. +// Copyright © 2020 Kenny Payes. All rights reserved. +// + +import UIKit + +class SecondViewController: UIViewController { + + override func viewDidLoad() { + super.viewDidLoad() + // Do any additional setup after loading the view. + } + + +} + diff --git a/ZRadiov2Tests/Info.plist b/ZRadiov2Tests/Info.plist new file mode 100644 index 0000000..64d65ca --- /dev/null +++ b/ZRadiov2Tests/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/ZRadiov2Tests/ZRadiov2Tests.swift b/ZRadiov2Tests/ZRadiov2Tests.swift new file mode 100644 index 0000000..1ced268 --- /dev/null +++ b/ZRadiov2Tests/ZRadiov2Tests.swift @@ -0,0 +1,34 @@ +// +// ZRadiov2Tests.swift +// ZRadiov2Tests +// +// Created by Kenny Payes on 3/30/20. +// Copyright © 2020 Kenny Payes. All rights reserved. +// + +import XCTest +@testable import ZRadiov2 + +class ZRadiov2Tests: 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/ZRadiov2UITests/Info.plist b/ZRadiov2UITests/Info.plist new file mode 100644 index 0000000..64d65ca --- /dev/null +++ b/ZRadiov2UITests/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/ZRadiov2UITests/ZRadiov2UITests.swift b/ZRadiov2UITests/ZRadiov2UITests.swift new file mode 100644 index 0000000..cf08671 --- /dev/null +++ b/ZRadiov2UITests/ZRadiov2UITests.swift @@ -0,0 +1,43 @@ +// +// ZRadiov2UITests.swift +// ZRadiov2UITests +// +// Created by Kenny Payes on 3/30/20. +// Copyright © 2020 Kenny Payes. All rights reserved. +// + +import XCTest + +class ZRadiov2UITests: 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: [XCTOSSignpostMetric.applicationLaunch]) { + XCUIApplication().launch() + } + } + } +}