Tools



App screenshot generator


.mobileprovision Quickloook


View the last 100 reviews for an app | Source on Github iTunes Reviews


cURLLook


dynamicxray


Commands




Sorting files by lines of code

find . -type f -name ‘*.m’ -exec wc -l {} + | sort -n



Undo a git rebase

git reset –hard