mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 18:39:23 +00:00
Using new KeePassKit API (not building!)
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#import "KPKEntry.h"
|
||||
#import "KPKAutotype.h"
|
||||
#import "KPKAutotypeCommands.h"
|
||||
#import "KPKFormat.h"
|
||||
|
||||
#import "NSString+Commands.h"
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
if(self) {
|
||||
_command = [sequence copy];
|
||||
_entry = entry;
|
||||
_normalizedCommand = [[sequence normalizedAutotypeSequence] copy];
|
||||
_normalizedCommand = sequence.normalizedAutotypeSequence;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
#import "MPReferenceBuilderViewController.h"
|
||||
#import "KPKReferenceKeys.h"
|
||||
#import "KPKFormat.h"
|
||||
|
||||
@interface MPReferenceBuilderViewController ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user