Skip to content

Instantly share code, notes, and snippets.

@himbeles
himbeles / icons
Last active September 26, 2019 19:30 — forked from brutella/icons
Generate iOS, watchOS, and macOS app icons from one image
#! /bin/sh
function print_example() {
echo "Example"
echo " icons ios ~/AppIcon.png ~/Icons/"
}
function print_usage() {
echo "Usage"
echo " icons <ios|watch|macos> in-file.png (out-dir)"