]> git.saurik.com Git - winterboard.git/commitdiff
Add the six controversial cache deletion entries. v0.9.3912 v0.9.3913
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 12 Jan 2014 15:05:15 +0000 (07:05 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 12 Jan 2014 15:05:15 +0000 (07:05 -0800)
Settings.mm

index 619df9bae7cb45a9ef17842c8534f185d9415b22..2423d56e2811ded4637af305803e22728ea362ce 100644 (file)
@@ -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