Create a icon.icns file with different resolutions from the provided .png image file.
Currently, the source image must be bigger than 1024x1024px.
Clone this repo.
Install imagemagick (with ie. homebrew)
brew install imagemagick
Pass the source file as the first (and only) parameter
./script.sh large_image.png
The output is the icon.icns file in the source directory.
Ideas? Improvements? Leave an issue or better yet, a PR!