diff --git a/ListenerApp.xcodeproj/project.pbxproj b/ListenerGS.xcodeproj/project.pbxproj similarity index 81% rename from ListenerApp.xcodeproj/project.pbxproj rename to ListenerGS.xcodeproj/project.pbxproj index 4ff66d5..a6996ad 100644 --- a/ListenerApp.xcodeproj/project.pbxproj +++ b/ListenerGS.xcodeproj/project.pbxproj @@ -7,12 +7,12 @@ objects = { /* Begin PBXBuildFile section */ - 9D5155F326A1EF7B0075EBC7 /* ListenerAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D5155F226A1EF7B0075EBC7 /* ListenerAppApp.swift */; }; + 9D5155F326A1EF7B0075EBC7 /* ListenerGSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D5155F226A1EF7B0075EBC7 /* ListenerGSApp.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 */; }; + 9D51560526A1EF7C0075EBC7 /* ListenerGSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51560426A1EF7C0075EBC7 /* ListenerGSTests.swift */; }; + 9D51561026A1EF7C0075EBC7 /* ListenerGSUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51560F26A1EF7C0075EBC7 /* ListenerGSUITests.swift */; }; 9D51562226A1F0DF0075EBC7 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 9D51562126A1F0DF0075EBC7 /* LICENSE */; }; 9D51563126A278BB0075EBC7 /* Speech.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D51563026A278BB0075EBC7 /* Speech.framework */; }; 9D51565226A36B410075EBC7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51564C26A36B410075EBC7 /* Result.swift */; }; @@ -44,23 +44,23 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 9D0DC15826F2E47A007EB92D /* ListenerApp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ListenerApp.entitlements; sourceTree = ""; }; - 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 = ""; }; + 9D0DC15826F2E47A007EB92D /* ListenerGS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ListenerGS.entitlements; sourceTree = ""; }; + 9D5155EF26A1EF7B0075EBC7 /* ListenerGS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ListenerGS.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 9D5155F226A1EF7B0075EBC7 /* ListenerGSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListenerGSApp.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 = ""; }; + 9D51560026A1EF7C0075EBC7 /* ListenerGSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ListenerGSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 9D51560426A1EF7C0075EBC7 /* ListenerGSTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListenerGSTests.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 = ""; }; + 9D51560B26A1EF7C0075EBC7 /* ListenerGSUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ListenerGSUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 9D51560F26A1EF7C0075EBC7 /* ListenerGSUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListenerGSUITests.swift; sourceTree = ""; }; 9D51561126A1EF7C0075EBC7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 9D51562126A1F0DF0075EBC7 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; 9D51562A26A1F1B40075EBC7 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 9D51563026A278BB0075EBC7 /* Speech.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Speech.framework; path = System/Library/Frameworks/Speech.framework; sourceTree = SDKROOT; }; - 9D51563726A36AF20075EBC7 /* ListenerApp-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ListenerApp-Bridging-Header.h"; sourceTree = ""; }; + 9D51563726A36AF20075EBC7 /* ListenerGS-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ListenerGS-Bridging-Header.h"; sourceTree = ""; }; 9D51564B26A36B410075EBC7 /* SwiftSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SwiftSocket.h; sourceTree = ""; }; 9D51564C26A36B410075EBC7 /* Result.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Result.swift; sourceTree = ""; }; 9D51564D26A36B410075EBC7 /* yudpsocket.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = yudpsocket.c; sourceTree = ""; }; @@ -104,9 +104,9 @@ children = ( 9D51562126A1F0DF0075EBC7 /* LICENSE */, 9D51562A26A1F1B40075EBC7 /* README.md */, - 9D5155F126A1EF7B0075EBC7 /* ListenerApp */, - 9D51560326A1EF7C0075EBC7 /* ListenerAppTests */, - 9D51560E26A1EF7C0075EBC7 /* ListenerAppUITests */, + 9D5155F126A1EF7B0075EBC7 /* ListenerGS */, + 9D51560326A1EF7C0075EBC7 /* ListenerGSTests */, + 9D51560E26A1EF7C0075EBC7 /* ListenerGSUITests */, 9D5155F026A1EF7B0075EBC7 /* Products */, 9D51562F26A278BA0075EBC7 /* Frameworks */, ); @@ -115,18 +115,18 @@ 9D5155F026A1EF7B0075EBC7 /* Products */ = { isa = PBXGroup; children = ( - 9D5155EF26A1EF7B0075EBC7 /* ListenerApp.app */, - 9D51560026A1EF7C0075EBC7 /* ListenerAppTests.xctest */, - 9D51560B26A1EF7C0075EBC7 /* ListenerAppUITests.xctest */, + 9D5155EF26A1EF7B0075EBC7 /* ListenerGS.app */, + 9D51560026A1EF7C0075EBC7 /* ListenerGSTests.xctest */, + 9D51560B26A1EF7C0075EBC7 /* ListenerGSUITests.xctest */, ); name = Products; sourceTree = ""; }; - 9D5155F126A1EF7B0075EBC7 /* ListenerApp */ = { + 9D5155F126A1EF7B0075EBC7 /* ListenerGS */ = { isa = PBXGroup; children = ( - 9D0DC15826F2E47A007EB92D /* ListenerApp.entitlements */, - 9D5155F226A1EF7B0075EBC7 /* ListenerAppApp.swift */, + 9D0DC15826F2E47A007EB92D /* ListenerGS.entitlements */, + 9D5155F226A1EF7B0075EBC7 /* ListenerGSApp.swift */, 9D5155F426A1EF7B0075EBC7 /* ContentView.swift */, 9D51566326A36F530075EBC7 /* BinUtils */, 9D51563626A36AD60075EBC7 /* SwiftSocket */, @@ -134,7 +134,7 @@ 9D5155FB26A1EF7C0075EBC7 /* Info.plist */, 9D5155F826A1EF7C0075EBC7 /* Preview Content */, ); - path = ListenerApp; + path = ListenerGS; sourceTree = ""; }; 9D5155F826A1EF7C0075EBC7 /* Preview Content */ = { @@ -145,22 +145,22 @@ path = "Preview Content"; sourceTree = ""; }; - 9D51560326A1EF7C0075EBC7 /* ListenerAppTests */ = { + 9D51560326A1EF7C0075EBC7 /* ListenerGSTests */ = { isa = PBXGroup; children = ( - 9D51560426A1EF7C0075EBC7 /* ListenerAppTests.swift */, + 9D51560426A1EF7C0075EBC7 /* ListenerGSTests.swift */, 9D51560626A1EF7C0075EBC7 /* Info.plist */, ); - path = ListenerAppTests; + path = ListenerGSTests; sourceTree = ""; }; - 9D51560E26A1EF7C0075EBC7 /* ListenerAppUITests */ = { + 9D51560E26A1EF7C0075EBC7 /* ListenerGSUITests */ = { isa = PBXGroup; children = ( - 9D51560F26A1EF7C0075EBC7 /* ListenerAppUITests.swift */, + 9D51560F26A1EF7C0075EBC7 /* ListenerGSUITests.swift */, 9D51561126A1EF7C0075EBC7 /* Info.plist */, ); - path = ListenerAppUITests; + path = ListenerGSUITests; sourceTree = ""; }; 9D51562F26A278BA0075EBC7 /* Frameworks */ = { @@ -182,7 +182,7 @@ 9D51564F26A36B410075EBC7 /* UDPClient.swift */, 9D51564E26A36B410075EBC7 /* ytcpsocket.c */, 9D51564D26A36B410075EBC7 /* yudpsocket.c */, - 9D51563726A36AF20075EBC7 /* ListenerApp-Bridging-Header.h */, + 9D51563726A36AF20075EBC7 /* ListenerGS-Bridging-Header.h */, ); path = SwiftSocket; sourceTree = ""; @@ -199,9 +199,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 9D5155EE26A1EF7B0075EBC7 /* ListenerApp */ = { + 9D5155EE26A1EF7B0075EBC7 /* ListenerGS */ = { isa = PBXNativeTarget; - buildConfigurationList = 9D51561426A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerApp" */; + buildConfigurationList = 9D51561426A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerGS" */; buildPhases = ( 9D51562B26A20CE10075EBC7 /* ShellScript */, 9D5155EB26A1EF7B0075EBC7 /* Sources */, @@ -212,14 +212,14 @@ ); dependencies = ( ); - name = ListenerApp; + name = ListenerGS; productName = ListenerApp; - productReference = 9D5155EF26A1EF7B0075EBC7 /* ListenerApp.app */; + productReference = 9D5155EF26A1EF7B0075EBC7 /* ListenerGS.app */; productType = "com.apple.product-type.application"; }; - 9D5155FF26A1EF7C0075EBC7 /* ListenerAppTests */ = { + 9D5155FF26A1EF7C0075EBC7 /* ListenerGSTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 9D51561726A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerAppTests" */; + buildConfigurationList = 9D51561726A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerGSTests" */; buildPhases = ( 9D5155FC26A1EF7C0075EBC7 /* Sources */, 9D5155FD26A1EF7C0075EBC7 /* Frameworks */, @@ -230,14 +230,14 @@ dependencies = ( 9D51560226A1EF7C0075EBC7 /* PBXTargetDependency */, ); - name = ListenerAppTests; + name = ListenerGSTests; productName = ListenerAppTests; - productReference = 9D51560026A1EF7C0075EBC7 /* ListenerAppTests.xctest */; + productReference = 9D51560026A1EF7C0075EBC7 /* ListenerGSTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; - 9D51560A26A1EF7C0075EBC7 /* ListenerAppUITests */ = { + 9D51560A26A1EF7C0075EBC7 /* ListenerGSUITests */ = { isa = PBXNativeTarget; - buildConfigurationList = 9D51561A26A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerAppUITests" */; + buildConfigurationList = 9D51561A26A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerGSUITests" */; buildPhases = ( 9D51560726A1EF7C0075EBC7 /* Sources */, 9D51560826A1EF7C0075EBC7 /* Frameworks */, @@ -248,9 +248,9 @@ dependencies = ( 9D51560D26A1EF7C0075EBC7 /* PBXTargetDependency */, ); - name = ListenerAppUITests; + name = ListenerGSUITests; productName = ListenerAppUITests; - productReference = 9D51560B26A1EF7C0075EBC7 /* ListenerAppUITests.xctest */; + productReference = 9D51560B26A1EF7C0075EBC7 /* ListenerGSUITests.xctest */; productType = "com.apple.product-type.bundle.ui-testing"; }; /* End PBXNativeTarget section */ @@ -276,7 +276,7 @@ }; }; }; - buildConfigurationList = 9D5155EA26A1EF7B0075EBC7 /* Build configuration list for PBXProject "ListenerApp" */; + buildConfigurationList = 9D5155EA26A1EF7B0075EBC7 /* Build configuration list for PBXProject "ListenerGS" */; compatibilityVersion = "Xcode 9.3"; developmentRegion = en; hasScannedForEncodings = 0; @@ -289,9 +289,9 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 9D5155EE26A1EF7B0075EBC7 /* ListenerApp */, - 9D5155FF26A1EF7C0075EBC7 /* ListenerAppTests */, - 9D51560A26A1EF7C0075EBC7 /* ListenerAppUITests */, + 9D5155EE26A1EF7B0075EBC7 /* ListenerGS */, + 9D5155FF26A1EF7C0075EBC7 /* ListenerGSTests */, + 9D51560A26A1EF7C0075EBC7 /* ListenerGSUITests */, ); }; /* End PBXProject section */ @@ -356,7 +356,7 @@ 9D51565326A36B410075EBC7 /* yudpsocket.c in Sources */, 9D51565226A36B410075EBC7 /* Result.swift in Sources */, 9D5155F526A1EF7B0075EBC7 /* ContentView.swift in Sources */, - 9D5155F326A1EF7B0075EBC7 /* ListenerAppApp.swift in Sources */, + 9D5155F326A1EF7B0075EBC7 /* ListenerGSApp.swift in Sources */, 9D51566526A36F6D0075EBC7 /* BinUtils.swift in Sources */, 9D51565426A36B410075EBC7 /* ytcpsocket.c in Sources */, ); @@ -366,7 +366,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9D51560526A1EF7C0075EBC7 /* ListenerAppTests.swift in Sources */, + 9D51560526A1EF7C0075EBC7 /* ListenerGSTests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -374,7 +374,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9D51561026A1EF7C0075EBC7 /* ListenerAppUITests.swift in Sources */, + 9D51561026A1EF7C0075EBC7 /* ListenerGSUITests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -383,12 +383,12 @@ /* Begin PBXTargetDependency section */ 9D51560226A1EF7C0075EBC7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 9D5155EE26A1EF7B0075EBC7 /* ListenerApp */; + target = 9D5155EE26A1EF7B0075EBC7 /* ListenerGS */; targetProxy = 9D51560126A1EF7C0075EBC7 /* PBXContainerItemProxy */; }; 9D51560D26A1EF7C0075EBC7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 9D5155EE26A1EF7B0075EBC7 /* ListenerApp */; + target = 9D5155EE26A1EF7B0075EBC7 /* ListenerGS */; targetProxy = 9D51560C26A1EF7C0075EBC7 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -516,21 +516,21 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = ListenerApp/ListenerApp.entitlements; + CODE_SIGN_ENTITLEMENTS = ListenerGS/ListenerGS.entitlements; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_ASSET_PATHS = "\"ListenerApp/Preview Content\""; + DEVELOPMENT_ASSET_PATHS = "\"ListenerGS/Preview Content\""; DEVELOPMENT_TEAM = VD9FGCW36C; ENABLE_PREVIEWS = YES; - INFOPLIST_FILE = ListenerApp/Info.plist; + INFOPLIST_FILE = ListenerGS/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerApp; + PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerGS; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTS_MACCATALYST = YES; - SWIFT_OBJC_BRIDGING_HEADER = "ListenerApp/SwiftSocket/ListenerApp-Bridging-Header.h"; + SWIFT_OBJC_BRIDGING_HEADER = "ListenerGS/SwiftSocket/ListenerGS-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; @@ -543,21 +543,21 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = ListenerApp/ListenerApp.entitlements; + CODE_SIGN_ENTITLEMENTS = ListenerGS/ListenerGS.entitlements; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_ASSET_PATHS = "\"ListenerApp/Preview Content\""; + DEVELOPMENT_ASSET_PATHS = "\"ListenerGS/Preview Content\""; DEVELOPMENT_TEAM = VD9FGCW36C; ENABLE_PREVIEWS = YES; - INFOPLIST_FILE = ListenerApp/Info.plist; + INFOPLIST_FILE = ListenerGS/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerApp; + PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerGS; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTS_MACCATALYST = YES; - SWIFT_OBJC_BRIDGING_HEADER = "ListenerApp/SwiftSocket/ListenerApp-Bridging-Header.h"; + SWIFT_OBJC_BRIDGING_HEADER = "ListenerGS/SwiftSocket/ListenerGS-Bridging-Header.h"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; @@ -570,18 +570,18 @@ BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = VD9FGCW36C; - INFOPLIST_FILE = ListenerAppTests/Info.plist; + INFOPLIST_FILE = ListenerGSTests/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_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerGSTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ListenerApp.app/ListenerApp"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ListenerGS.app/ListenerGS"; }; name = Debug; }; @@ -592,18 +592,18 @@ BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = VD9FGCW36C; - INFOPLIST_FILE = ListenerAppTests/Info.plist; + INFOPLIST_FILE = ListenerGSTests/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_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerGSTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ListenerApp.app/ListenerApp"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ListenerGS.app/ListenerGS"; }; name = Release; }; @@ -613,17 +613,17 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = VD9FGCW36C; - INFOPLIST_FILE = ListenerAppUITests/Info.plist; + INFOPLIST_FILE = ListenerGSUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerAppUITests; + PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerGSUITests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - TEST_TARGET_NAME = ListenerApp; + TEST_TARGET_NAME = ListenerGS; }; name = Debug; }; @@ -633,24 +633,24 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = VD9FGCW36C; - INFOPLIST_FILE = ListenerAppUITests/Info.plist; + INFOPLIST_FILE = ListenerGSUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerAppUITests; + PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerGSUITests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - TEST_TARGET_NAME = ListenerApp; + TEST_TARGET_NAME = ListenerGS; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 9D5155EA26A1EF7B0075EBC7 /* Build configuration list for PBXProject "ListenerApp" */ = { + 9D5155EA26A1EF7B0075EBC7 /* Build configuration list for PBXProject "ListenerGS" */ = { isa = XCConfigurationList; buildConfigurations = ( 9D51561226A1EF7C0075EBC7 /* Debug */, @@ -659,7 +659,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9D51561426A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerApp" */ = { + 9D51561426A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerGS" */ = { isa = XCConfigurationList; buildConfigurations = ( 9D51561526A1EF7C0075EBC7 /* Debug */, @@ -668,7 +668,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9D51561726A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerAppTests" */ = { + 9D51561726A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerGSTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 9D51561826A1EF7C0075EBC7 /* Debug */, @@ -677,7 +677,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9D51561A26A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerAppUITests" */ = { + 9D51561A26A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerGSUITests" */ = { isa = XCConfigurationList; buildConfigurations = ( 9D51561B26A1EF7C0075EBC7 /* Debug */, diff --git a/ListenerApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ListenerGS.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 82% rename from ListenerApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to ListenerGS.xcodeproj/project.xcworkspace/contents.xcworkspacedata index fd3ac3f..c675c89 100644 --- a/ListenerApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/ListenerGS.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:/Users/jrand/Coding/AppleCoding/Apple2GS/ListenerApp/ListenerGS.xcodeproj"> diff --git a/ListenerApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ListenerGS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from ListenerApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to ListenerGS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/ListenerApp.xcodeproj/xcuserdata/jrand.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/ListenerGS.xcodeproj/xcuserdata/jrand.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist similarity index 100% rename from ListenerApp.xcodeproj/xcuserdata/jrand.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist rename to ListenerGS.xcodeproj/xcuserdata/jrand.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist diff --git a/ListenerApp.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist b/ListenerGS.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist similarity index 100% rename from ListenerApp.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist rename to ListenerGS.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist diff --git a/ListenerApp/Assets.xcassets/AccentColor.colorset/Contents.json b/ListenerGS/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from ListenerApp/Assets.xcassets/AccentColor.colorset/Contents.json rename to ListenerGS/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/ListenerApp/Assets.xcassets/AppIcon.appiconset/Contents.json b/ListenerGS/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from ListenerApp/Assets.xcassets/AppIcon.appiconset/Contents.json rename to ListenerGS/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/ListenerApp/Assets.xcassets/Contents.json b/ListenerGS/Assets.xcassets/Contents.json similarity index 100% rename from ListenerApp/Assets.xcassets/Contents.json rename to ListenerGS/Assets.xcassets/Contents.json diff --git a/ListenerApp/BinUtils/BinUtils.LICENSE b/ListenerGS/BinUtils/BinUtils.LICENSE similarity index 100% rename from ListenerApp/BinUtils/BinUtils.LICENSE rename to ListenerGS/BinUtils/BinUtils.LICENSE diff --git a/ListenerApp/BinUtils/BinUtils.swift b/ListenerGS/BinUtils/BinUtils.swift similarity index 100% rename from ListenerApp/BinUtils/BinUtils.swift rename to ListenerGS/BinUtils/BinUtils.swift diff --git a/ListenerApp/ContentView.swift b/ListenerGS/ContentView.swift similarity index 99% rename from ListenerApp/ContentView.swift rename to ListenerGS/ContentView.swift index ab4cbbe..59f37f2 100644 --- a/ListenerApp/ContentView.swift +++ b/ListenerGS/ContentView.swift @@ -1,6 +1,6 @@ // // ContentView.swift -// ListenerApp +// ListenerGS // // Created by Jeremy Rand on 2021-07-16. // diff --git a/ListenerApp/Info.plist b/ListenerGS/Info.plist similarity index 98% rename from ListenerApp/Info.plist rename to ListenerGS/Info.plist index e351a93..8e4ea79 100644 --- a/ListenerApp/Info.plist +++ b/ListenerGS/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 97 + 100 LSApplicationCategoryType public.app-category.utilities LSRequiresIPhoneOS diff --git a/ListenerApp/ListenerApp.entitlements b/ListenerGS/ListenerGS.entitlements similarity index 100% rename from ListenerApp/ListenerApp.entitlements rename to ListenerGS/ListenerGS.entitlements diff --git a/ListenerApp/ListenerAppApp.swift b/ListenerGS/ListenerGSApp.swift similarity index 70% rename from ListenerApp/ListenerAppApp.swift rename to ListenerGS/ListenerGSApp.swift index 47c1105..afd368c 100644 --- a/ListenerApp/ListenerAppApp.swift +++ b/ListenerGS/ListenerGSApp.swift @@ -1,6 +1,6 @@ // -// ListenerAppApp.swift -// ListenerApp +// ListenerGSApp.swift +// ListenerGS // // Created by Jeremy Rand on 2021-07-16. // @@ -8,7 +8,7 @@ import SwiftUI @main -struct ListenerAppApp: App { +struct ListenerGSApp: App { var body: some Scene { WindowGroup { ContentView() diff --git a/ListenerApp/Preview Content/Preview Assets.xcassets/Contents.json b/ListenerGS/Preview Content/Preview Assets.xcassets/Contents.json similarity index 100% rename from ListenerApp/Preview Content/Preview Assets.xcassets/Contents.json rename to ListenerGS/Preview Content/Preview Assets.xcassets/Contents.json diff --git a/ListenerApp/SwiftSocket/ListenerApp-Bridging-Header.h b/ListenerGS/SwiftSocket/ListenerGS-Bridging-Header.h similarity index 100% rename from ListenerApp/SwiftSocket/ListenerApp-Bridging-Header.h rename to ListenerGS/SwiftSocket/ListenerGS-Bridging-Header.h diff --git a/ListenerApp/SwiftSocket/Result.swift b/ListenerGS/SwiftSocket/Result.swift similarity index 100% rename from ListenerApp/SwiftSocket/Result.swift rename to ListenerGS/SwiftSocket/Result.swift diff --git a/ListenerApp/SwiftSocket/Socket.swift b/ListenerGS/SwiftSocket/Socket.swift similarity index 100% rename from ListenerApp/SwiftSocket/Socket.swift rename to ListenerGS/SwiftSocket/Socket.swift diff --git a/ListenerApp/SwiftSocket/SwiftSocket.LICENSE b/ListenerGS/SwiftSocket/SwiftSocket.LICENSE similarity index 100% rename from ListenerApp/SwiftSocket/SwiftSocket.LICENSE rename to ListenerGS/SwiftSocket/SwiftSocket.LICENSE diff --git a/ListenerApp/SwiftSocket/SwiftSocket.h b/ListenerGS/SwiftSocket/SwiftSocket.h similarity index 100% rename from ListenerApp/SwiftSocket/SwiftSocket.h rename to ListenerGS/SwiftSocket/SwiftSocket.h diff --git a/ListenerApp/SwiftSocket/TCPClient.swift b/ListenerGS/SwiftSocket/TCPClient.swift similarity index 100% rename from ListenerApp/SwiftSocket/TCPClient.swift rename to ListenerGS/SwiftSocket/TCPClient.swift diff --git a/ListenerApp/SwiftSocket/UDPClient.swift b/ListenerGS/SwiftSocket/UDPClient.swift similarity index 100% rename from ListenerApp/SwiftSocket/UDPClient.swift rename to ListenerGS/SwiftSocket/UDPClient.swift diff --git a/ListenerApp/SwiftSocket/ytcpsocket.c b/ListenerGS/SwiftSocket/ytcpsocket.c similarity index 100% rename from ListenerApp/SwiftSocket/ytcpsocket.c rename to ListenerGS/SwiftSocket/ytcpsocket.c diff --git a/ListenerApp/SwiftSocket/yudpsocket.c b/ListenerGS/SwiftSocket/yudpsocket.c similarity index 100% rename from ListenerApp/SwiftSocket/yudpsocket.c rename to ListenerGS/SwiftSocket/yudpsocket.c diff --git a/ListenerAppTests/Info.plist b/ListenerGSTests/Info.plist similarity index 100% rename from ListenerAppTests/Info.plist rename to ListenerGSTests/Info.plist diff --git a/ListenerAppTests/ListenerAppTests.swift b/ListenerGSTests/ListenerGSTests.swift similarity index 87% rename from ListenerAppTests/ListenerAppTests.swift rename to ListenerGSTests/ListenerGSTests.swift index d4223ec..c441a6c 100644 --- a/ListenerAppTests/ListenerAppTests.swift +++ b/ListenerGSTests/ListenerGSTests.swift @@ -1,14 +1,14 @@ // -// ListenerAppTests.swift -// ListenerAppTests +// ListenerGSTests.swift +// ListenerGSTests // // Created by Jeremy Rand on 2021-07-16. // import XCTest -@testable import ListenerApp +@testable import ListenerGS -class ListenerAppTests: XCTestCase { +class ListenerGSTests: XCTestCase { override func setUpWithError() throws { // Put setup code here. This method is called before the invocation of each test method in the class. diff --git a/ListenerAppUITests/Info.plist b/ListenerGSUITests/Info.plist similarity index 100% rename from ListenerAppUITests/Info.plist rename to ListenerGSUITests/Info.plist diff --git a/ListenerAppUITests/ListenerAppUITests.swift b/ListenerGSUITests/ListenerGSUITests.swift similarity index 93% rename from ListenerAppUITests/ListenerAppUITests.swift rename to ListenerGSUITests/ListenerGSUITests.swift index c70dc1c..5b56706 100644 --- a/ListenerAppUITests/ListenerAppUITests.swift +++ b/ListenerGSUITests/ListenerGSUITests.swift @@ -1,13 +1,13 @@ // -// ListenerAppUITests.swift -// ListenerAppUITests +// ListenerGSUITests.swift +// ListenerGSUITests // // Created by Jeremy Rand on 2021-07-16. // import XCTest -class ListenerAppUITests: XCTestCase { +class ListenerGSUITests: XCTestCase { override func setUpWithError() throws { // Put setup code here. This method is called before the invocation of each test method in the class. diff --git a/README.md b/README.md index 01c4695..8eb6288 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ListenerApp +# ListenerGS This is an iOS app that connects to an Apple IIgs over a network and streams text to it from voice dicatation. It communicates to the [Listen NDA](https://github.com/jeremysrand/Listener) which must be running on your network capable Apple IIgs. See that other project for more details about how to use this app.