Skip to content

Instantly share code, notes, and snippets.

@st44100
Created August 16, 2012 04:18
Show Gist options
  • Save st44100/3366791 to your computer and use it in GitHub Desktop.
Save st44100/3366791 to your computer and use it in GitHub Desktop.
iOS grab version
NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"];
NSString *minorVersion = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment