diff --git a/ListenerApp.xcodeproj/project.pbxproj b/ListenerApp.xcodeproj/project.pbxproj index eb03e28..4ff66d5 100644 --- a/ListenerApp.xcodeproj/project.pbxproj +++ b/ListenerApp.xcodeproj/project.pbxproj @@ -44,6 +44,7 @@ /* 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 = ""; }; 9D5155F426A1EF7B0075EBC7 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; @@ -124,6 +125,7 @@ 9D5155F126A1EF7B0075EBC7 /* ListenerApp */ = { isa = PBXGroup; children = ( + 9D0DC15826F2E47A007EB92D /* ListenerApp.entitlements */, 9D5155F226A1EF7B0075EBC7 /* ListenerAppApp.swift */, 9D5155F426A1EF7B0075EBC7 /* ContentView.swift */, 9D51566326A36F530075EBC7 /* BinUtils */, @@ -514,6 +516,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = YES; + CODE_SIGN_ENTITLEMENTS = ListenerApp/ListenerApp.entitlements; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_ASSET_PATHS = "\"ListenerApp/Preview Content\""; DEVELOPMENT_TEAM = VD9FGCW36C; @@ -526,6 +529,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerApp; PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTS_MACCATALYST = YES; SWIFT_OBJC_BRIDGING_HEADER = "ListenerApp/SwiftSocket/ListenerApp-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; @@ -539,6 +543,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = YES; + CODE_SIGN_ENTITLEMENTS = ListenerApp/ListenerApp.entitlements; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_ASSET_PATHS = "\"ListenerApp/Preview Content\""; DEVELOPMENT_TEAM = VD9FGCW36C; @@ -551,6 +556,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerApp; PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTS_MACCATALYST = YES; SWIFT_OBJC_BRIDGING_HEADER = "ListenerApp/SwiftSocket/ListenerApp-Bridging-Header.h"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; diff --git a/ListenerApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ListenerApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 919434a..fd3ac3f 100644 --- a/ListenerApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/ListenerApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:/Users/jrand/Coding/AppleCoding/Apple2GS/ListenerApp/ListenerApp.xcodeproj"> diff --git a/ListenerApp.xcodeproj/xcuserdata/jrand.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/ListenerApp.xcodeproj/xcuserdata/jrand.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist new file mode 100644 index 0000000..c0ff7ce --- /dev/null +++ b/ListenerApp.xcodeproj/xcuserdata/jrand.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -0,0 +1,6 @@ + + + diff --git a/ListenerApp/Info.plist b/ListenerApp/Info.plist index d2aa83c..e351a93 100644 --- a/ListenerApp/Info.plist +++ b/ListenerApp/Info.plist @@ -4,6 +4,8 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + ListenerGS CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -17,7 +19,9 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 95 + 97 + LSApplicationCategoryType + public.app-category.utilities LSRequiresIPhoneOS NSMicrophoneUsageDescription diff --git a/ListenerApp/ListenerApp.entitlements b/ListenerApp/ListenerApp.entitlements new file mode 100644 index 0000000..afafa97 --- /dev/null +++ b/ListenerApp/ListenerApp.entitlements @@ -0,0 +1,12 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.device.audio-input + + com.apple.security.network.client + + +