If the application name under the icon on the home screen is \"My Awesome App\" how do you get that string within the application at runtime?
Just because I love the Xcode 4.5 new way to get an array item. :)
- (NSString*)project_getAppName { return NSBundle.mainBundle.infoDictionary[@"CFBundleDisplayName"]; }