`options[:appName]` for `get_google_services_plist_path` used
This commit is contained in:
parent
cd8e8c60e4
commit
bf2ee40721
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue