From: Jay Freeman (saurik) Date: Mon, 12 Oct 2015 14:06:36 +0000 (-0700) Subject: Do not stash /Applications (extra fatal on iOS 9). X-Git-Tag: v1.1.24^0 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/cd8c9352cd8c0d0f19c0b2fde8ac3b160b12d1f2 Do not stash /Applications (extra fatal on iOS 9). --- diff --git a/Library/free.sh b/Library/free.sh index 5a9082cf..1c72e0f9 100755 --- a/Library/free.sh +++ b/Library/free.sh @@ -3,7 +3,6 @@ # /usr/bin \ for dir in \ - /Applications \ /Library/Wallpaper \ /Library/Ringtones \ /usr/include \ diff --git a/MobileCydia.mm b/MobileCydia.mm index eacb25d9..d0d71e8e 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9947,7 +9947,6 @@ _trace(); )) goto stash; \ } while (false) - Stash_("/Applications"); Stash_("/Library/Ringtones"); Stash_("/Library/Wallpaper"); //Stash_("/usr/bin");