google / google/GoogleSignIn-iOS

watchOS support

Offen
#503 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
enhancement triage
Vorherrschende Sprache
Objective-C
Sterne
750
Forks
282
Ø Merge
2 T. 15 Std.
Gemergte PRs (30 T.)
9

Beschreibung

Please add explicit watchOS support. While we sync auth state with iOS and macOS devices, we still need a fallback when iCloud Keychain is unavailable.

This SDK has guards such as:

```
@available(iOS 13.0, macOS 10.15, *)
private extension Image {
static var signInButtonImage: Image {
...
#if os(iOS) || targetEnvironment(macCatalyst)
...
#elseif os(macOS)
...
#else
fatalError("Unrecognized platform for SwiftUI sign in button image")
#endif
```

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.