Remove return
This commit is contained in:
parent
e4178d35d8
commit
07ceffb789
|
@ -10,7 +10,7 @@ extension SecureEnclave {
|
||||||
// For some reason, as of build time, CryptoKit.SecureEnclave.isAvailable always returns false
|
// For some reason, as of build time, CryptoKit.SecureEnclave.isAvailable always returns false
|
||||||
// error msg "Received error sending GET UNIQUE DEVICE command"
|
// error msg "Received error sending GET UNIQUE DEVICE command"
|
||||||
// Verify it with TKTokenWatcher manually.
|
// Verify it with TKTokenWatcher manually.
|
||||||
return TKTokenWatcher().tokenIDs.contains("com.apple.setoken")
|
TKTokenWatcher().tokenIDs.contains("com.apple.setoken")
|
||||||
}
|
}
|
||||||
public let id = UUID()
|
public let id = UUID()
|
||||||
public let name = NSLocalizedString("Secure Enclave", comment: "Secure Enclave")
|
public let name = NSLocalizedString("Secure Enclave", comment: "Secure Enclave")
|
||||||
|
|
Loading…
Reference in New Issue