From 9238f55ebba1d4c1f51c16a381f3a31a63a5ff69 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Tue, 28 May 2019 17:41:35 +0300 Subject: [PATCH] fix keychain path again --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index ffec91d..040c3ab 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -178,7 +178,7 @@ private_lane :openKeychain do |options| if is_ci? # workaround to avoid duplication problem # https://apple.stackexchange.com/questions/350633/multiple-duplicate-keychain-dbs-that-dont-get-cleaned-up - keychain_path = File.expand_path("~/Library/Keychains/#{options[:keychain_name]}.keychain") + keychain_path = File.expand_path("~/Library/Keychains/#{options[:keychain_name]}") keychain_exists = File.exist?("#{keychain_path}-db") || File.exist?(keychain_path) create_keychain(