Skip to content

Instantly share code, notes, and snippets.

@andrewpho
andrewpho / Iconizer.sh
Last active July 16, 2022 20:40 — forked from richellis/Iconizer.sh
Create iOS application icons from one PDF file. Requires ImageMagick.
#!/bin/sh
#
# Iconizer shell script by Steve Richey (srichey@floatlearning.com), forked, modified by
# Andrew Ho (aho@exomachina.com)
# - tested with XCode 10.2.1
# - added icons for iphone, ipad notification, ios app store
# based on version by
# Rich Ellis (rich@richellis.net) with contributions from Github: crishoj, giria
#