Skip to content

Commit ee92c97

Browse files
authored
Content updates for the 6.2.0 release (#119)
* Add 6.2.0 section to changelog. * Add macOS support detail to readme. * Update README.md * Update CHANGELOG.md
1 parent 7cb0a45 commit ee92c97

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 6.2.0 (2022-5-18)
2+
- Support for macOS. ([#104](https://github.com/google/GoogleSignIn-iOS/pull/104)]
3+
- Added a SwiftUI "Sign in with Google" button. ([#103](https://github.com/google/GoogleSignIn-iOS/pull/103))
4+
- Added the ability to request additional scopes at sign-in time. ([#30](https://github.com/google/GoogleSignIn-iOS/pull/30))
5+
- Fixed several issues. ([#87](https://github.com/google/GoogleSignIn-iOS/pull/87), [#106](https://github.com/google/GoogleSignIn-iOS/issues/106))
6+
17
# 6.1.0 (2021-12-16)
28
- New Swift sample app demonstrating SwiftUI.
39
([#63](https://github.com/google/GoogleSignIn-iOS/pull/63))

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![License](https://img.shields.io/cocoapods/l/GoogleSignIn.svg?style=flat)](https://cocoapods.org/pods/GoogleSignIn)
44
[![tests](https://github.com/google/GoogleSignIn-iOS/actions/workflows/tests.yml/badge.svg?event=push)](https://github.com/google/GoogleSignIn-iOS/actions/workflows/tests.yml)
55

6-
# Google Sign-In for iOS
6+
# Google Sign-In for iOS and macOS
77

88
Get users into your apps quickly and securely, using a registration system they
99
already use and trust—their Google account.
@@ -49,8 +49,17 @@ If you would like to see a Swift example, take a look at
4949
* Take a look at the
5050
[API reference](https://developers.google.com/identity/sign-in/ios/api/).
5151

52-
## Mac Catalyst
52+
## Google Sign-In on macOS
5353

54-
Google Sign-In supports apps built for [Mac Catalyst](https://developer.apple.com/mac-catalyst/). In order for
55-
your Mac Catalyst app to access the keychain on macOS you will need to enable the Keychain Sharing capability. No
56-
keychain groups need to be added.
54+
Google Sign-In allows your users to sign-in to your native macOS app using their Google account
55+
and default browser. When building for macOS, the `signInWithConfiguration:` and `addScopes:`
56+
methods take a `presentingWindow:` parameter in place of `presentingViewController:`. Note that
57+
in order for your macOS app to store credientials via the Keychain on macOS, you will need to
58+
[sign your app](https://developer.apple.com/support/code-signing/).
59+
60+
### Mac Catalyst
61+
62+
Google Sign-In also supports iOS apps that are built for macOS via
63+
[Mac Catalyst](https://developer.apple.com/mac-catalyst/). In order for your Mac Catalyst app
64+
to store credientials via the Keychain on macOS, you will need to
65+
[sign your app](https://developer.apple.com/support/code-signing/).

0 commit comments

Comments
 (0)