We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3ffae commit a77ca2dCopy full SHA for a77ca2d
stdlib/public/SDK/LocalAuthentication/LocalAuthentication.swift
@@ -1,12 +1,12 @@
1
@_exported import LocalAuthentication
2
import Foundation
3
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
-}
+// @available(OSX 10.10, iOS 8.0, *)
+// extension LAError : _BridgedNSError {
+// public static var _nsErrorDomain: String {
+// if #available(iOS 8.3, *) {
+// return LAErrorDomain
+// }
+// return "com.apple.LocalAuthentication"
0 commit comments