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?
let appName = Bundle.main.infoDictionary?["CFBundleName"] as? String