views:

92

answers:

2

If I have an iPhone app named: MyCoolApp

How do I keep the bundle named: MyCoolApp.app

But have the app name on that shows up underneath my icon read: My Cool App

I have changed my PRODUCT_NAME target setting to be "My Cool App" and changed my plist CFBundleDisplayName and CFBundleName to be "MyCoolApp". So far my app name on the device still reads "My Cool App"

I'm pretty green to this stuff still. Thanks for any help you can provide.

A: 

You might need to delete the app from the device and reload it for the change to take effect.

Avalanchis
A: 

Sometimes when changing the Project Properties it does not work. Project Properties and Target Properties Window look the same. I have mistaken there sooo many times. ;)

nacho4d
OK, I got it working. It wasn't a project/target setting problem. It looks like if I set the CFBundleDisplayName to "My Cool App" it gets set that way on the device correctly. So I am leaving the PRODUCT_NAME alone and just setting CFBundleDisplayName.
toofah