Using new KeePassKit API (not building!)

Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
michael starke
2015-10-27 18:36:41 +01:00
parent 6031ba021a
commit 2f7169523e
7 changed files with 71 additions and 35 deletions

View File

@@ -18,7 +18,7 @@
#import "KPKEntry.h"
#import "KPKAutotype.h"
#import "KPKAutotypeCommands.h"
#import "KPKFormat.h"
#import "NSString+Commands.h"

View File

@@ -36,7 +36,7 @@
if(self) {
_command = [sequence copy];
_entry = entry;
_normalizedCommand = [[sequence normalizedAutotypeSequence] copy];
_normalizedCommand = sequence.normalizedAutotypeSequence;
}
return self;
}

View File

@@ -7,7 +7,7 @@
//
#import "MPReferenceBuilderViewController.h"
#import "KPKReferenceKeys.h"
#import "KPKFormat.h"
@interface MPReferenceBuilderViewController ()