Skip to content

Instantly share code, notes, and snippets.

@ozanturksever
Created February 10, 2015 14:00
Show Gist options
  • Save ozanturksever/c5be4793aa59fc23da72 to your computer and use it in GitHub Desktop.
Save ozanturksever/c5be4793aa59fc23da72 to your computer and use it in GitHub Desktop.
icon create
mkdir MyIcon.iconset
sips -z 16 16 Icon1024.png --out MyIcon.iconset/icon_16x16.png
sips -z 32 32 Icon1024.png --out MyIcon.iconset/icon_16x16@2x.png
sips -z 32 32 Icon1024.png --out MyIcon.iconset/icon_32x32.png
sips -z 64 64 Icon1024.png --out MyIcon.iconset/icon_32x32@2x.png
sips -z 128 128 Icon1024.png --out MyIcon.iconset/icon_128x128.png
sips -z 256 256 Icon1024.png --out MyIcon.iconset/icon_128x128@2x.png
sips -z 256 256 Icon1024.png --out MyIcon.iconset/icon_256x256.png
sips -z 512 512 Icon1024.png --out MyIcon.iconset/icon_256x256@2x.png
sips -z 512 512 Icon1024.png --out MyIcon.iconset/icon_512x512.png
sips -z 1024 1024 Icon1024.png --out MyIcon.iconset/icon_1024x1024.png
cp Icon1024.png MyIcon.iconset/icon_512x512@2x.png
iconutil -c icns MyIcon.iconset
rm -R MyIcon.iconset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment