Hunter
Hunter

Reputation: 1391

Xcode isn't Renaming the application properly

enter image description hereSorry for the bad pictures. My Xcode project for some reason stopped renaming the actual app correctly the new name doesn't even show up an the app on my test iPhone (actual iPhone 6 plus). I could use some help?

its looks like the picture above in stead of the one below.

enter image description here

Upvotes: 0

Views: 53

Answers (1)

Nishant
Nishant

Reputation: 12617

To change the name displayed on device (below app icon), add the Bundle display name attribute to the Info.plist of the project.

enter image description here

Upvotes: 1

Related Questions