Skip to content

hmkwizu/AppIcon

 
 

Repository files navigation

AppIcon

Build Status platforms GitHub license GitHub release Xcode Swift Swift Package Manager compatible

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

AppIcon.appiconset
├── Contents.json
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]

Demo

Installation

Homebrew

$ brew install Nonchalant/appicon/appicon

Manual

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

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

Usage

AppIcon needs base image(.png). The size of base image is 1024x1024 pixel preferably.

$ appicon iTunesIcon-1024x1024.png

Option

You can see options by appicon --help.

--icon-name

Default: AppIcon

--output-path

Default: AppIcon

Develop

Install Gems

$ bundle install --path=vendor/bundle

Generate Xcode project

$ swift package generate-xcodeproj

or

$ make xcode

Runs release build

$ bundle exec fastlane build

Runs tests

$ bundle exec fastlane test

Author

Takeshi Ihara [email protected]

License

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

About

AppIcon generates *.appiconset contains each resolution image for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 58.9%
  • Ruby 34.5%
  • Makefile 6.6%