mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-11-22 13:37:07 +00:00
WIP
This commit is contained in:
parent
a3b5ccbc3d
commit
0bab89fac4
@ -23,6 +23,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||||||
let path = (NSHomeDirectory() as NSString).appendingPathComponent("socket.ssh") as String
|
let path = (NSHomeDirectory() as NSString).appendingPathComponent("socket.ssh") as String
|
||||||
return SocketController(path: path)
|
return SocketController(path: path)
|
||||||
}()
|
}()
|
||||||
|
// TODO: CLEANUP
|
||||||
private lazy var fakeFile: PublicKeyStandinFileStoreController = {
|
private lazy var fakeFile: PublicKeyStandinFileStoreController = {
|
||||||
PublicKeyStandinFileStoreController(secrets: storeList.stores.flatMap({ $0.secrets }))
|
PublicKeyStandinFileStoreController(secrets: storeList.stores.flatMap({ $0.secrets }))
|
||||||
}()
|
}()
|
||||||
@ -38,6 +39,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||||||
guard let update = update else { return }
|
guard let update = update else { return }
|
||||||
self.notifier.notify(update: update, ignore: self.updater.ignore(release:))
|
self.notifier.notify(update: update, ignore: self.updater.ignore(release:))
|
||||||
}
|
}
|
||||||
|
// TODO: CLEANUP
|
||||||
DispatchQueue.main.async {
|
DispatchQueue.main.async {
|
||||||
print(self.fakeFile)
|
print(self.fakeFile)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user