Skip to content

Commit

Permalink
Set keychain path
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Nov 28, 2024
1 parent c9ad49c commit de21a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ platform :ios do
# set_default: true
)

sh("security default-keychain -s ~/Library/Keychains/ios-db")
ENV['KEYCHAIN_PATH'] = "~/Library/Keychains/ios-db"

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

0 comments on commit de21a8b

Please sign in to comment.