user5127227
user5127227

Reputation:

Change name of App that will appear on iPhone in Xcode

I have an Xcode Project called "SanchezAndTheAliensNoSpritekit". I named it like that because I had different versions of it. Now, the app is called on my phone like that swell. But if Apple will accept the app, I want the people to have it as "SanchezAndTheAliens" on their phone and not as "SanchezAndTheAliensNoSpritekit". Can I just change the name of the build?

Upvotes: 1

Views: 76

Answers (1)

Massimo Polimeni
Massimo Polimeni

Reputation: 4906

  1. Go to your info.plist
  2. At the voice Bundle display name under Information property list insert SanchezAndTheAliens

PS: if the row doesn't exist you can add it.

Upvotes: 2

Related Questions