calda / iTunesConnect-icon

Script that adds an apple-touch-icon for iTunes Connect to Safari's Icon Cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iTunesConnect-icon

Script that adds an apple-touch-icon for iTunes Connect to Safari's Icon Cache

Before ๐Ÿ˜ข

After itc-icon ๐Ÿ˜

Running itc-icon

You can download and run the itc-icon script by pasting this into your terminal:

echo "Downloading..." && curl -sL https://github.com/calda/iTunesConnect-icon/raw/master/itc-icon --output itc-icon && echo "Need sudo to execute script (sudo chmod 777 itc-icon && itc-icon):" && sudo chmod 777 itc-icon && ./itc-icon && rm itc-icon

Expanded script:

echo "Downloading..." 
curl -sL https://github.com/calda/iTunesConnect-icon/raw/master/itc-icon --output itc-icon
echo "Need sudo to execute script (sudo chmod 777 itc-icon && itc-icon):"
sudo chmod 777 itc-icon
./itc-icon
rm itc-icon

If you want to compile it from source yourself (main.swift), just download and run the Xcode project.

About

Script that adds an apple-touch-icon for iTunes Connect to Safari's Icon Cache


Languages

Language:Swift 100.0%