Skip to content

Commit

Permalink
Fixed APPLICATION_VERSION_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgoutaland committed May 13, 2015
1 parent c5e5517 commit 0e638e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/GONShortcutsMacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@

// Application informations
#define APPLICATION_NAME ([[[MAIN_BUNDLE executablePath] pathComponents] lastObject])
#define APPLICATION_VERSION [MAIN_BUNDLE objectForInfoDictionaryKey:@"CFBundleVersion"]
#define APPLICATION_VERSION [MAIN_BUNDLE objectForInfoDictionaryKey:@"CFBundleShortVersionString"]
#define APPLICATION_BUILD_VERSION [MAIN_BUNDLE objectForInfoDictionaryKey:@"CFBundleVersion"]
#define APPLICATION_BUNDLE_ID [MAIN_BUNDLE objectForInfoDictionaryKey:@"CFBundleIdentifier"]

0 comments on commit 0e638e2

Please sign in to comment.