diff --git a/Fastlane/Fastfile b/Fastlane/Fastfile index 5c3007d..e4f8205 100644 --- a/Fastlane/Fastfile +++ b/Fastlane/Fastfile @@ -29,7 +29,9 @@ platform :ios do # verbose: true # ) unlock_keychain( - password: "" + password: "", + add_to_search_list: true, + set_default: true ) end