Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 811 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 811 Bytes

Badger

Badger is a bash script that takes a badge image and adds it on top of App Icons.

How it works

You can find more information about how it works in this article.

Requirements

Badger requires ImageMagic. You can install it using brew install imagemagic.

Instalation

Copy the badger.sh to your project folder.

Usage

  1. Badge icon should have:

    • size of the bigest icon in the AppIcon.appiconset. Right now it is 1024x1024 px.
    • transparent background.
  2. Run this command in Terminal:

 ./badger.sh -b "/path/to/badge.png" -i "/path/to/Assets.xcassets/AppIcon.appiconset"

License

Badger is released under the MIT license. See LICENSE for details.