add a script to fix the iOS simulator when it no longer launches apps

This commit is contained in:
Sami Samhuri 2012-05-08 09:42:36 -07:00
parent 32193a0980
commit 5c5939c68e

4
unfuckbootstrap Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
launchctl list | grep UIKitApplication | awk '{print $3}' | xargs launchctl remove