[AltServer] Changes AltStore download URL for BETA builds

This commit is contained in:
Riley Testut
2021-02-01 13:49:27 -06:00
parent 49f5f96097
commit 8889923111

View File

@@ -15,6 +15,8 @@ import LaunchAtLogin
#if STAGING
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
private let altstoreAppURL = URL(string: "https://f000.backblazeb2.com/file/altstore/altstore.ipa")!
#endif