Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

straber

macrumors member
Original poster
In the latest version of Xcode, 4.5.2, what do I have to change in order to change the name of an app before submitting it to apple. I've done a bunch of google searches but was only finding results for older versions of Xcode.

Thanks in advance,
 
Last edited:
Where do you want the app name to appear different? It shows up in a few places.
 
This is the "Bundle display name" setting in your target's Info tab (within Xcode).

But, that is likely set to: ${PRODUCT_NAME}. For that, he need to set Product name in Build Settings tab. Then he may want to change target name - just click slowly twice on target name. Project name can be changed in that right pane (File Inspector?) under Identity. Then he may want to change the Scheme name, that is done under Manage Schemes...
 
But, that is likely set to: ${PRODUCT_NAME}.

Sure. But, if he doesn't want to "ripple down" to all those other ones, it's easy enough to override the ${PRODUCT_NAME} setting and just put in his own desired name.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.