add a script to fix the iOS simulator when it no longer launches apps
This commit is contained in:
parent
32193a0980
commit
5c5939c68e
1 changed files with 4 additions and 0 deletions
4
unfuckbootstrap
Executable file
4
unfuckbootstrap
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
launchctl list | grep UIKitApplication | awk '{print $3}' | xargs launchctl remove
|
||||
|
||||
Loading…
Reference in a new issue