mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
Updated KeePassKit Framework
This commit is contained in:
2
Cartfile
2
Cartfile
@@ -1,3 +1,3 @@
|
|||||||
github "sparkle-project/Sparkle" ~> 1.17.0
|
github "sparkle-project/Sparkle" ~> 1.17.0
|
||||||
github "mstarke/KeePassKit" "90ec19a82a9f97db67dde15ea145b9f4990b3e2b"
|
github "mstarke/KeePassKit" "232cda8a0fce2a97963564ecd09c11f6730bab42"
|
||||||
github "mstarke/HNHUi" ~> 1.1
|
github "mstarke/HNHUi" ~> 1.1
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
github "mstarke/HNHUi" "1.1"
|
github "mstarke/HNHUi" "1.1"
|
||||||
github "mstarke/KeePassKit" "90ec19a82a9f97db67dde15ea145b9f4990b3e2b"
|
github "mstarke/KeePassKit" "232cda8a0fce2a97963564ecd09c11f6730bab42"
|
||||||
github "sparkle-project/Sparkle" "1.17.0"
|
github "sparkle-project/Sparkle" "1.17.0"
|
||||||
|
|||||||
@@ -346,6 +346,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
self.tree = nil;
|
self.tree = nil;
|
||||||
|
self.compositeKey = nil;
|
||||||
[[NSNotificationCenter defaultCenter] postNotificationName:MPDocumentDidLockDatabaseNotification object:self];
|
[[NSNotificationCenter defaultCenter] postNotificationName:MPDocumentDidLockDatabaseNotification object:self];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user