Skip to content

thebugcode/PimpMyIcons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This script allows you to automate adding a watermark to your iOS app icons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages