Skip to content

Commit

Permalink
fix: add ios google signin configuration
Browse files Browse the repository at this point in the history
Modify Info.plist to add client id and url scheme

#29
  • Loading branch information
redpanda-bit committed Mar 21, 2023
1 parent cea94fe commit c4185a4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ios/upgradedOctoAdventure/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,16 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>GIDClientID</key>
<string>970747225580-f0ibbn87se9l6ve4e33pgpcgtftgtou1.apps.googleusercontent.com</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.970747225580-f0ibbn87se9l6ve4e33pgpcgtftgtou1</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit c4185a4

Please sign in to comment.