Merge pull request #297 from TouchInstinct/feature/vuzbank_update

Configuration Type Prefix added
This commit is contained in:
Vladimir Makarov 2022-01-12 20:28:38 +05:00 committed by GitHub
commit f50362f5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)