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:
parent
f7162c1500
commit
d8fa52fcaf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue