AppIcon generates *.appiconset contains each resolution image for iOS.

Appicon.appiconset Exercises ── Contents. Json Exercises ── AppIcon-20.0x20.0@2x.png Exercises ── AppIcon-20.0x20.0@3x.png Exercises ── AppIcon-29.0x29.0@2x.png Heavy Exercises ── AppIcon-29.0x29.0@3x.png Heavy Exercises ── heavy exercises ─ AppIcon-60.0x60.0@2x.png └ ─ ─ AppIcon-60.0x60.0@3x.pngCopy the code

Demo

Installation

Manual

Clone the master branch of the repository, then run make install.

$ git clone https://github.com/Nonchalant/AppIcon.git
$ make install
Copy the code

Option

You can see options by appicon --help.

–output-path

Default: AppIcon

Install Gems

$ bundle install --path=vendor/bundle
Copy the code

Runs release build

$ bundle exec fastlane build
Copy the code

Author

Takeshi Ihara afrontier829@gmail.com

License

Appicon is available under the MIT license. See the LICENSE file for more info.