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

后端 未结 8 407
醉话见心
醉话见心 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:35

    1. Change the Bundle Display Name (CFBundleDisplayName) in your Info.plist file
    2. Check if you have any localization (InfoPlist.strings) files, and change the corresponding CFBundleDisplayName values in those files to the localized values.
    3. That's it.

提交回复
热议问题