Skip to content

Commit

Permalink
Fastlane Keychain changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 21, 2024
1 parent cb11a96 commit 6bdb51a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ platform :ios do
name: "KeychainName",
default_keychain: true,
password: 'verySecureSecretPassword1'
#unlock: true,
timeout: 0,
lock_when_sleeps: true
)
unlock_keychain( # If the keychain file is located in the standard location `~/Library/Keychains`, then it is sufficient to provide the keychain file name, or file name with its suffix.
path: "KeychainName",
Expand Down

0 comments on commit 6bdb51a

Please sign in to comment.