Add skip_screenshots
This commit is contained in:
parent
31b2941ede
commit
46b3f75447
|
|
@ -56,6 +56,7 @@ def upload_to_app_store_using_options(options)
|
|||
force: true, # skip metainfo prompt
|
||||
skip_metadata: true,
|
||||
skip_app_version_update: true,
|
||||
skip_screenshots: true,
|
||||
team_id: options[:itc_team_id],
|
||||
dev_portal_team_id: options[:team_id],
|
||||
precheck_include_in_app_purchases: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue