Skip to content

Instantly share code, notes, and snippets.

View Nazar2's full-sized avatar
🎯
Focusing

Developer Nazar2

🎯
Focusing
View GitHub Profile
@Nazar2
Nazar2 / resizeIcon.sh
Created July 6, 2019 15:38
iOS app icons resizer
#!/bin/sh
cp $1 icon20@2x.png
sips -Z 40 icon20@2x.png
cp $1 icon20@3x.png
sips -Z 60 icon20@3x.png
cp $1 icon29@2x.png
sips -Z 58 icon29@2x.png
cp $1 icon29@3x.png