google / google/GoogleSignIn-iOS

watchOS support

Abierto
#503 0 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement triage
Lenguaje dominante
Objective-C
Estrellas
750
Forks
282
Merge medio
2 d 15 h
PR fusionados (30 d)
9

Descripción

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
```

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.