简体   繁体   English

在Xcode中,info.plist中的Bundle名称不会更改包名称(.app文件名)

[英]in Xcode, Bundle name in info.plist doesn't change bundle name (.app file name)

I'm developing iPhone app. 我正在开发iPhone应用程序。

I changed Bundle name in info.plist. 我在info.plist中更改了Bundle name
But .app doen't change from <project name>.app . .app不会改变<project name>.app

* .app file is shown in the Products folder on the bottom of the Project Navigator(left side of the screen). * .app文件显示在Project Navigator底部的Products文件夹中(屏幕左侧)。

I believe .app file is called bundle and Bundle name should change .app 's name. 我相信.app文件叫做bundleBundle name应该改变.app的名字。
Am I wrong or am I missing something? 我错了还是错过了什么?

应用程序名称(也是显示名称)由名为product name的变量设置.U可以更改此位于目标的构建设置中

I dunno if i am getting your question right ! 如果我的问题正确,我不知道!

but if you just want to change the name of the project you can just click on the project name in the project navigator twice with one second gap between the two clicks !! 但如果您只想更改项目名称,只需在项目导航器中单击项目名称两次,两次点击之间间隔一秒即可!

if you want to change the name of the application the one will appear in the iPhone device 如果要更改应用程序的名称,则会在iPhone设备中显示该名称

you may write it on the infoPlist.strings as this 你可以把它写在infoPlist.strings上

"CFBundleDisplayName" = "youAPPName"; “CFBundleDisplayName”=“youAPPName”;

i hope that helps 我希望有所帮助

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iTunes Connect App Name vs. Bundle 在 info.plist 中的显示名称 - iTunes Connect App Name vs. Bundle Display name in info.plist 应用商店名称和info.plist - App store name and info.plist Copy Bundle Resources 构建阶段包含此目标的 Info.plist 文件 'Info.plist' in xcode 6? - The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist' in xcode 6? 可可应用程序信息列表中的“包显示名称”和“包名称”有什么区别 - What's the difference between "bundle display name" and "bundle name" in cocoa application's info plist Bundle ID后缀是否与info.plist中的包标识符相同? - Is Bundle ID Suffix the same as the bundle identifier in info.plist? 无法在其中细化图标文件 <projct_name> -Info.plist - Can't fine item Icon files in <projct_name>-Info.plist 我最近发布的应用程序更新在info.plist文件中没有最新/正确的值 - My recently posted app update doesn't have latest/correct values in the info.plist file Info.plist中的Bundle Identifier与App ID和iTunes Connect之间的关系 - Relationship between Bundle Identifier in Info.plist and App ID and iTunes Connect 错误:捆绑软件使用捆绑软件名称或与Apple应用程序关联的显示名称 - Error: The bundle uses a bundle name or display name associated with an Apple app 错误:警告:复制包资源构建阶段包含此目标的Info.plist文件&#39;UserDefinedLocalization-Info.plist&#39; - Error : Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'UserDefinedLocalization-Info.plist'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM