二进制的 iPhone 应用程序图标
据我了解,根据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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你有 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
您将它们包含在您的项目中,并从图标文件部分下的 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/