Skip to content

Commit affbd50

Browse files
committed
Update macOS keychain guidance
1 parent 16e008f commit affbd50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Google Sign-In allows your users to sign-in to your native macOS app using their
4848
and default browser. When building for macOS, the `signInWithConfiguration:` and `addScopes:`
4949
methods take a `presentingWindow:` parameter in place of `presentingViewController:`. Note that
5050
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.
51+
`$(AppIdentifierPrefix)$(CFBundleIdentifier)` as the first item in its keychain access group.
5252

5353
### Mac Catalyst
5454

0 commit comments

Comments
 (0)