Using optimized KeePassKit for better performance and fixed drag and drop issue under macOS 10.13
This commit is contained in:
parent
ab09149178
commit
217cc73670
2
Cartfile
2
Cartfile
|
@ -1,3 +1,3 @@
|
|||
github "sparkle-project/Sparkle" ~> 1.18.1
|
||||
github "mstarke/KeePassKit" "96cccded58aaba16e268cffbf1d23413db2f2ef0"
|
||||
github "mstarke/KeePassKit" "bf715c2dbc415c4c3b94284a0fff1624e8322316"
|
||||
github "mstarke/HNHUi" ~> 1.1
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue