From 40bb55137f4b6d241bc69d1a6a509a32ca086ffe Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 28 Oct 2014 02:24:50 -0700 Subject: Issues with /Applications were caused by Substrate. --- Library/free.sh | 1 + MobileCydia.mm | 1 + 2 files changed, 2 insertions(+) diff --git a/Library/free.sh b/Library/free.sh index fcb6130..0fbcd88 100755 --- a/Library/free.sh +++ b/Library/free.sh @@ -3,6 +3,7 @@ # /usr/bin \ for dir in \ + /Applications \ /Library/Wallpaper \ /Library/Ringtones \ /usr/include \ diff --git a/MobileCydia.mm b/MobileCydia.mm index 1264510..5684acd 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9890,6 +9890,7 @@ _trace(); )) goto stash; \ } while (false) + Stash_("/Applications"); Stash_("/Library/Ringtones"); Stash_("/Library/Wallpaper"); //Stash_("/usr/bin"); -- cgit v1.2.3