From 1e34c9baeebd74a440724f3e8aefb61a9bb5a99e Mon Sep 17 00:00:00 2001 From: Aiden Vigue Date: Wed, 9 Jun 2021 22:46:57 -0700 Subject: [PATCH] fixes --- JellyfinPlayer tvOS/Info.plist | 2 +- JellyfinPlayer.xcodeproj/project.pbxproj | 6 ++++++ JellyfinPlayer/Info.plist | 18 +++++++++--------- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/JellyfinPlayer tvOS/Info.plist b/JellyfinPlayer tvOS/Info.plist index 0c4c61b7..34b9158f 100644 --- a/JellyfinPlayer tvOS/Info.plist +++ b/JellyfinPlayer tvOS/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 36 + $(CURRENT_PROJECT_VERSION) LSRequiresIPhoneOS UILaunchScreen diff --git a/JellyfinPlayer.xcodeproj/project.pbxproj b/JellyfinPlayer.xcodeproj/project.pbxproj index acbed074..156c052f 100644 --- a/JellyfinPlayer.xcodeproj/project.pbxproj +++ b/JellyfinPlayer.xcodeproj/project.pbxproj @@ -9,6 +9,8 @@ /* Begin PBXBuildFile section */ 53192D5D265AA78A008A4215 /* DeviceProfileBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53192D5C265AA78A008A4215 /* DeviceProfileBuilder.swift */; }; 5321753B2671BCFC005491E6 /* SettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5321753A2671BCFC005491E6 /* SettingsViewModel.swift */; }; + 5321753E2671DE9C005491E6 /* Typings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 535870AC2669D8DD00D05A09 /* Typings.swift */; }; + 5321753F2671DEA6005491E6 /* SettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5321753A2671BCFC005491E6 /* SettingsViewModel.swift */; }; 53313B90265EEA6D00947AA3 /* VideoPlayer.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 53313B8F265EEA6D00947AA3 /* VideoPlayer.storyboard */; }; 53352571265EA0A0006CCA86 /* Introspect in Frameworks */ = {isa = PBXBuildFile; productRef = 53352570265EA0A0006CCA86 /* Introspect */; }; 5338F74E263B61370014BF09 /* ConnectToServerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5338F74D263B61370014BF09 /* ConnectToServerView.swift */; }; @@ -465,11 +467,13 @@ 535870A72669D8AE00D05A09 /* MultiSelectorView.swift in Sources */, 535870A92669D8AE00D05A09 /* NukeExtensions.swift in Sources */, 5358706C2669D21700D05A09 /* Persistence.swift in Sources */, + 5321753F2671DEA6005491E6 /* SettingsViewModel.swift in Sources */, 535870AA2669D8AE00D05A09 /* BlurHashDecode.swift in Sources */, 535870652669D21600D05A09 /* ContentView.swift in Sources */, 535870A62669D8AE00D05A09 /* LazyView.swift in Sources */, 53C4404F266C75C70049424C /* HandleAPIRequestCompletion.swift in Sources */, 5358706F2669D21700D05A09 /* JellyfinPlayer_tvOS.xcdatamodeld in Sources */, + 5321753E2671DE9C005491E6 /* Typings.swift in Sources */, 535870632669D21600D05A09 /* JellyfinPlayer_tvOSApp.swift in Sources */, 5364F456266CA0DC0026ECBA /* APIExtensions.swift in Sources */, 535870A32669D89F00D05A09 /* Model.xcdatamodeld in Sources */, @@ -524,6 +528,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 36; DEVELOPMENT_ASSET_PATHS = "\"JellyfinPlayer tvOS/Preview Content\""; DEVELOPMENT_TEAM = 9R8RREG67J; ENABLE_PREVIEWS = YES; @@ -552,6 +557,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 36; DEVELOPMENT_ASSET_PATHS = "\"JellyfinPlayer tvOS/Preview Content\""; DEVELOPMENT_TEAM = 9R8RREG67J; ENABLE_PREVIEWS = YES; diff --git a/JellyfinPlayer/Info.plist b/JellyfinPlayer/Info.plist index c14d7bca..8b4d6202 100644 --- a/JellyfinPlayer/Info.plist +++ b/JellyfinPlayer/Info.plist @@ -2,14 +2,6 @@ - NSBonjourServices - - _googlecast._tcp - _F007D354._googlecast._tcp - - NSLocalNetworkUsageDescription - ${PRODUCT_NAME} uses the local network to connect to your Jellyfin server & discover Cast-enabled devices on your WiFi -network. CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName @@ -27,7 +19,7 @@ network. CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 36 + $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS @@ -37,6 +29,14 @@ network. NSAllowsArbitraryLoads + NSBonjourServices + + _googlecast._tcp + _F007D354._googlecast._tcp + + NSLocalNetworkUsageDescription + ${PRODUCT_NAME} uses the local network to connect to your Jellyfin server & discover Cast-enabled devices on your WiFi +network. UIApplicationSceneManifest UIApplicationSupportsMultipleScenes