Skip to content

Commit

Permalink
try search list replace
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Nov 28, 2024
1 parent de21a8b commit 9e3b2c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ platform :ios do
unlock_keychain(
path: "~/Library/Keychains/ios-db",
password: ENV['IOS_KEYCHAIN_PASSWORD'],
add_to_search_list: :replace
# set_default: true
)

ENV['KEYCHAIN_PATH'] = "~/Library/Keychains/ios-db"

##########################################
# Configure Code Signing via Match
Expand Down

0 comments on commit 9e3b2c6

Please sign in to comment.