From 31b2941ede3374f2a59319df06fc2a3ee8016b3b Mon Sep 17 00:00:00 2001 From: Vlad Date: Tue, 13 Apr 2021 12:35:54 +0300 Subject: [PATCH] Add skip_app_version_update param --- xcode/commonFastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index a0f4641..041d1ce 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -55,6 +55,7 @@ def upload_to_app_store_using_options(options) ipa: options[:ipa_path], force: true, # skip metainfo prompt skip_metadata: true, + skip_app_version_update: true, team_id: options[:itc_team_id], dev_portal_team_id: options[:team_id], precheck_include_in_app_purchases: false