Skip to content

Commit 9f132d4

Browse files
authored
Merge pull request #7566 from moiseev/ck-watch
2 parents 53795a5 + 95e2bb4 commit 9f132d4

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)