mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-17 23:07:23 +01:00
Attempt to fix ssh signing with rsa keys
This commit is contained in:
@@ -13,7 +13,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
private let storeList: SecretStoreList = {
|
||||
let list = SecretStoreList()
|
||||
list.add(store: SecureEnclave.Store())
|
||||
list.add(store: SmartCard.Store())
|
||||
list.add(store: SmartCard.Store(includeEncryptionKeys: false))
|
||||
return list
|
||||
}()
|
||||
private let updater = Updater(checkOnLaunch: false, bundlePrefix: BundlePrefix)
|
||||
|
||||
Reference in New Issue
Block a user