From bf2ee4072126128bac6f2c6d52fa2a3813c6a2f7 Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Thu, 4 May 2023 21:42:57 +0200 Subject: [PATCH] `options[:appName]` for `get_google_services_plist_path` used --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index dd1a933..e95320d 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -146,7 +146,7 @@ private_lane :buildConfiguration do |options| end upload_symbols_to_crashlytics( - gsp_path: get_google_services_plist_path(app_target_folder_name, configuration_type) + gsp_path: get_google_services_plist_path(options[:appName], configuration_type) ) end -- 2.40.1