Remove changes

This commit is contained in:
Max Goedjen
2020-03-07 15:20:59 -08:00
parent 8863a42308
commit 734df29065
5 changed files with 29 additions and 27 deletions

View File

@@ -15,7 +15,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
func applicationDidFinishLaunching(_ aNotification: Notification) {
let contentView = ContentView(store: secureEnclave)
let contentView = ContentView(secureEnclave: secureEnclave, smartCard: smartCard)
// Create the window and set the content view.
window = NSWindow(
contentRect: NSRect(x: 0, y: 0, width: 480, height: 300),