如何更改iPhone上的应用程序名称?

发布于 2024-08-18 01:25:48 字数 75 浏览 3 评论 0原文

我以前做过这个,但现在不记得了。

我想更改主屏幕上应用程序图标下显示的内容。我应该在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

木緿 2024-08-25 01:25:48

正如“捆绑包显示名称”通常是 $(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.

梦开始←不甜 2024-08-25 01:25:48

是的,您可以在 info.plist 文件(包含在您的 xcode 项目中)中执行此操作。关键是“捆绑包显示名称”

alt text

Yes, you can do this in your info.plist file (included in your xcode project). The Key is "Bundle display name"

alt text

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文