Merge pull request #83 from Nonchalant/remove-unused-options Remove unused options
Merge pull request #83 from Nonchalant/remove-unused-options
Remove unused options
AppIcon generates *.appiconset contains each resolution image for iOS, MacOS.
AppIcon
*.appiconset
AppIcon.appiconset ├── Contents.json ├── AppIcon-20.0x20.0@2x.png ├── AppIcon-20.0x20.0@3x.png ├── AppIcon-29.0x29.0@2x.png ├── AppIcon-29.0x29.0@3x.png ├── AppIcon-40.0x40.0@2x.png ├── AppIcon-40.0x40.0@3x.png ├── AppIcon-60.0x60.0@2x.png ├── AppIcon-60.0x60.0@3x.png └── AppIcon-1024.0x1024.0@1x.png
$ 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.
.png
$ appicon iTunesIcon-1024x1024.png
You can see options by appicon --help.
appicon --help
Default: AppIcon
Default: ./AppIcon.appiconset
./AppIcon.appiconset
Default: false
$ make debug
$ make build
$ make test
Takeshi Ihara afrontier829@gmail.com
Appicon is available under the MIT license. See the LICENSE file for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
AppIcon
AppIcon
generates*.appiconset
contains each resolution image for iOS, MacOS.Demo
Installation
Homebrew
Mint
Manual
Clone the master branch of the repository, then run make install.
Usage
AppIcon
needs path of base image(.png
). The size of base image is 1024x1024 pixel preferably.Option
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
Runs release build
Runs tests
Author
Takeshi Ihara afrontier829@gmail.com
License
Appicon is available under the MIT license. See the LICENSE file for more info.