From ee5fa6a9e4cf85553bc7ad2511ca3b6a18c32dfa Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Sat, 13 Oct 2018 11:04:19 -1000 Subject: Add dynastic repo and update webkit stuff --- MobileCydia.mm | 3 +++ Sources.list/cydia.list | 1 + postinst.mm | 2 ++ 3 files changed, 6 insertions(+) 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]; diff --git a/Sources.list/cydia.list b/Sources.list/cydia.list index 1712137..2f8e565 100644 --- a/Sources.list/cydia.list +++ b/Sources.list/cydia.list @@ -3,3 +3,4 @@ deb http://apt.thebigboss.org/repofiles/cydia/ stable main deb http://cydia.zodttd.com/repo/cydia/ stable main deb http://apt.modmyi.com/ stable main deb https://repo.chariz.io/ ./ +deb https://repo.dynastic.co/ ./ diff --git a/postinst.mm b/postinst.mm index 8995801..8ce11de 100644 --- a/postinst.mm +++ b/postinst.mm @@ -267,6 +267,7 @@ int main(int argc, const char *argv[]) { "deb http://cydia.zodttd.com/repo/cydia/ stable main\n" "deb http://apt.modmyi.com/ stable main\n" "deb https://repo.chariz.io/ ./\n" + "deb https://repo.dynastic.co/ ./\n" ) writeToFile:@ CYDIA_LIST atomically:YES]; } else { [[NSString stringWithFormat:@ @@ -276,6 +277,7 @@ int main(int argc, const char *argv[]) { "deb http://cydia.zodttd.com/repo/cydia/ stable main\n" "deb http://apt.modmyi.com/ stable main\n" "deb https://repo.chariz.io/ ./\n" + "deb https://repo.dynastic.co/ ./\n" , kCFCoreFoundationVersionNumber] writeToFile:@ CYDIA_LIST atomically:YES]; } -- cgit v1.2.3