teamlaserbeam / iconer

App icon generator for Apple platforms.

Home Page:https://theswiftdev.com/2016/06/07/app-icon-generator-for-ios-watchos-and-os-x/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iconer

App icon generator for Apple platforms.

See this blog post for more info.

Installation

brew tap tib/tap
brew install iconer

Usage

iconer ~/AppIcon.png ~/Icon.png

Xcode Phase

To use as a build script for iOS platform add a New Run Script Phase before the Copy Bundle Resources phase.

iconer "${SRCROOT}/${PROJECT_NAME}/AppIcon.png" -t "${SRCROOT}/${PROJECT_NAME}" -x -p "ios"

License

WTFPL

About

App icon generator for Apple platforms.

https://theswiftdev.com/2016/06/07/app-icon-generator-for-ios-watchos-and-os-x/

License:Do What The F*ck You Want To Public License


Languages

Language:Shell 100.0%