Remove return

このコミットが含まれているのは:
Max Goedjen
2020-03-11 01:53:20 -07:00
コミット 07ceffb789

ファイルの表示

@@ -10,7 +10,7 @@ extension SecureEnclave {
// For some reason, as of build time, CryptoKit.SecureEnclave.isAvailable always returns false
// error msg "Received error sending GET UNIQUE DEVICE command"
// Verify it with TKTokenWatcher manually.
return TKTokenWatcher().tokenIDs.contains("com.apple.setoken")
TKTokenWatcher().tokenIDs.contains("com.apple.setoken")
}
public let id = UUID()
public let name = NSLocalizedString("Secure Enclave", comment: "Secure Enclave")