From 3f70495e4bd51ae7acdafa732096987e8794bcc0 Mon Sep 17 00:00:00 2001 From: Alexander Rutsman Date: Mon, 5 Jul 2021 16:29:00 +0300 Subject: [PATCH 1/3] Removed google service prefix --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index fea0819..5875264 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -379,7 +379,7 @@ def get_configuration_for_type(type) end def get_google_services_plist_path(app_target_folder_name, configuration_type) - File.expand_path "../#{app_target_folder_name}/Resources/#{configuration_type.prefix}-GoogleService-Info.plist" + File.expand_path "../#{app_target_folder_name}/Resources/GoogleService-Info.plist" end def generate_enabled_features_extension_if_needed(options) From efb5c8b60e08a27ff8de04466b5e38a65c0efff7 Mon Sep 17 00:00:00 2001 From: Alexander Rutsman Date: Tue, 6 Jul 2021 12:56:18 +0300 Subject: [PATCH 2/3] Edit timeout --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 5875264..47a2757 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: 0, + timeout: false, add_to_search_list: !keychain_exists ) else From 3c5135ea5e29a68e5492bb118a5a946e785aa741 Mon Sep 17 00:00:00 2001 From: Alexander Rutsman Date: Wed, 7 Jul 2021 15:23:29 +0300 Subject: [PATCH 3/3] Git revert HEAD --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 47a2757..5875264 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