I began an iPhone project the other day with a silly development code name, and now I want to change the name of the project since it\'s nearly finished.
But I\'m n
I think there is a bit of confusion:
usually is enough to change the latter, adding/modifying the BUNDLE DISLAY NAME key in plist.
Is better to leave project name untouched, but may be changed
Note that Bundle display Name CAN contain spaces and special chars, but project NOT. Doing so some cmd line tools will fails due to filename path rules.
And even more Bundle Display name can be localized.
So unless you are in early stage and need to change INTERNAL project name, go on using Bundle Display Name key.