Skip to content

Instantly share code, notes, and snippets.

@joshbuhler
Created March 29, 2010 17:17
Show Gist options
  • Save joshbuhler/348124 to your computer and use it in GitHub Desktop.
Save joshbuhler/348124 to your computer and use it in GitHub Desktop.
// grab the version number from the app bundle
NSString *versionString = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"];
versionLabel.text = [NSString stringWithFormat:@"Version %@", versionString];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment