Skip to content

Commit

Permalink
fix: overwrite screenshots to avoid endless loop
Browse files Browse the repository at this point in the history
  • Loading branch information
aeweda committed Nov 30, 2023
1 parent 3d7608b commit 44b19a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ platform :ios do
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 44b19a1

Please sign in to comment.