如何覆盖 iphone 应用程序的图标?

发布于 2024-07-07 12:25:49 字数 111 浏览 6 评论 0原文

我记得在某处读到,在编译 iPhone 应用程序时,您可以提供自己的图标,而无需让它们通过自动光泽效果,但我不记得如何做到这一点,也不知道它在文档中的位置。 这里还有人记得吗?

谢谢!

I remember reading somewhere that you can provide your own icons without having them pass them through the automatic gloss effect when compiling an iphone app, but I can't remember how to do it, and not sure where it was in the docs. Anyone here remembers?

thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

痕至 2024-07-14 12:25:49

将“UIPrenderedIcon”添加到您的 info.plist 文件中,将其更改为布尔值并使其为 true。 (在 iPhone OS 2.0 中,您还可以将其保留为字符串并使用 YES 或 NO,但这在 2.1 中不再有效。)

Add the "UIPrerenderedIcon" to your info.plist file, change it to be a boolean and make it true. (In 2.0 of the iPhone OS you could also leave it as a string and use YES or NO, but that no longer works in 2.1.)

時窥 2024-07-14 12:25:49

斯蒂芬是正确的。 2.1 中适用的确切语法是:

    <key>UIPrerenderedIcon</key>
    <true/>

Stephen is correct. The exact syntax that works in 2.1 is:

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