Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 839 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 839 Bytes

Appicongen

PyPI Typecheck

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