Change name of iPhone app in Xcode 4

前端 未结 11 516
误落风尘
误落风尘 2020-12-04 05:28

I want to change the name which is displayed below the app icon on the iPhone screen. I use Xcode 4 and I have one target with keys:

  • Bundle display name : ${PR
11条回答
  •  渐次进展
    2020-12-04 06:08

    Making the product name change: Double click the name right under "Targets" and modify the target name to whatever you want.

    Checking if the change has been made: Click on "Target" and on the right hand side search for "Product Name" under "Build Settings". The displayed value of the product name should reflect your change. If not, double click on that name to make sure it's being set to $(TARGET_NAME).

提交回复
热议问题