diff options
author | Sam Bingner <sam@bingner.com> | 2018-09-30 22:50:49 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-09-30 22:50:49 -1000 |
commit | ae2e967c43880fbd1b7e7f130541e9dbbca0debf (patch) | |
tree | 09441918f5ad09a47a750885187e44493a5e8b12 /postinst.mm | |
parent | e1fe198695e4c91f62772fb1dbbfdc4607503cdc (diff) |
Make Cydia compatible back to iOS5 - unable to support older with this apt version due to newer apt requiring functions provided via libc++ on iOS
Diffstat (limited to 'postinst.mm')
-rw-r--r-- | postinst.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postinst.mm b/postinst.mm index c1a6f8d..8995801 100644 --- a/postinst.mm +++ b/postinst.mm @@ -262,7 +262,7 @@ int main(int argc, const char *argv[]) { unlink(CYDIA_LIST); if (kCFCoreFoundationVersionNumber >= 1443) { [@( - "deb http://apt.bingner.com/ ./\n" + "deb https://apt.bingner.com/ ./\n" "deb http://apt.thebigboss.org/repofiles/cydia/ stable main\n" "deb http://cydia.zodttd.com/repo/cydia/ stable main\n" "deb http://apt.modmyi.com/ stable main\n" @@ -271,7 +271,7 @@ int main(int argc, const char *argv[]) { } else { [[NSString stringWithFormat:@ "deb http://apt.saurik.com/ ios/%.2f main\n" - "deb http://apt.bingner.com/ ./\n" + "deb https://apt.bingner.com/ ./\n" "deb http://apt.thebigboss.org/repofiles/cydia/ stable main\n" "deb http://cydia.zodttd.com/repo/cydia/ stable main\n" "deb http://apt.modmyi.com/ stable main\n" |