Skip to content

Instantly share code, notes, and snippets.

View bloempot71's full-sized avatar
🏠
Working from home

Martin Meeldijk bloempot71

🏠
Working from home
View GitHub Profile
@bloempot71
bloempot71 / icons
Created August 3, 2022 08:21 — 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.pdf ~/Icons/"
}
function print_usage() {
echo "Usage"
echo " icons <ios|watch|complication|macos> in-file.pdf (out-dir)"