iost testflight upload 옵션 변경

This commit is contained in:
FE 2025-09-03 15:55:15 +09:00
parent d9bf7d3560
commit 81d28e487c

View file

@ -17,7 +17,7 @@ class TestflightUpload extends Command {
var shell = StringBuffer();
shell.write(
'FASTLANE_DISABLE_PRECHECK=1 fastlane deliver upload_binary --ipa "$ipaPath" --api_key_path "$apiKeyPath" --force');
'FASTLANE_DISABLE_PRECHECK=1 fastlane deliver upload_binary --ipa "$ipaPath" --api_key_path "$apiKeyPath" --force --skip_app_version_update true --run_precheck_before_submit false --skip_metadata true --skip_screenshots true');
var process = await ProcessExecutor.start(shell,
workspace: workspace,