feat(ios): GIDClientID + URL scheme (reversed client id) pour GoogleSignIn
Info.plist : GIDClientID (client iOS Google) + CFBundleURLTypes avec le reversed client id (com.googleusercontent.apps.817483900105-amoanmsold3j3k71retpjuhvrknsuunh) pour le retour OAuth Google natif.
This commit is contained in:
@@ -71,5 +71,16 @@
|
|||||||
</array>
|
</array>
|
||||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>GIDClientID</key>
|
||||||
|
<string>817483900105-amoanmsold3j3k71retpjuhvrknsuunh.apps.googleusercontent.com</string>
|
||||||
|
<key>CFBundleURLTypes</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleURLSchemes</key>
|
||||||
|
<array>
|
||||||
|
<string>com.googleusercontent.apps.817483900105-amoanmsold3j3k71retpjuhvrknsuunh</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
Reference in New Issue
Block a user