Skip to content

Commit

Permalink
chore: prevent upload screenshots for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Nov 30, 2023
1 parent 4313d5e commit 86277a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ platform :ios do
lane :production do
deliver(
force: true,
skip_screenshots: true,
submit_for_review: true,
automatic_release: true,
api_key_path: './key.json',
metadata_path: './metadata',
overwrite_screenshots: true,
ipa: '../build/ios/ipa/myWitWallet.ipa',
precheck_include_in_app_purchases: false,
)
Expand Down

0 comments on commit 86277a9

Please sign in to comment.