diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-28 04:50:33 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:26 -0800 |
commit | 4e89e88014a46af14f9eb348844e4c674bfba64d (patch) | |
tree | edd8bcf17289c86a971d7ba8e37289931e14c54a /MobileCydia.mm | |
parent | baf82ed401586cb23208427700c1ae0e7ecbe227 (diff) |
Background appcache initialization using custom URL.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 3 |
1 files changed, 3 insertions, 0 deletions
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]; |