How to change the name of an iOS app?

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

    For Xcode 11, if you want to change the App Display Name then simply go to plist and simply replace value of CFBundleDisplayName

    CFBundleDisplayName
    Your App Name
    

提交回复
热议问题