Switch back to se default

This commit is contained in:
Max Goedjen
2020-03-06 18:47:19 -08:00
parent 249ac3458a
commit 922cec7f8a
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import OSLog
@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate {
let store = SmartCard.Store()
let store = SecureEnclave.Store()
let notifier = Notifier()
lazy var agent: Agent = {
Agent(store: store, notifier: notifier)