1. 程式人生 > >更改Xcode專案名及app名稱

更改Xcode專案名及app名稱

第一:更改專案名稱

直接改target那邊的名字


  1. (點小圖檢視大圖)

    點選圖片看大圖

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


(點小圖檢視大圖)
點選圖片看大圖


第二:更改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 ->(修改專案名)