Add tvOS build to beta/review CI jobs (#453)
_Should_ work out of the box. Closes #450
This commit is contained in:
parent
dde2d22eed
commit
bf4dc6c920
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue