[ios] Use FASTLANE_ENABLE_BETA_DELIVER_SYNC_SCREENSHOTS

The new Fastlane feature enables incremental synchronization
of screenshots without fully removing them during each upload.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2025-01-26 15:50:06 +03:00
parent 98ba6f66a9
commit 45dd46799e

View file

@ -61,12 +61,13 @@ upload_metadata() {
upload_screenshots() {
check_keys
check_screenshots
export FASTLANE_ENABLE_BETA_DELIVER_SYNC_SCREENSHOTS=true
run_fastlane deliver \
--force \
--skip_binary_upload=true \
--skip_app_version_update=true \
--skip_metadata \
--overwrite_screenshots=true \
--sync_screenshots=true \
--precheck_include_in_app_purchases=false \
--automatic_release=false
}