How to change the name of an iOS app?

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

    There are

    • Product name ($(PRODUCT_NAME)): defaults to Target name. This is useful for scheme to select the right target
    • Bundle display name (CFBundleDisplayName): defaults to Product name. This is what is displayed to your iOS user

提交回复
热议问题