我在哪里设置应用程序图标在iPhone应用程序中 [英] Where do I set the application icon in an iphone app

查看:131
本文介绍了我在哪里设置应用程序图标在iPhone应用程序中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我为iphone写了一个应用程序。一切正常。我在ipod中看到它。我做了所有的测试,感谢你们,我能够解决我迄今为止的所有问题。我在哪里设置我的应用程序图标?我知道它在info.plist中。但是我该怎么改呢?
谢谢
Saro

I wrote an app for iphone. All is working. I see it in an ipod. I have done all the testings and thanks to you guys I was able to resolve all my issues so far. Where do I set my application icon? I know it is in info.plist. But how do I change it? Thanks Saro

推荐答案

这就是我在Info.plist中提供的所有图标支持的设备(ipod,iphone,retina display,ipad):

This is what I have in my Info.plist for the icons of all supported devices (ipod, iphone, retina display, ipad):

@ 2x 文件是指视网膜显示。 -72 是指ipad。

The @2x files refer to retina display. The -72 refer to ipad.

编辑:

这是我的info.plist文件中上面列表的文字表示:

This is the textual representation of the list above in my info.plist file:

<key>Icon files</key>
<array>
    <string>Icon.png</string>
    <string>Icon@2x.png</string>
    <string>Icon-72.png</string>
    <string>Icon-Small-50.png</string>
    <string>Icon-Small.png</string>
    <string>Icon-Small@2x.png</string>
</array>

XCode 4 EDIT;

XCode 4 EDIT;

截至Xcode 4,为您的应用设置图标的最佳方式是访问目标设置的摘要窗格,如下图所示,并拖放可用控件上的图标(分别用于iPhone和iPad,视网膜和非视网膜)。

As of Xcode 4, the best way to set the icons for your app is to access the Summary pane of your target settings, as displayed in the image below, and drag-drop the icons on the available controls (separately for iPhone and iPad, retina and non-retina).

这篇关于我在哪里设置应用程序图标在iPhone应用程序中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆