mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 11:43:24 +01:00
[AltServer] Updates AltStore download URLs to use Cloudflare CDN
Workaround for Xfinity blocking connections to f000.backblazeb2.com for some users.
This commit is contained in:
@@ -16,9 +16,9 @@ import LaunchAtLogin
|
|||||||
#if STAGING
|
#if STAGING
|
||||||
private let altstoreAppURL = URL(string: "https://f000.backblazeb2.com/file/altstore-staging/altstore.ipa")!
|
private let altstoreAppURL = URL(string: "https://f000.backblazeb2.com/file/altstore-staging/altstore.ipa")!
|
||||||
#elseif BETA
|
#elseif BETA
|
||||||
private let altstoreAppURL = URL(string: "https://f000.backblazeb2.com/file/altstore/altstore-beta.ipa")!
|
private let altstoreAppURL = URL(string: "https://cdn.altstore.io/file/altstore/altstore-beta.ipa")!
|
||||||
#else
|
#else
|
||||||
private let altstoreAppURL = URL(string: "https://f000.backblazeb2.com/file/altstore/altstore.ipa")!
|
private let altstoreAppURL = URL(string: "https://cdn.altstore.io/file/altstore/altstore.ipa")!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extension ALTDevice: MenuDisplayable {}
|
extension ALTDevice: MenuDisplayable {}
|
||||||
|
|||||||
Reference in New Issue
Block a user