1. 改项目名:直接改target那边的名字

    ios 改项目名以及改app名_产品名

输入完后按回车,弹出改名前和改名后的文件对名,这时点击“Rename”:

ios 改项目名以及改app名_产品名_02


2.改生成的app名

法一:改info.plist里的Bundle display name

Bundle name :is folder name, where your app (including executable file and all resources) will be stored (Cool Program.app)。建议不要修改bundle name

Bundle display name : is what will be shown on iPhone screen,即当你安装该app到iPhone上显示的name。

注意:Bundle Display name must correspond to Bundle name,即bundle display name和bundle name不能相差太远。例如bundle name设置为 TheApplication, 而 bundle display name设置为“***”,则apple会拒绝你的app。


法二:target ->build settings  -> product name ->(修改项目名)