开发者

Where to store different iOS icons in Phonegap?

I'm creating my various different icons for my PhoneGap app as outlined开发者_运维问答 here:

http://wiki.phonegap.com/w/page/36905973/Icons-and-Splash-Screens

However, phonegap only seems to allow me to select icons for the launch screen and icon.

Where should icons such as the iPad icon (icon-72.png) be stored?

Thanks, -gearoid.


You need to add the following elements to config.xml

<icon src="icons/ios/icon.png" gap:platform="ios" width="57" height="57" />
<icon src="icons/ios/icon-72.png" gap:platform="ios" width="72" height="72" />

For more details see https://build.phonegap.com/docs/config-xml

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜