ios: use a proper URL scheme placeholder

No caps are allowed, so this would trigger a rejection when uploading to
TestFlight.
This commit is contained in:
Saúl Ibarra Corretgé 2019-01-15 13:24:46 +01:00 committed by Zoltan Bettenbuk
parent f7162c1500
commit d8fa52fcaf
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
<string>com.googleusercontent.apps</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.YOUR_ID_HERE</string>
<string>com.googleusercontent.apps.your-id-here</string>
</array>
</dict>
</array>