Skip to content

Commit 95e2bb4

Browse files
author
Max Moiseev
committed
[overlay] watchOS availability for CKError
1 parent 36ec947 commit 95e2bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SDK/CloudKit/CKError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@_exported import CloudKit
1414
import Foundation
1515

16-
@available(macOS 10.10, iOS 8.0, *)
16+
@available(macOS 10.10, iOS 8.0, watchOS 3.0, *)
1717
extension CKError {
1818
/// Retrieve partial error results associated by item ID.
1919
public var partialErrorsByItemID: [AnyHashable: Error]? {

0 commit comments

Comments
 (0)