diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-10-12 07:06:36 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-10-12 07:06:36 -0700 |
commit | cd8c9352cd8c0d0f19c0b2fde8ac3b160b12d1f2 (patch) | |
tree | 1fbc8c383d68a0d73899db3a06745ef64462f060 | |
parent | ab1ec63ebd2a216213d9fb98c6ceac2dd4564810 (diff) |
Do not stash /Applications (extra fatal on iOS 9).v1.1.24
-rwxr-xr-x | Library/free.sh | 1 | ||||
-rw-r--r-- | MobileCydia.mm | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Library/free.sh b/Library/free.sh index 5a9082c..1c72e0f 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 eacb25d..d0d71e8 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"); |