How to change the name of an iOS app?

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

    If you want to change display name only then you can directly change from property file(plist) of app.

    You can add a new row with the following key : bundle display name

    Here is an example for this

    enter image description here

    When you use this the app name which you have given with this key will be display.

    So you can do this simply.

提交回复
热议问题