天天看點

ios 改項目名以及改app名

  1. 改項目名:直接改target那邊的名字
    ios 改項目名以及改app名

輸入完後按回車,彈出改名前和改名後的檔案對名,這時點選“Rename”:

ios 改項目名以及改app名

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 ->(修改項目名)