mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 16:22:21 +00:00
Using new Sparkle and KeePassKit versions
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
Submodule KeePassKit updated: 23f6007746...c7f950092e
@@ -17,8 +17,7 @@ NSString *const MPDocumentDidCommitChangesToSelectedItem = @"com.hicknhack.mac
|
|||||||
@implementation MPDocument (EditingSession)
|
@implementation MPDocument (EditingSession)
|
||||||
|
|
||||||
- (BOOL)hasActiveEditingSession {
|
- (BOOL)hasActiveEditingSession {
|
||||||
// return (self.tree.activeEditingSession != nil);
|
return NO;
|
||||||
// return (self.editingSession != nil);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)commitChangesToSelectedItem:(id)sender {
|
- (void)commitChangesToSelectedItem:(id)sender {
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
#import "MPEntryContextMenuDelegate.h"
|
#import "MPEntryContextMenuDelegate.h"
|
||||||
|
|
||||||
#import "KeePassKit/KeePassKit.h"
|
#import "KeePassKit/KeePassKit.h"
|
||||||
|
#import "KPKNode+IconImage.h"
|
||||||
|
|
||||||
#import "HNHTableHeaderCell.h"
|
#import "HNHTableHeaderCell.h"
|
||||||
#import "HNHGradientView.h"
|
#import "HNHGradientView.h"
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2560</string>
|
<string>2562</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
||||||
<key>NSAppTransportSecurity</key>
|
<key>NSAppTransportSecurity</key>
|
||||||
|
|||||||
2
Sparkle
2
Sparkle
Submodule Sparkle updated: e9fa7c3d4a...93a5228f5b
Reference in New Issue
Block a user