mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-13 13:07:22 +01:00
Fix local generation by ensuring generation happens only after local store reload (#351)
This commit is contained in:
@@ -56,6 +56,9 @@ public protocol SecretStoreModifiable: SecretStore {
|
||||
|
||||
extension NSNotification.Name {
|
||||
|
||||
// Distributed notification that keys were modified out of process (ie, that the management tool added/removed secrets)
|
||||
public static let secretStoreUpdated = NSNotification.Name("com.maxgoedjen.Secretive.secretStore.updated")
|
||||
// Internal notification that keys were reloaded from the backing store.
|
||||
public static let secretStoreReloaded = NSNotification.Name("com.maxgoedjen.Secretive.secretStore.reloaded")
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user