How to change the name of an iOS app?

后端 未结 30 1119
被撕碎了的回忆
被撕碎了的回忆 2020-11-22 08:11

I began an iPhone project the other day with a silly development code name, and now I want to change the name of the project since it\'s nearly finished.

But I\'m n

相关标签:
30条回答
  • 2020-11-22 08:40

    From Xcode 4.2 and onwards, you can use one more option. Just click once on .proj file name at the top in left navigation pane and it will be available for renaming.Rename it and the whole project will get renamed and not only the target.

    0 讨论(0)
  • 2020-11-22 08:40

    Its very easy to change in XCode 8, enter the app name in the "Display Name" field in Project Target -> General Identity section.

    0 讨论(0)
  • 2020-11-22 08:41

    In Xcode 4 click on project name to start renaming.

    0 讨论(0)
  • 2020-11-22 08:43

    The best way I like in xcode5 is to change product name in building settings. Search "product name" in "building settings", and change it.

    enter image description here

    0 讨论(0)
  • 2020-11-22 08:46

    If you need to change the name of the Application as it appears on the iPhone's home screen, you need to do it in the Target configuration, not the project configuration.

    1. Expand the Targets group in Xcode, then single-click the item under that. It should share the name of your project, which is also the default name of the application that gets generated.

    2. Press command-I to bring up the Info window, then navigate to the Build tag.

    3. Set the Configuration drop-down to read All Configurations.

    4. Look for a setting called Product Name under the Packaging heading.

    5. Change that value to the name you want for your compiled applications and, in the immortal words of Bugs Bunny: Viola! Do a clean then build and your application will take on the new name.

    0 讨论(0)
  • 2020-11-22 08:46

    Project Navigator>General>Display Name

    0 讨论(0)
提交回复
热议问题