From 5c5939c68e4c8f522d7cf14952f2bc55116373f3 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 8 May 2012 09:42:36 -0700 Subject: [PATCH] add a script to fix the iOS simulator when it no longer launches apps --- unfuckbootstrap | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 unfuckbootstrap diff --git a/unfuckbootstrap b/unfuckbootstrap new file mode 100755 index 0000000..ba49328 --- /dev/null +++ b/unfuckbootstrap @@ -0,0 +1,4 @@ +#!/bin/sh + +launchctl list | grep UIKitApplication | awk '{print $3}' | xargs launchctl remove +