We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f71725 commit f38db6dCopy full SHA for f38db6d
Fastlane/configuration.rb
@@ -66,7 +66,7 @@ def app_args
66
"AUTHENTICATION_CLIENT_ID=\"#{app_authentication_client_id}\"",
67
"CHAT_BASE_URL=\"#{app_chat_base_url}\"",
68
"TOKEN_BASE_URL=\"#{app_token_base_url}\"",
69
- "GOOGLE_SERVICES_FILE=\"#{app_google_services_file}\""
+ "GOOGLE_SERVICES_FILE=\"#{app_google_services_file}\"",
70
'-allowProvisioningUpdates'
71
].join(' ')
72
end
0 commit comments