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

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