nonchalant/appicon
`AppIcon` generates `*.appiconset` contains each resolution image for iOS, MacOS.
Demo
Installation
Homebrew
$ brew install Nonchalant/appicon/appiconMint
$ mint run nonchalant/appiconManual
Clone the master branch of the repository, then run make install.
$ git clone https://github.com/Nonchalant/AppIcon.git
$ make installUsage
AppIcon needs path of base image(.png). The size of base image is 1024x1024 pixel preferably.
$ appicon iTunesIcon-1024x1024.pngOption
You can see options by appicon --help.
--icon-name
Default: AppIcon
--output-path
Default: ./AppIcon.appiconset
--mac
Default: false
--watch
Default: false
Develop
Runs debug build
$ make debugRuns release build
$ make buildRuns tests
$ make testLicense
Appicon is available under the MIT license. See the LICENSE file for more info.
Package Metadata
Repository: nonchalant/appicon
Default branch: master
README: README.md