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:
Sylvain Bettinelli
2026-06-05 06:20:24 +00:00
parent 947d76714e
commit 622cc03692

View File

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