How to change the name of an iOS app?

后端 未结 30 1515
被撕碎了的回忆
被撕碎了的回忆 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 09:03

    I think there is a bit of confusion:

    • you want to change the project name or
    • you want to change the App name on the iOS dashboard ?

    usually is enough to change the latter, adding/modifying the BUNDLE DISLAY NAME key in plist.

    Is better to leave project name untouched, but may be changed

    Note that Bundle display Name CAN contain spaces and special chars, but project NOT. Doing so some cmd line tools will fails due to filename path rules.

    And even more Bundle Display name can be localized.

    So unless you are in early stage and need to change INTERNAL project name, go on using Bundle Display Name key.

提交回复
热议问题