From cd8c9352cd8c0d0f19c0b2fde8ac3b160b12d1f2 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 12 Oct 2015 07:06:36 -0700 Subject: [PATCH] Do not stash /Applications (extra fatal on iOS 9). --- Library/free.sh | 1 - MobileCydia.mm | 1 - 2 files changed, 2 deletions(-) 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"); -- 2.47.2