Skip to content

Instantly share code, notes, and snippets.

View darrillaga's full-sized avatar

Damián Arrillaga darrillaga

  • Montevideo, Uruguay
View GitHub Profile
@dlo
dlo / generate_iconset_contents.py
Created November 1, 2017 01:01
Automatically generate a Content.json file for an iOS icon set from a list of iOS icons in a folder.
#!/usr/bin/env python
# Usage: ls *.png | ./generate_iconset_contents.py
import sys
import re
import json
r = re.compile(".*(AppStore|iPhone|iPad).*-([\d\.]+)(@\dx)?\.png")
@bemre
bemre / virtualbox5withgenymotionosx.sh
Created July 13, 2015 12:56
genymotion with virtualbox 5 on osx
sudo ln -s /usr/local/bin/VBoxManage /usr/bin/VBoxManage