iost testflight upload 옵션 변경
This commit is contained in:
parent
d9bf7d3560
commit
81d28e487c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue