Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发 iPhone 应用程序。
我Bundle name在 info.plist 中进行了更改。 但.app不要从<project name>.app. *.app文件显示在项目导航器底部(屏幕左侧)的 Products 文件夹中。
Bundle name
.app
<project name>.app
我相信.app文件被调用bundle并且Bundle name应该更改.app名称。 我错了还是我错过了什么?
bundle
应用程序名称(也是显示名称)由名为产品名称的变量设置。U 可以在目标的构建设置中更改它
我不知道我的问题是否正确!
但是,如果您只想更改项目的名称,您只需在项目导航器中单击项目名称两次,两次单击之间有一秒钟的间隔!
如果您想更改应用程序的名称,该应用程序将出现在 iPhone 设备中
你可以把它写在 infoPlist.strings 这样
"CFBundleDisplayName" = "youAPPName";
我希望这会有所帮助