google / google/GoogleSignIn-iOS
watchOS support
未关闭
enhancement
triage
- 主要语言
- Objective-C
- 星标
- 750
- 派生
- 282
- 平均合并
- 2 天 15 小时
- 30 天内合并 PR
- 9
描述
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
```
贡献指南
评估
这个 Issue 还没有评估数据。