Change name of iPhone app in Xcode 4 -


i want change name displayed below app icon on iphone screen. use xcode 4 , have 1 target keys:

  • bundle display name : ${product_name}
  • bundle name : ${product_name}

what want, project name example "test" want have "mysuperapp". so, can change best? there place can change ${product_name}?

are there other places have change it?

answer without file rename

note an answer not require file rename below.

answer file rename

ok, here found, took me bit of hunting after reading post, answer everyone:

1.in project contents pane @ left, click folder icon.

folder icon

2.select top-level blue line representing project.

project icon

3.if don't have inspector pane (right pane) open, click button enable it. third button in "view" toolbar towards upper right corner.

third button in "view"

4.in inspector pane, click little folded-corner paper (file properties) icon.

file inspector

5.first thing project name. type in new one, prompted rename project content files.

project name field

i should add, leave old app original name in simulator, still need delete simulator. files created in old app bundle not brought forward new bundle (unless find them in finder , move them over).

(edit:) 1 more important note. renaming bundle mean app bundle identifier registered apple provisioning portal no longer work app. need generate new app id , provisioning profile in order distribute app physical device.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -