Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxjiang96 authored Jul 3, 2023
1 parent a404f35 commit 6a67476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ platform :ios do
end

begin
delete_keychain(name: 'ios-build.keychain')
delete_keychain(name: keychain_name)
rescue => ex
UI.error(ex)
end
create_keychain(
name: 'ios-build.keychain',
name: keychain_name,
password: keychain_password,
default_keychain: true,
unlock: true,
Expand Down

0 comments on commit 6a67476

Please sign in to comment.