Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 767 Bytes

File metadata and controls

23 lines (15 loc) · 767 Bytes

This script places a watermark image on top of the icons for your iOS app by going through each file inside an appiconset folder and rendering the watermark on top of your image. Tested on XCode 7, OSX 10.11 El Capitan

Requirements

Install the two dependencies, ImageMagick and Ghostscript.

$ brew install imagemagick
$ brew install ghostscript

Usage

  sh tag_icons.sh tag YourProject/Images.xcassets/AppIcons/YourSchema.appiconset/

Before the script

alt text

After running the script:

alt text