mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 03:33:36 +01:00
[AltServer] Changes AltStore download URL for BETA builds
This commit is contained in:
@@ -15,6 +15,8 @@ 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
|
||||||
|
private let altstoreAppURL = URL(string: "https://f000.backblazeb2.com/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://f000.backblazeb2.com/file/altstore/altstore.ipa")!
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user