Display name under icons

My program name is to long to display correctly under the icons on the iphone. How can I display a shorter name under the icons.

Thanks in advance.

[import]uid: 34552 topic_id: 6625 reply_id: 306625[/import]

In your build.settings under the iPhone Plist section, use CFBundleDisplayName and set that to the shortened version of your title [import]uid: 8782 topic_id: 6625 reply_id: 23056[/import]

Thank you for your response.

I added that but then I get errors:

“Application failed codesign verification. The signature was invalid or it was not signed with an Apple submission certificate.”

and

“Unable to extact codesigning entitlements from your application. Please make sure XXXXXXXXX.app is a valid Mach executable that’s properly codesigned.”

Any ideas? When I don’t change the name i can use Application Loader and it goes right up. When I do change it … The above 2 errors are spit out by application loader.

Any help greatly appreciated.

Jamie
[import]uid: 34552 topic_id: 6625 reply_id: 23062[/import]

The first error I received last Saturday when I submitted my app. It took me 3 hours to fix. What I did I deleted my certificate and started a whole new certificate from the ground up and then all was fine. Just follow Apple’s procedure. I’m nit sure if it has to do with Xcode GM but that’s when it started for me with the problem. Are you using 3.2 or 4 for Xcode?
[import]uid: 11809 topic_id: 6625 reply_id: 23063[/import]

Interesting. Are you sure you’re not changing anything else or building to a different directory? I’ve never done this for an app myself, I might be telling you something wrong, but that’s the correct key to use in the plist file. Odd. [import]uid: 8782 topic_id: 6625 reply_id: 23065[/import]

I am using 3.2.5.

this is my build.settings file … Is this looking like all I needed to add to make it happen?settings =

{
iphone =
{ plist =
{
CFBundleDisplayName = “Mosquitos”
},
}
}

It did change it in the plist.

Do you suggest I delete all my developer / distribution / and all the apple worldXXX certificates or just the provisioning and start again.

Thanks, Jamie
[import]uid: 34552 topic_id: 6625 reply_id: 23066[/import]

I deleted everything, even all my devices and started from scratch. But mine could also have been from I erased my hard drive about a month ago and reinstalled everything too. [import]uid: 11809 topic_id: 6625 reply_id: 23070[/import]