Adoped new KeePassKit placeholder delegation.

Added primitive support for {PICKCHARS} currently without support for options
This commit is contained in:
michael starke
2017-11-24 19:50:06 +01:00
parent d69d832de4
commit c8f3fe6888
13 changed files with 415 additions and 57 deletions

View File

@@ -239,8 +239,7 @@ static MPAutotypeDaemon *_sharedInstance;
usleep(1 * NSEC_PER_MSEC);
}
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
NSArray<MPAutotypeCommand *> *commands = [MPAutotypeCommand commandsForContext:context];
for(MPAutotypeCommand *command in commands) {
for(MPAutotypeCommand *command in [MPAutotypeCommand commandsForContext:context]) {
[command execute];
}
});