Skip to content

Commit

Permalink
add keychain to search list
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Nov 28, 2024
1 parent 6c8abc8 commit 58905c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ platform :ios do
unlock_keychain(
path: "~/Library/Keychains/ios-db",
password: ENV['IOS_KEYCHAIN_PASSWORD'],
set_default: true
add_to_search_list: true
# set_default: true
)

##########################################
Expand Down

0 comments on commit 58905c0

Please sign in to comment.