From bf4dc6c920e96ea4e37deda461416a87b118d1f5 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 7 Jan 2024 12:17:46 +0100 Subject: [PATCH] Add tvOS build to beta/review CI jobs (#453) _Should_ work out of the box. Closes #450 --- .github/workflows/release.yml | 6 ++++++ Passepartout/App/Info.plist | 2 +- Passepartout/Launcher/Info.plist | 2 +- Passepartout/Mac/Info.plist | 2 +- Passepartout/Tunnel/Info.plist | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6d72f60..b10e257c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,6 +122,9 @@ jobs: - name: Publish on TestFlight (macOS) run: | bundle exec fastlane --env mac,beta run pilot + - name: Publish on TestFlight (tvOS) + run: | + bundle exec fastlane --env tvos,beta run pilot submit_for_app_review: name: Submit to App Review runs-on: ubuntu-latest @@ -146,6 +149,9 @@ jobs: - name: Submit for App Review (macOS) run: | bundle exec fastlane --env mac deliver_review add_id_info_uses_idfa:false + - name: Submit for App Review (tvOS) + run: | + bundle exec fastlane --env tvos deliver_review add_id_info_uses_idfa:false publish_to_app_store: name: Publish to App Store runs-on: ubuntu-latest diff --git a/Passepartout/App/Info.plist b/Passepartout/App/Info.plist index 47208462..154bd51f 100644 --- a/Passepartout/App/Info.plist +++ b/Passepartout/App/Info.plist @@ -32,7 +32,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.3.1 + 2.3.2 CFBundleVersion 3570 ITSAppUsesNonExemptEncryption diff --git a/Passepartout/Launcher/Info.plist b/Passepartout/Launcher/Info.plist index 924477b0..6d608212 100644 --- a/Passepartout/Launcher/Info.plist +++ b/Passepartout/Launcher/Info.plist @@ -3,7 +3,7 @@ CFBundleShortVersionString - 2.3.1 + 2.3.2 CFBundleVersion 3570 LSBackgroundOnly diff --git a/Passepartout/Mac/Info.plist b/Passepartout/Mac/Info.plist index cd95fbb9..fea36d3b 100644 --- a/Passepartout/Mac/Info.plist +++ b/Passepartout/Mac/Info.plist @@ -5,7 +5,7 @@ CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleShortVersionString - 2.3.1 + 2.3.2 CFBundleVersion 3570 NSPrincipalClass diff --git a/Passepartout/Tunnel/Info.plist b/Passepartout/Tunnel/Info.plist index 7aa19561..903edefd 100644 --- a/Passepartout/Tunnel/Info.plist +++ b/Passepartout/Tunnel/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 2.3.1 + 2.3.2 CFBundleVersion 3570 LSMinimumSystemVersion