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?
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?
Yes, you can do this in your info.plist file (included in your xcode project). The Key is "Bundle display name"
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.