Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change the display name in Xcode 5? [closed]

Tags:

ios

iphone

xcode5

I clicked on TARGET > INFO then changed BUNDLE DISPLAY NAME to what I want it to be, but when I archive it, the previous name (same as the target name) is still there.

like image 291
Grover Light Avatar asked Oct 12 '13 18:10

Grover Light


People also ask

How do I change the display name in Xcode?

Build Settings> Change "Product Name" TARGETS> Select app> Change "Display Name" Project Navigator> Select project name> Double-click> Change "project name"> Rename> Mange Scheme> Change "Scheme name"

How do I change the project name and target name in Xcode?

Select the project from the project navigator to open the project editor and see a list of the app's targets. To rename a target, select it, press the Return key, and enter the new name. If all you want to do is rename the app, you're finished.

How do I change my bundle name?

Change the Bundle IDChoose your project from the left side, then your app target under TARGETS, select the General tab and rename the Bundle Identifier.


1 Answers

Change "Bundle display name" in your PLIST file.

In your -Info.plist

like image 146
Oscar Swanros Avatar answered Oct 02 '22 10:10

Oscar Swanros