Created
March 22, 2013 03:09
-
-
Save hlxwell/5218646 to your computer and use it in GitHub Desktop.
Get iOS or Mac application version.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"]; | |
[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment