Skip to content

Commit

Permalink
chore(update-plugins): Fri Jul 14 08:05:45 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
nativescript-oss committed Jul 14, 2023
1 parent 23836c1 commit 67762fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/google-signin.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ keytool -list -v \
2. Select `GoogleService-Info.plist` from the file manager.
3. Select the `Runner` target from the dialog that appears.

4. Add the `CFBundleURLTypes` attributes below to the `App_Resources/iOS/Info.plist` file.
4. Add the `CFBundleURLTypes` and `GIDClientID` attributes below to the `App_Resources/iOS/Info.plist` file.

```xml
<!-- Google Sign-in Section -->
Expand All @@ -111,6 +111,9 @@ keytool -list -v \
</array>
</dict>
</array>
<key>GIDClientID</key>
<!-- Copied from GoogleService-Info.plist key CLIENT_ID -->
<string><749673967192-c24phj29u2otpict36e71ocjo2g5i3hs.apps.googleusercontent.com/string>
<!-- End of the Google Sign-in Section -->
```

Expand Down

0 comments on commit 67762fe

Please sign in to comment.