mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-06 09:47:22 +01:00
Adding type erasers
This commit is contained in:
@@ -9,6 +9,9 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
@IBOutlet var toolbar: NSToolbar!
|
||||
let secureEnclave = SecureEnclave.Store()
|
||||
let smartCard = SmartCard.Store()
|
||||
lazy var allStores: [AnySecretStore] = {
|
||||
[AnySecretStore(secureEnclave), AnySecretStore(smartCard)]
|
||||
}()
|
||||
|
||||
func applicationDidFinishLaunching(_ aNotification: Notification) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user