We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e008f commit affbd50Copy full SHA for affbd50
1 file changed
README.md
@@ -48,7 +48,7 @@ Google Sign-In allows your users to sign-in to your native macOS app using their
48
and default browser. When building for macOS, the `signInWithConfiguration:` and `addScopes:`
49
methods take a `presentingWindow:` parameter in place of `presentingViewController:`. Note that
50
in order for your macOS app to store credentials via the Keychain on macOS, you will need to add
51
-`$(AppIdentifierPrefix)$(CFBundleIdentifier)` to its keychain access group.
+`$(AppIdentifierPrefix)$(CFBundleIdentifier)` as the first item in its keychain access group.
52
53
### Mac Catalyst
54
0 commit comments