From 5e274ea51e7c0028191a946ad0f691714ac2cade 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 b71edea..f9f6d50 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -259,7 +259,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