Initial implementation of using YubiKey for decryption (#533)
This commit is contained in:
parent
13804b79e6
commit
955e50c3d3
23 changed files with 606 additions and 118 deletions
|
|
@ -35,6 +35,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|||
}
|
||||
}
|
||||
UNUserNotificationCenter.current().delegate = NotificationCenterDispatcher.shared
|
||||
#if !targetEnvironment(simulator)
|
||||
_ = passKit.YubiKeyConnection.shared
|
||||
#endif
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue