Skip to content

Commit

Permalink
update user's guide, receipts for 2.6.1 'disable clipboard restore' o…
Browse files Browse the repository at this point in the history
…ption
  • Loading branch information
GreyBurkart committed Mar 29, 2012
1 parent 8549409 commit b13ab57
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed QuickCursor User's Guide.pages
Binary file not shown.
Binary file modified QuickCursor User's Guide.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions QuickCursor-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.6</string>
<string>2.6.1</string>
<key>CFBundleSignature</key>
<string>QcCr</string>
<key>CFBundleVersion</key>
<string>28</string>
<string>31</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ReceiptVerification.m
Expand Up @@ -46,7 +46,7 @@ + (NSDictionary *)appStoreReceiptDictionaryForFile:(NSString *)receiptFilePath;
@end

//These need to be defined for each application and version
static NSString * const kReceiptBundleVersion = @"2.6";
static NSString * const kReceiptBundleVersion = @"2.6.1";
static NSString * const kReceiptBundleIdentifier = @"com.hogbaysoftware.QuickCursor";

static NSString * const kReceiptBundleIdentiferKey = @"BundleIdentifier";
Expand Down

0 comments on commit b13ab57

Please sign in to comment.