Disabling smart card

This commit is contained in:
Max Goedjen 2025-11-15 13:37:21 -08:00
parent c63d87cbec
commit 9216a2b931
No known key found for this signature in database

View File

@ -16,7 +16,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
let migrator = SecureEnclave.CryptoKitMigrator() let migrator = SecureEnclave.CryptoKitMigrator()
try? migrator.migrate(to: cryptoKit) try? migrator.migrate(to: cryptoKit)
list.add(store: cryptoKit) list.add(store: cryptoKit)
list.add(store: SmartCard.Store()) // list.add(store: SmartCard.Store())
return list return list
}() }()
private let updater = Updater(checkOnLaunch: true) private let updater = Updater(checkOnLaunch: true)