How to change the name of an iOS app?

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

    1. Go to Targets in Xcode.
    2. Get Info on your project's target (your current development name).
    3. Search for Product Name under Packaging. Change its value to what you want your new project name to be.

提交回复
热议问题