From 66ecde9ad17f6f0945f20cbda348d743af7b0f60 Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Wed, 12 Jan 2022 19:07:02 +0500 Subject: [PATCH] Configuration Type Prefix added --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index f8a09b4..66ddd35 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -407,7 +407,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/GoogleService-Info.plist" + File.expand_path "../#{app_target_folder_name}/Resources/#{configuration_type.prefix}-GoogleService-Info.plist" end def generate_enabled_features_extension_if_needed(options)