How to change app display name in Xcode 8 to add a space

后端 未结 8 453
醉话见心
醉话见心 2021-02-03 22:05

I am trying to put a space in my app name (standalone sticker pack) in Xcode 8. The solutions I\'ve seen on here are to change the Product Name (in packaging) or to change the \

相关标签:
8条回答
  • 2021-02-03 22:41

    When creating a new project, Xcode uses the Product Name by default. You can just change that in your Build Settings, even setting separate names for your schemes.

    0 讨论(0)
  • 2021-02-03 22:47

    Just go to Target -> General -> In Identity -> Display Name. By default, it has your app display name which is unhighlighted. Enter here your new app display name.

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