Skip to content

Instantly share code, notes, and snippets.

@codeswimmer
Created January 2, 2013 20:04
Show Gist options
  • Select an option

  • Save codeswimmer/4437469 to your computer and use it in GitHub Desktop.

Select an option

Save codeswimmer/4437469 to your computer and use it in GitHub Desktop.
iOS: Display Bundle Information
NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary];
NSLog(@"Bundle Info: %@", infoDictionary);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment