From e0913de8a3ecde0d73b7d5c7df64ee9106b6f114 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Sun, 4 Jul 2021 16:57:00 +0300 Subject: [PATCH] replace timeout: false with timeout: 0 according to https://github.com/fastlane/fastlane/pull/18894 --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 28cca96..fea0819 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -237,7 +237,7 @@ private_lane :openKeychain do |options| name: options[:keychain_name], password: options[:keychain_password], unlock: true, - timeout: false, + timeout: 0, add_to_search_list: !keychain_exists ) else