AppIcon
generates *.appiconset
contains each resolution image for iOS, MacOS.
AppIcon.appiconset
├── Contents.json
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
$ brew install Nonchalant/appicon/appicon
$ mint run nonchalant/appicon
Clone the master branch of the repository, then run make install.
$ git clone https://github.com/Nonchalant/AppIcon.git
$ make install
AppIcon
needs path of base image(.png
). The size of base image is 1024x1024 pixel preferably.
$ appicon iTunesIcon-1024x1024.png
You can see options by appicon --help
.
Default: AppIcon
Default: ./AppIcon.appiconset
Default: false
Default: false
$ make debug
$ make build
$ make test
Takeshi Ihara [email protected]
Appicon is available under the MIT license. See the LICENSE file for more info.