A utility app for generating Apple appiconsets for macOS iOS and watchOS from an original 1024 x 1024 design. All icon sizes and a Contents.json file are automatically generated and saved in a .appiconset folder.
You can choose the image interpolation algorithm used from:
- Nearest Neighbour
- Cubic (Catmull–Rom spline)
- Mitchell-Netravali spline
- Lanczos a=2
- Lanczos a=3
Appicionset Generator has support for the Touch Bar
To modify a/o build this project you will need to install electron-packager
npm install electron-packager -gcd to the project directory and run:
npm installthen run
npm run rebuildTo modify the html / css / js run:
gulp watchTo test the app run:
npm startTo update all files prior to packaging run:
gulp buildTo package the final app run:
npm run packageThe packaged app will be written to build/Appiconset Generator-darwin-x64/ in the project directory.
Note: packaging the app runs npm prune -production and so you will need to run npm install again before making any further modifications.
Appiconset Generator is released under the MIT Licence


