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?
Swift 3/4
let appName = Bundle.main.object(forInfoDictionaryKey: kCFBundleNameKey as String) as? String