iPhone XCode - How to change title below app icon

后端 未结 4 1067
隐瞒了意图╮
隐瞒了意图╮ 2020-12-24 04:44

What is the best way to rename the app so that the title below the app icon can have spaces but the build files doesn\'t have spaces. (ie, title is \"My Project\" and build

4条回答
  •  一向
    一向 (楼主)
    2020-12-24 05:08

    There should really be a caveat here. If you have shell scripts and other things dependent on the original app name, you may be committed to some extensive changes if you pursue the above solution. If you only want to change the display name, and only that, there's a Bundle display name under Info of your target under Custom iOS Target Properties.

提交回复
热议问题