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

@@ -8,11 +8,11 @@ class AppDelegate: NSObject, NSApplicationDelegate {
var window: NSWindow!
@IBOutlet var toolbar: NSToolbar!
let secureEnclave = SecureEnclave.Store()
let yubikey = SmartCard.Store()
let smartCard = SmartCard.Store()
func applicationDidFinishLaunching(_ aNotification: Notification) {
let contentView = ContentView(store: yubikey)
let contentView = ContentView(store: secureEnclave)
// Create the window and set the content view.
window = NSWindow(
contentRect: NSRect(x: 0, y: 0, width: 480, height: 300),