如何更改iPhone上的应用程序名称?
我以前做过这个,但现在不记得了。
我想更改主屏幕上应用程序图标下显示的内容。我应该在 Xcode 的哪个位置执行此操作?
I did this before, but can't remember it now.
I want to change what appears under the icon of my app on the home screen. Where in Xcode do I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如“捆绑包显示名称”通常是 $(PRODUCT_NAME) 的事实所暗示的那样,您实际上应该在目标的构建设置中为所有配置设置“产品名称”构建设置,并让它传播到依赖于的所有位置它。
As implied by the fact that "Bundle display name" is usually $(PRODUCT_NAME), you should actually set the "Product Name" build setting in your Target's build setting, for all configurations, and let it propagate to all the places that depend on it.
是的,您可以在 info.plist 文件(包含在您的 xcode 项目中)中执行此操作。关键是“捆绑包显示名称”
Yes, you can do this in your info.plist file (included in your xcode project). The Key is "Bundle display name"