Skip to content

Instantly share code, notes, and snippets.

@hkurosawa
Created November 11, 2011 09:19
Show Gist options
  • Save hkurosawa/1357579 to your computer and use it in GitHub Desktop.
Save hkurosawa/1357579 to your computer and use it in GitHub Desktop.
How to fetch some value from Info.plist
[[[NSBundle mainBundle] infoDictionary] objectForKey:@"myKey"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment