Skip to content

Commit 0c3ffae

Browse files
Jacob Mizrajishahmishal
authored andcommitted
comment out NSError bridging in CloudKit Overlay
1 parent 5afd554 commit 0c3ffae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@_exported import CloudKit
22
import Foundation
33

4-
@available(OSX, introduced: 10.10) @available(iOS, introduced: 8.0)
5-
extension CKErrorCode : _BridgedNSError {
6-
public static var _nsErrorDomain: String { return CKErrorDomain }
7-
}
4+
// @available(OSX, introduced: 10.10) @available(iOS, introduced: 8.0)
5+
// extension CKErrorCode : _BridgedNSError {
6+
// public static var _nsErrorDomain: String { return CKErrorDomain }
7+
// }

0 commit comments

Comments
 (0)