mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 03:03:31 +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
|
private extension URL
|
||||||
{
|
{
|
||||||
#if STAGING
|
#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
|
#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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user