From d6fbdc2919240c4b7101e69507b2127796dd5897 Mon Sep 17 00:00:00 2001 From: Ricki Bin Yamin Date: Sun, 19 Nov 2023 05:10:10 +0700 Subject: [PATCH] update --- Fastlane/Fastfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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