google / google/GoogleSignIn-iOS
watchOS support
Đang mở
enhancement
triage
- Ngôn ngữ chính
- Objective-C
- Star
- 750
- Fork
- 282
- Merge trung bình
- 2 ngày 15 giờ
- Pull request đã merge (30 ngày)
- 9
Mô tả
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
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.