Skip to content

Commit

Permalink
Use ios keychain as default
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Nov 28, 2024
1 parent 38f458e commit 6c8abc8
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 @@ -64,7 +64,8 @@ platform :ios do

unlock_keychain(
path: "~/Library/Keychains/ios-db",
password: ENV['IOS_KEYCHAIN_PASSWORD']
password: ENV['IOS_KEYCHAIN_PASSWORD'],
set_default: true
)

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

0 comments on commit 6c8abc8

Please # to comment.