Skip to content

Commit

Permalink
update fastfile
Browse files Browse the repository at this point in the history
require create

Update Fastfile
  • Loading branch information
ajaxjiang96 committed Jul 11, 2023
1 parent b22059a commit 3bcbfdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ platform :ios do
keychain_name = 'ios-build.keychain'
end

begin
delete_keychain(name: keychain_name)
rescue => ex
UI.error(ex)
end
create_keychain(
name: keychain_name,
password: keychain_password,
Expand Down

0 comments on commit 3bcbfdc

Please sign in to comment.