Skip to content

Instantly share code, notes, and snippets.

@gabrielhora
Created January 20, 2011 01:15
Show Gist options
  • Save gabrielhora/787227 to your computer and use it in GitHub Desktop.
Save gabrielhora/787227 to your computer and use it in GitHub Desktop.
NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary];
NSString *gitRevision = [infoDictionary objectForKey:@"BuildRevision"];
NSString *appVersion = [infoDictionary objectForKey:@"CFBundleVersion"];
NSLog(@"My GIT Revision is: %@, and myApp version is: %@",gitRevision,appVersion);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment