Using new Sparkle and KeePassKit versions

Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
michael starke
2015-10-30 17:27:10 +01:00
parent 40ee7f5163
commit d233d6dac2
5 changed files with 5 additions and 5 deletions

View File

@@ -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 {

View File

@@ -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"

View File

@@ -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>

Submodule Sparkle updated: e9fa7c3d4a...93a5228f5b