less than 1 minute read

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?

Screen Shot 2012-07-16 at 17.13.04

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.

Tags: ,

Categories:

Updated: