From c9e72aea6a6a6712b0925eab02aa051053006f81 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Fri, 16 Jul 2021 12:46:54 -0400 Subject: [PATCH] Initial Commit --- ListenerApp.xcodeproj/project.pbxproj | 585 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../xcschemes/xcschememanagement.plist | 14 + .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 98 +++ ListenerApp/Assets.xcassets/Contents.json | 6 + ListenerApp/ContentView.swift | 21 + ListenerApp/Info.plist | 50 ++ ListenerApp/ListenerAppApp.swift | 17 + .../Preview Assets.xcassets/Contents.json | 6 + ListenerAppTests/Info.plist | 22 + ListenerAppTests/ListenerAppTests.swift | 33 + ListenerAppUITests/Info.plist | 22 + ListenerAppUITests/ListenerAppUITests.swift | 42 ++ 15 files changed, 942 insertions(+) create mode 100644 ListenerApp.xcodeproj/project.pbxproj create mode 100644 ListenerApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 ListenerApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 ListenerApp.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 ListenerApp/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 ListenerApp/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 ListenerApp/Assets.xcassets/Contents.json create mode 100644 ListenerApp/ContentView.swift create mode 100644 ListenerApp/Info.plist create mode 100644 ListenerApp/ListenerAppApp.swift create mode 100644 ListenerApp/Preview Content/Preview Assets.xcassets/Contents.json create mode 100644 ListenerAppTests/Info.plist create mode 100644 ListenerAppTests/ListenerAppTests.swift create mode 100644 ListenerAppUITests/Info.plist create mode 100644 ListenerAppUITests/ListenerAppUITests.swift diff --git a/ListenerApp.xcodeproj/project.pbxproj b/ListenerApp.xcodeproj/project.pbxproj new file mode 100644 index 0000000..051bc2b --- /dev/null +++ b/ListenerApp.xcodeproj/project.pbxproj @@ -0,0 +1,585 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 9D5155F326A1EF7B0075EBC7 /* ListenerAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D5155F226A1EF7B0075EBC7 /* ListenerAppApp.swift */; }; + 9D5155F526A1EF7B0075EBC7 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D5155F426A1EF7B0075EBC7 /* ContentView.swift */; }; + 9D5155F726A1EF7C0075EBC7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9D5155F626A1EF7C0075EBC7 /* Assets.xcassets */; }; + 9D5155FA26A1EF7C0075EBC7 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9D5155F926A1EF7C0075EBC7 /* Preview Assets.xcassets */; }; + 9D51560526A1EF7C0075EBC7 /* ListenerAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51560426A1EF7C0075EBC7 /* ListenerAppTests.swift */; }; + 9D51561026A1EF7C0075EBC7 /* ListenerAppUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51560F26A1EF7C0075EBC7 /* ListenerAppUITests.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 9D51560126A1EF7C0075EBC7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 9D5155E726A1EF7B0075EBC7 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9D5155EE26A1EF7B0075EBC7; + remoteInfo = ListenerApp; + }; + 9D51560C26A1EF7C0075EBC7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 9D5155E726A1EF7B0075EBC7 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9D5155EE26A1EF7B0075EBC7; + remoteInfo = ListenerApp; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 9D5155EF26A1EF7B0075EBC7 /* ListenerApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ListenerApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 9D5155F226A1EF7B0075EBC7 /* ListenerAppApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListenerAppApp.swift; sourceTree = ""; }; + 9D5155F426A1EF7B0075EBC7 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + 9D5155F626A1EF7C0075EBC7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 9D5155F926A1EF7C0075EBC7 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + 9D5155FB26A1EF7C0075EBC7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 9D51560026A1EF7C0075EBC7 /* ListenerAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ListenerAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 9D51560426A1EF7C0075EBC7 /* ListenerAppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListenerAppTests.swift; sourceTree = ""; }; + 9D51560626A1EF7C0075EBC7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 9D51560B26A1EF7C0075EBC7 /* ListenerAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ListenerAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 9D51560F26A1EF7C0075EBC7 /* ListenerAppUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListenerAppUITests.swift; sourceTree = ""; }; + 9D51561126A1EF7C0075EBC7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 9D5155EC26A1EF7B0075EBC7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9D5155FD26A1EF7C0075EBC7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9D51560826A1EF7C0075EBC7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 9D5155E626A1EF7B0075EBC7 = { + isa = PBXGroup; + children = ( + 9D5155F126A1EF7B0075EBC7 /* ListenerApp */, + 9D51560326A1EF7C0075EBC7 /* ListenerAppTests */, + 9D51560E26A1EF7C0075EBC7 /* ListenerAppUITests */, + 9D5155F026A1EF7B0075EBC7 /* Products */, + ); + sourceTree = ""; + }; + 9D5155F026A1EF7B0075EBC7 /* Products */ = { + isa = PBXGroup; + children = ( + 9D5155EF26A1EF7B0075EBC7 /* ListenerApp.app */, + 9D51560026A1EF7C0075EBC7 /* ListenerAppTests.xctest */, + 9D51560B26A1EF7C0075EBC7 /* ListenerAppUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 9D5155F126A1EF7B0075EBC7 /* ListenerApp */ = { + isa = PBXGroup; + children = ( + 9D5155F226A1EF7B0075EBC7 /* ListenerAppApp.swift */, + 9D5155F426A1EF7B0075EBC7 /* ContentView.swift */, + 9D5155F626A1EF7C0075EBC7 /* Assets.xcassets */, + 9D5155FB26A1EF7C0075EBC7 /* Info.plist */, + 9D5155F826A1EF7C0075EBC7 /* Preview Content */, + ); + path = ListenerApp; + sourceTree = ""; + }; + 9D5155F826A1EF7C0075EBC7 /* Preview Content */ = { + isa = PBXGroup; + children = ( + 9D5155F926A1EF7C0075EBC7 /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = ""; + }; + 9D51560326A1EF7C0075EBC7 /* ListenerAppTests */ = { + isa = PBXGroup; + children = ( + 9D51560426A1EF7C0075EBC7 /* ListenerAppTests.swift */, + 9D51560626A1EF7C0075EBC7 /* Info.plist */, + ); + path = ListenerAppTests; + sourceTree = ""; + }; + 9D51560E26A1EF7C0075EBC7 /* ListenerAppUITests */ = { + isa = PBXGroup; + children = ( + 9D51560F26A1EF7C0075EBC7 /* ListenerAppUITests.swift */, + 9D51561126A1EF7C0075EBC7 /* Info.plist */, + ); + path = ListenerAppUITests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 9D5155EE26A1EF7B0075EBC7 /* ListenerApp */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9D51561426A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerApp" */; + buildPhases = ( + 9D5155EB26A1EF7B0075EBC7 /* Sources */, + 9D5155EC26A1EF7B0075EBC7 /* Frameworks */, + 9D5155ED26A1EF7B0075EBC7 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = ListenerApp; + productName = ListenerApp; + productReference = 9D5155EF26A1EF7B0075EBC7 /* ListenerApp.app */; + productType = "com.apple.product-type.application"; + }; + 9D5155FF26A1EF7C0075EBC7 /* ListenerAppTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9D51561726A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerAppTests" */; + buildPhases = ( + 9D5155FC26A1EF7C0075EBC7 /* Sources */, + 9D5155FD26A1EF7C0075EBC7 /* Frameworks */, + 9D5155FE26A1EF7C0075EBC7 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 9D51560226A1EF7C0075EBC7 /* PBXTargetDependency */, + ); + name = ListenerAppTests; + productName = ListenerAppTests; + productReference = 9D51560026A1EF7C0075EBC7 /* ListenerAppTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 9D51560A26A1EF7C0075EBC7 /* ListenerAppUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9D51561A26A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerAppUITests" */; + buildPhases = ( + 9D51560726A1EF7C0075EBC7 /* Sources */, + 9D51560826A1EF7C0075EBC7 /* Frameworks */, + 9D51560926A1EF7C0075EBC7 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 9D51560D26A1EF7C0075EBC7 /* PBXTargetDependency */, + ); + name = ListenerAppUITests; + productName = ListenerAppUITests; + productReference = 9D51560B26A1EF7C0075EBC7 /* ListenerAppUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 9D5155E726A1EF7B0075EBC7 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1240; + LastUpgradeCheck = 1240; + TargetAttributes = { + 9D5155EE26A1EF7B0075EBC7 = { + CreatedOnToolsVersion = 12.4; + }; + 9D5155FF26A1EF7C0075EBC7 = { + CreatedOnToolsVersion = 12.4; + TestTargetID = 9D5155EE26A1EF7B0075EBC7; + }; + 9D51560A26A1EF7C0075EBC7 = { + CreatedOnToolsVersion = 12.4; + TestTargetID = 9D5155EE26A1EF7B0075EBC7; + }; + }; + }; + buildConfigurationList = 9D5155EA26A1EF7B0075EBC7 /* Build configuration list for PBXProject "ListenerApp" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 9D5155E626A1EF7B0075EBC7; + productRefGroup = 9D5155F026A1EF7B0075EBC7 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 9D5155EE26A1EF7B0075EBC7 /* ListenerApp */, + 9D5155FF26A1EF7C0075EBC7 /* ListenerAppTests */, + 9D51560A26A1EF7C0075EBC7 /* ListenerAppUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 9D5155ED26A1EF7B0075EBC7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9D5155FA26A1EF7C0075EBC7 /* Preview Assets.xcassets in Resources */, + 9D5155F726A1EF7C0075EBC7 /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9D5155FE26A1EF7C0075EBC7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9D51560926A1EF7C0075EBC7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 9D5155EB26A1EF7B0075EBC7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9D5155F526A1EF7B0075EBC7 /* ContentView.swift in Sources */, + 9D5155F326A1EF7B0075EBC7 /* ListenerAppApp.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9D5155FC26A1EF7C0075EBC7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9D51560526A1EF7C0075EBC7 /* ListenerAppTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9D51560726A1EF7C0075EBC7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9D51561026A1EF7C0075EBC7 /* ListenerAppUITests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 9D51560226A1EF7C0075EBC7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 9D5155EE26A1EF7B0075EBC7 /* ListenerApp */; + targetProxy = 9D51560126A1EF7C0075EBC7 /* PBXContainerItemProxy */; + }; + 9D51560D26A1EF7C0075EBC7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 9D5155EE26A1EF7B0075EBC7 /* ListenerApp */; + targetProxy = 9D51560C26A1EF7C0075EBC7 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 9D51561226A1EF7C0075EBC7 /* 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.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; + }; + 9D51561326A1EF7C0075EBC7 /* 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.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; + }; + 9D51561526A1EF7C0075EBC7 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_ASSET_PATHS = "\"ListenerApp/Preview Content\""; + DEVELOPMENT_TEAM = VD9FGCW36C; + ENABLE_PREVIEWS = YES; + INFOPLIST_FILE = ListenerApp/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerApp; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 9D51561626A1EF7C0075EBC7 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_ASSET_PATHS = "\"ListenerApp/Preview Content\""; + DEVELOPMENT_TEAM = VD9FGCW36C; + ENABLE_PREVIEWS = YES; + INFOPLIST_FILE = ListenerApp/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerApp; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 9D51561826A1EF7C0075EBC7 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = VD9FGCW36C; + INFOPLIST_FILE = ListenerAppTests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerAppTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ListenerApp.app/ListenerApp"; + }; + name = Debug; + }; + 9D51561926A1EF7C0075EBC7 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = VD9FGCW36C; + INFOPLIST_FILE = ListenerAppTests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerAppTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ListenerApp.app/ListenerApp"; + }; + name = Release; + }; + 9D51561B26A1EF7C0075EBC7 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = VD9FGCW36C; + INFOPLIST_FILE = ListenerAppUITests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerAppUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = ListenerApp; + }; + name = Debug; + }; + 9D51561C26A1EF7C0075EBC7 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = VD9FGCW36C; + INFOPLIST_FILE = ListenerAppUITests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerAppUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = ListenerApp; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 9D5155EA26A1EF7B0075EBC7 /* Build configuration list for PBXProject "ListenerApp" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9D51561226A1EF7C0075EBC7 /* Debug */, + 9D51561326A1EF7C0075EBC7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9D51561426A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerApp" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9D51561526A1EF7C0075EBC7 /* Debug */, + 9D51561626A1EF7C0075EBC7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9D51561726A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerAppTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9D51561826A1EF7C0075EBC7 /* Debug */, + 9D51561926A1EF7C0075EBC7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9D51561A26A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerAppUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9D51561B26A1EF7C0075EBC7 /* Debug */, + 9D51561C26A1EF7C0075EBC7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 9D5155E726A1EF7B0075EBC7 /* Project object */; +} diff --git a/ListenerApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ListenerApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/ListenerApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/ListenerApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ListenerApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/ListenerApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/ListenerApp.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist b/ListenerApp.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..0ec5871 --- /dev/null +++ b/ListenerApp.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + ListenerApp.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/ListenerApp/Assets.xcassets/AccentColor.colorset/Contents.json b/ListenerApp/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/ListenerApp/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ListenerApp/Assets.xcassets/AppIcon.appiconset/Contents.json b/ListenerApp/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..9221b9b --- /dev/null +++ b/ListenerApp/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/ListenerApp/Assets.xcassets/Contents.json b/ListenerApp/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/ListenerApp/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ListenerApp/ContentView.swift b/ListenerApp/ContentView.swift new file mode 100644 index 0000000..458f299 --- /dev/null +++ b/ListenerApp/ContentView.swift @@ -0,0 +1,21 @@ +// +// ContentView.swift +// ListenerApp +// +// Created by Jeremy Rand on 2021-07-16. +// + +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/ListenerApp/Info.plist b/ListenerApp/Info.plist new file mode 100644 index 0000000..efc211a --- /dev/null +++ b/ListenerApp/Info.plist @@ -0,0 +1,50 @@ + + + + + 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 + + + UIApplicationSupportsIndirectInputEvents + + UILaunchScreen + + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/ListenerApp/ListenerAppApp.swift b/ListenerApp/ListenerAppApp.swift new file mode 100644 index 0000000..47c1105 --- /dev/null +++ b/ListenerApp/ListenerAppApp.swift @@ -0,0 +1,17 @@ +// +// ListenerAppApp.swift +// ListenerApp +// +// Created by Jeremy Rand on 2021-07-16. +// + +import SwiftUI + +@main +struct ListenerAppApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} diff --git a/ListenerApp/Preview Content/Preview Assets.xcassets/Contents.json b/ListenerApp/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/ListenerApp/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ListenerAppTests/Info.plist b/ListenerAppTests/Info.plist new file mode 100644 index 0000000..64d65ca --- /dev/null +++ b/ListenerAppTests/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/ListenerAppTests/ListenerAppTests.swift b/ListenerAppTests/ListenerAppTests.swift new file mode 100644 index 0000000..d4223ec --- /dev/null +++ b/ListenerAppTests/ListenerAppTests.swift @@ -0,0 +1,33 @@ +// +// ListenerAppTests.swift +// ListenerAppTests +// +// Created by Jeremy Rand on 2021-07-16. +// + +import XCTest +@testable import ListenerApp + +class ListenerAppTests: 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/ListenerAppUITests/Info.plist b/ListenerAppUITests/Info.plist new file mode 100644 index 0000000..64d65ca --- /dev/null +++ b/ListenerAppUITests/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/ListenerAppUITests/ListenerAppUITests.swift b/ListenerAppUITests/ListenerAppUITests.swift new file mode 100644 index 0000000..c70dc1c --- /dev/null +++ b/ListenerAppUITests/ListenerAppUITests.swift @@ -0,0 +1,42 @@ +// +// ListenerAppUITests.swift +// ListenerAppUITests +// +// Created by Jeremy Rand on 2021-07-16. +// + +import XCTest + +class ListenerAppUITests: 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() + } + } + } +}