From abdd20eff5b84450277c17ddf32d2f524c6350bb Mon Sep 17 00:00:00 2001 From: michael starke Date: Tue, 2 Dec 2014 20:53:20 +0100 Subject: [PATCH] Upped build number. Fixed typos in documentation --- MacPass/MPAutotypeCommand.m | 6 +++--- MacPass/MacPass-Info.plist | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MacPass/MPAutotypeCommand.m b/MacPass/MPAutotypeCommand.m index 42d31027..8b8f25e6 100644 --- a/MacPass/MPAutotypeCommand.m +++ b/MacPass/MPAutotypeCommand.m @@ -118,7 +118,7 @@ NSRange commandRange = [rangeValue rangeValue]; /* All non-commands will get translated into paste commands */ if(commandRange.location > lastLocation) { - /* If there were modifiers we need to use the next single stroke and make update the modifier command */ + /* If there were modifiers we need to use the next single stroke and update the modifier command */ if(collectedModifers) { NSString *modifiedKey = [context.evaluatedCommand substringWithRange:NSMakeRange(lastLocation, 1)]; MPAutotypeKeyPress *press = [[MPAutotypeKeyPress alloc] initWithModifierMask:collectedModifers character:modifiedKey]; @@ -283,12 +283,12 @@ return; // Done } else if([kKPKAutotypeVirtualKey isEqualToString:command]) { - NSLog(@"Virutal key strokes aren't supported yet!"); + NSLog(@"Virtual key strokes aren't supported yet!"); // TODO add key } } else { - NSLog(@"Unable to value part in command:%@", commandString); + NSLog(@"Unable to parse value part in command:%@", commandString); } } else { diff --git a/MacPass/MacPass-Info.plist b/MacPass/MacPass-Info.plist index 9f9bb53f..453848a8 100644 --- a/MacPass/MacPass-Info.plist +++ b/MacPass/MacPass-Info.plist @@ -62,7 +62,7 @@ CFBundleSignature ???? CFBundleVersion - 2542 + 2548 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHumanReadableCopyright