Using optimized KeePassKit for better performance and fixed drag and drop issue under macOS 10.13

This commit is contained in:
michael starke 2017-09-28 16:03:28 +02:00
parent ab09149178
commit 217cc73670
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
github "sparkle-project/Sparkle" ~> 1.18.1
github "mstarke/KeePassKit" "96cccded58aaba16e268cffbf1d23413db2f2ef0"
github "mstarke/KeePassKit" "bf715c2dbc415c4c3b94284a0fff1624e8322316"
github "mstarke/HNHUi" ~> 1.1

View File

@ -1,3 +1,3 @@
github "mstarke/HNHUi" "1.1.2"
github "mstarke/KeePassKit" "96cccded58aaba16e268cffbf1d23413db2f2ef0"
github "mstarke/HNHUi" "1.2"
github "mstarke/KeePassKit" "bf715c2dbc415c4c3b94284a0fff1624e8322316"
github "sparkle-project/Sparkle" "1.18.1"

View File

@ -112,7 +112,7 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
_dataSource.viewController = self;
_menuDelegate = [[MPEntryContextMenuDelegate alloc] init];
_contextBarViewController = [[MPContextBarViewController alloc] init];
NSString *entriesKeyPath = [NSString stringWithFormat:@"%@.%@", NSStringFromSelector(@selector(representedObject)), NSStringFromSelector(@selector(mutableEntries))];
NSString *entriesKeyPath = [NSString stringWithFormat:@"%@.%@", NSStringFromSelector(@selector(representedObject)), KPKEntriesArrayBinding];
[_entryArrayController bind:NSContentArrayBinding toObject:self withKeyPath:entriesKeyPath options:@{NSNullPlaceholderBindingOption: @[]}];
}
return self;