From 9216a2b9315ce4d35a84ca5d2b72190ac1138000 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 15 Nov 2025 13:37:21 -0800 Subject: [PATCH] Disabling smart card --- Sources/SecretAgent/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SecretAgent/AppDelegate.swift b/Sources/SecretAgent/AppDelegate.swift index 28bef7e..c5d8dd4 100644 --- a/Sources/SecretAgent/AppDelegate.swift +++ b/Sources/SecretAgent/AppDelegate.swift @@ -16,7 +16,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { let migrator = SecureEnclave.CryptoKitMigrator() try? migrator.migrate(to: cryptoKit) list.add(store: cryptoKit) - list.add(store: SmartCard.Store()) +// list.add(store: SmartCard.Store()) return list }() private let updater = Updater(checkOnLaunch: true)