Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View fredmaggiowski's full-sized avatar
🔥
on fire

Federico Maggi fredmaggiowski

🔥
on fire
View GitHub Profile
@strobic
strobic / createIcons.sh
Created March 5, 2017 00:51
A Bash Script to Generate All the Required App Icon Sizes for iOS
#!/bin/bash
#This script will automatically generate all correct sized icons for IOS x and Later
#from a single .svg file
#This script requires ImageMagick (macport or brew it or something)
#usage is:
#>./createIcons.sh [source_file_name].svg
echo $1
fullfile=$1