Skip to content

Commit

Permalink
try setting default keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Nov 28, 2024
1 parent 58905c0 commit c9ad49c
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,9 +65,10 @@ platform :ios do
unlock_keychain(
path: "~/Library/Keychains/ios-db",
password: ENV['IOS_KEYCHAIN_PASSWORD'],
add_to_search_list: true
# set_default: true
)

sh("security default-keychain -s ~/Library/Keychains/ios-db")

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

0 comments on commit c9ad49c

Please sign in to comment.