From 3da4212c1a39ac845f3e3542ac08d28d6e489c31 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 12 Jan 2014 07:05:15 -0800 Subject: [PATCH] Add the six controversial cache deletion entries. --- Settings.mm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Settings.mm b/Settings.mm index 619df9b..2423d56 100644 --- a/Settings.mm +++ b/Settings.mm @@ -510,6 +510,13 @@ void AddThemes(NSMutableArray *themesOnDisk, NSString *folder) { system("rm -rf /User/Library/Caches/com.apple.newsstand"); system("rm -rf /User/Library/Caches/com.apple.springboard.sharedimagecache"); + system("rm -rf /User/Library/Caches/BarDialer"); + system("rm -rf /User/Library/Caches/BarDialer_selected"); + system("rm -rf /User/Library/Caches/BarRecents"); + system("rm -rf /User/Library/Caches/BarRecents_selected"); + system("rm -rf /User/Library/Caches/BarVM"); + system("rm -rf /User/Library/Caches/BarVM_selected"); + system("killall -9 lsd"); if (kCFCoreFoundationVersionNumber > 700) // XXX: iOS 6.x -- 2.45.2