Skip to content

Commit a77ca2d

Browse files
Jacob Mizrajishahmishal
authored andcommitted
comment out NSError bridging in LocalAuthentication Overlay
1 parent 0c3ffae commit a77ca2d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@_exported import LocalAuthentication
22
import Foundation
33

4-
@available(OSX 10.10, iOS 8.0, *)
5-
extension LAError : _BridgedNSError {
6-
public static var _nsErrorDomain: String {
7-
if #available(iOS 8.3, *) {
8-
return LAErrorDomain
9-
}
10-
return "com.apple.LocalAuthentication"
11-
}
12-
}
4+
// @available(OSX 10.10, iOS 8.0, *)
5+
// extension LAError : _BridgedNSError {
6+
// public static var _nsErrorDomain: String {
7+
// if #available(iOS 8.3, *) {
8+
// return LAErrorDomain
9+
// }
10+
// return "com.apple.LocalAuthentication"
11+
// }
12+
// }

0 commit comments

Comments
 (0)