Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 257
Greg Robertson Avatar asked Nov 01 '14 13:11

Greg Robertson


1 Answers

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

like image 107
Bart van Kuik Avatar answered Oct 20 '22 23:10

Bart van Kuik