Create iOS Icons
Overview
This is a tool for creating all the different iOS icon sizes from a PDF template file.
Installation
npm install -g @johnls/create-ios-icons
Usage
create-ios-icons MyIcon.pdf MyIcon-Test.pdf Project/Assets.xcassets
This will create icon sets called MyIcon
and MyIcon-Test
in the Project/Assets.xcassets
directory. Any existing assets will be overwritten.