appicongen

CLI tool for generating app icons for macOS, iOS, watchOS and tvOS

MIT License

Downloads
169
Stars
5

Appicongen

A small CLI tool for generating app icon sets for macOS, iOS and watchOS projects.

Examples

# Generate AppIcon.appiconset from icon.png with iOS, macOS and watchOS icons
appicongen --all icon.png
# Generate MyIcon.appiconset from icon.png with only iOS icons
appicongen --ios -o MyIcon.appiconset icon.png
# Generate MyIcon.appiconset from icon.png with only macOS icons
# and automatically resize/mask the images to a rounded rectangle
# shape in the style of macOS Big Sur.
appicongen --macos --bigsurify -o MyIcon.appiconset icon.png