Nonchalant / AppIcon
- воскресенье, 14 мая 2017 г. в 03:13:18
Swift
AppIcon generates *.appiconset contains each resolution image for iOS
AppIcon
generates *.appiconset
contains each resolution image for iOS.
AppIcon.appiconset
├── Contents.json
├── Icon-App-20.0x20.0@2x.png
├── Icon-App-20.0x20.0@3x.png
├── Icon-App-29.0x29.0@2x.png
├── Icon-App-29.0x29.0@3x.png
├── Icon-App-40.0x40.0@2x.png
├── Icon-App-40.0x40.0@3x.png
├── Icon-App-60.0x60.0@2x.png
└── Icon-App-60.0x60.0@3x.png
$ brew install Nonchalant/appicon/appicon
Clone the master branch of the repository, then run make install.
$ git clone https://github.com/Nonchalant/AppIcon.git
$ make install
AppIcon
needs 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
$ cd AppIcon
$ swift package generate-xcodeproj
or
$ cd AppIcon
$ make xcode
Takeshi Ihara afrontier829@gmail.com
Appicon is available under the MIT license. See the LICENSE file for more info.