From 4e89e88014a46af14f9eb348844e4c674bfba64d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 28 Feb 2011 04:50:33 -0800 Subject: Background appcache initialization using custom URL. --- MobileCydia.mm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MobileCydia.mm') diff --git a/MobileCydia.mm b/MobileCydia.mm index cccb784..64c388c 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9821,6 +9821,9 @@ _trace(); essential_ = [[NSMutableArray alloc] initWithCapacity:4]; broken_ = [[NSMutableArray alloc] initWithCapacity:4]; + // XXX: I really need this thing... like, seriously... I'm sorry + [[[CYBrowserController alloc] initWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@/appcache/", UI_]]] reloadData]; + window_ = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; [window_ orderFront:self]; [window_ makeKey:self]; -- cgit v1.2.3