summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm3
1 files changed, 3 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index d9b1d83..d95bbdb 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -9232,6 +9232,8 @@ int main(int argc, char *argv[]) {
else if (!strcmp(argv0, "store"))
return main_store(argc, argv);
#endif
+ if ([WebPreferences respondsToSelector:@selector(setWebKitLinkTimeVersion:)])
+ [WebPreferences setWebKitLinkTimeVersion:PACKED_VERSION(3453,0,0)];
int fd(open("/tmp/cydia.log", O_WRONLY | O_APPEND | O_CREAT, 0644));
dup2(fd, 2);
@@ -9415,6 +9417,7 @@ int main(int argc, char *argv[]) {
CydiaAddSource(@"http://apt.modmyi.com/", @"stable", [NSMutableArray arrayWithObject:@"main"]);
CydiaAddSource(@"http://cydia.zodttd.com/repo/cydia/", @"stable", [NSMutableArray arrayWithObject:@"main"]);
CydiaAddSource(@"https://repo.chariz.io/", @"./");
+ CydiaAddSource(@"https://repo.dynastic.co/", @"./");
Version_ = [NSNumber numberWithUnsignedInt:1];