From 7997a2344a25b3743d7f8558397452fd64646b92 Mon Sep 17 00:00:00 2001 From: Vlad Date: Tue, 13 Apr 2021 13:17:49 +0300 Subject: [PATCH] Add skip_metadata --- xcode/commonFastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index ca53a6f..4120141 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -57,6 +57,7 @@ def upload_to_app_store_using_options(options) skip_metadata: true, skip_app_version_update: true, skip_screenshots: true, + skip_metadata: true, team_id: options[:itc_team_id], dev_portal_team_id: options[:team_id], precheck_include_in_app_purchases: false