From: Jay Freeman (saurik) Date: Mon, 28 Feb 2011 12:50:33 +0000 (-0800) Subject: Background appcache initialization using custom URL. X-Git-Tag: v1.1.0%b1~133 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/4e89e88014a46af14f9eb348844e4c674bfba64d?ds=inline Background appcache initialization using custom URL. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index cccb7841..64c388c9 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];