Possible Duplicate:
Is there a way to set different CFBundleDisplayName for iPad and iPhone?
The title of my iPhone application is too long to fit underneath the icon, so I would like to create a smaller name for it. However, I do NOT want to change the actual name of my application. I know this is possible, I am just unsure of how to do this. Thank you!
Look for
CFBundleDisplayNamein the Info.plistYou may also be interested in this question: Is there a way to set different CFBundleDisplayName for iPad and iPhone?