From 81d28e487c7d6ba03f6e69ee3a904542e313ce9c Mon Sep 17 00:00:00 2001 From: FE Date: Wed, 3 Sep 2025 15:55:15 +0900 Subject: [PATCH] =?UTF-8?q?iost=20testflight=20upload=20=EC=98=B5=EC=85=98?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/oto/commands/build/testflight_ios.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oto/commands/build/testflight_ios.dart b/lib/oto/commands/build/testflight_ios.dart index ed68f54..0bd9158 100644 --- a/lib/oto/commands/build/testflight_ios.dart +++ b/lib/oto/commands/build/testflight_ios.dart @@ -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,