Skip to content

Instantly share code, notes, and snippets.

@akhildave
Created January 15, 2015 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akhildave/62f885a31d1a74bec720 to your computer and use it in GitHub Desktop.
Save akhildave/62f885a31d1a74bec720 to your computer and use it in GitHub Desktop.
xcode 6 app icon resize terminal
mkdir -p myappicons
sips -Z 58 --out myappicons/iPhone-58x58@2x.png sourceIcon.png
sips -Z 87 --out myappicons/iPhone-87x87@3x.png sourceIcon.png
sips -Z 58 --out myappicons/iPhone-58x58@2x.png sourceIcon.png
sips -Z 80 --out myappicons/iPhone-80x80@2x.png sourceIcon.png
sips -Z 120 --out myappicons/iPhone-120x120@3x.png sourceIcon.png
sips -Z 120 --out myappicons/iPhone-120x120@2x.png sourceIcon.png
sips -Z 180 --out myappicons/iPhone-180x180@3x.png sourceIcon.png
sips -Z 180 --out myappicons/iPhone-180x180@3x.png sourceIcon.png
sips -Z 29 --out myappicons/iPad-29x29@1x.png sourceIcon.png
sips -Z 58 --out myappicons/iPad-58x58@2x.png sourceIcon.png
sips -Z 40 --out myappicons/iPad-40x40@1x.png sourceIcon.png
sips -Z 80 --out myappicons/iPad-80x80@2x.png sourceIcon.png
sips -Z 76 --out myappicons/iPad-76x76@1x.png sourceIcon.png
sips -Z 152 --out myappicons/iPad-152x152@2x.png sourceIcon.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment