mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[trusted-sources]: restore back trusted source fetch URL to sidestore
This commit is contained in:
@@ -13,9 +13,9 @@ import AltStoreCore
|
||||
private extension URL
|
||||
{
|
||||
#if STAGING
|
||||
static let sources = URL(string: "https://f000.backblazeb2.com/file/altstore-staging/altstore/sources.json")!
|
||||
static let sources = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/develop/trustedapps.json")!
|
||||
#else
|
||||
static let sources = URL(string: "https://cdn.altstore.io/file/altstore/altstore/sources.json")!
|
||||
static let sources = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/develop/trustedapps.json")!
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user