Add tvOS build to beta/review CI jobs (#453)

_Should_ work out of the box.

Closes #450
This commit is contained in:
Davide De Rosa 2024-01-07 12:17:46 +01:00 committed by GitHub
parent dde2d22eed
commit bf4dc6c920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 4 deletions

View File

@ -122,6 +122,9 @@ jobs:
- name: Publish on TestFlight (macOS) - name: Publish on TestFlight (macOS)
run: | run: |
bundle exec fastlane --env mac,beta run pilot 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: submit_for_app_review:
name: Submit to App Review name: Submit to App Review
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -146,6 +149,9 @@ jobs:
- name: Submit for App Review (macOS) - name: Submit for App Review (macOS)
run: | run: |
bundle exec fastlane --env mac deliver_review add_id_info_uses_idfa:false 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: publish_to_app_store:
name: Publish to App Store name: Publish to App Store
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -32,7 +32,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.3.1</string> <string>2.3.2</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3570</string> <string>3570</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>

View File

@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.3.1</string> <string>2.3.2</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3570</string> <string>3570</string>
<key>LSBackgroundOnly</key> <key>LSBackgroundOnly</key>

View File

@ -5,7 +5,7 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.3.1</string> <string>2.3.2</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3570</string> <string>3570</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>XPC!</string> <string>XPC!</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.3.1</string> <string>2.3.2</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3570</string> <string>3570</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>