二进制的 iPhone 应用程序图标

发布于 2024-11-06 08:29:55 字数 275 浏览 5 评论 0原文

据我了解,根据Apple 文档。但是,我不确定如何包含它们?我是否只需将它们作为 Icon.png 添加到二进制文件中?

I understand many different sized icons for my app are required for App Store Submission according to Apple's Documentation. However, I am unsure on how to include them? Do I just add them as Icon.png to the Binary?

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

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

发布评论

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

评论(2

心安伴我暖 2024-11-13 08:29:55

如果你有 xcode4,这在 xcode4 中处理起来要容易得多,只需单击你的项目(应该位于项目导航器窗口的顶部),然后转到摘要选项卡,你可以从那里选择图标。然后当您构建应用程序时,它们将包含在二进制文件中

This is much easier to handle in xcode4 if you have it, just click on your project (should be at the top of the project navigator window) then go to the summary tab, and you can select the icons from there. Then when you build your app, they will be included in the binary

随波逐流 2024-11-13 08:29:55

您将它们包含在您的项目中,并从图标文件部分下的 info.plist 文件中引用它们。

以下是您可以添加的文件名和大小的更新列表:http://www .weston-fl.com/blog/?p=840/

You include them in your project and reference them from your info.plist file under the icon files section.

Here is an updated list of the filenames and sizes you can add: http://www.weston-fl.com/blog/?p=840/

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