Question

I did this before, but can't remember it now.

I want to change what appears under the icon of my app on the home screen. Where in Xcode do I do this?

Was it helpful?

Solution

Yes, you can do this in your info.plist file (included in your xcode project). The Key is "Bundle display name"

alt text

OTHER TIPS

As implied by the fact that "Bundle display name" is usually $(PRODUCT_NAME), you should actually set the "Product Name" build setting in your Target's build setting, for all configurations, and let it propagate to all the places that depend on it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top