summaryrefslogtreecommitdiff
path: root/postinst.mm
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-09-30 22:50:49 -1000
committerSam Bingner <sam@bingner.com>2019-05-27 14:24:09 -1000
commit014888d50dcedd8f2a7bcac53bc0ffc1fbb6555f (patch)
tree9078a1592efb2b78c6da195d1ba12bf6717d8809 /postinst.mm
parent6f6bdfbcbb3b5dc0a67e28cfe36523e0433ecbeb (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.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/postinst.mm b/postinst.mm
index 6115c7b..47b485c 100644
--- a/postinst.mm
+++ b/postinst.mm
@@ -260,7 +260,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"
@@ -269,7 +269,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"