Change the display name of your iOS apps
Decided on a long name for your application when you created it, but are now fed up of seeing it display like this on the home screen?
You can quickly and easily change the display name of your application but amending InfoPlist.strings to the following
/* Localized versions of Info.plist keys */
CFBundleDisplayName = "My App";
Easy as that, since the plist file is localised, we can use this for multiplate languages/locales.