Use PDF in XCode for an AppIcon (.appiconset collection)

耗尽温柔 提交于 2019-12-19 05:15:18

问题


I would like to use a PDF rather than create pixel specific icons. XCode (6 & 6.1) will build device specific pixel images from PDFs during compile for icons but I can't figure out how to get this done for the AppIcon (the Springboard App Icon).

The Icon collection appears to be different from an AppIcon collection (.imageset for icons, .appiconset for the App Icon)

Wondering if anyone has had any luck with this?

Perhaps XCode (v6.1) is not yet capable of this?


回答1:


As far as I can tell: with Xcode 6.1.1, using a PDF is only possible for images, not for the app icons.



来源:https://stackoverflow.com/questions/26689801/use-pdf-in-xcode-for-an-appicon-appiconset-collection

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!