[trusted-sources]: Fix: updated trustedsources.json to match that of altstore 2.0 format

This commit is contained in:
Magesh K
2024-12-13 13:00:04 +05:30
parent 5b8ca13565
commit 1d030a9550
2 changed files with 6 additions and 3 deletions

View File

@@ -12,10 +12,13 @@ import AltStoreCore
private extension URL private extension URL
{ {
// @mahee96: update this to a non-branch specific (prod-ready) location like github.io repo similar to anisette servers URL list
#if STAGING #if STAGING
static let sources = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/develop/trustedapps.json")! // static let sources = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/develop/trustedapps.json")!
static let sources = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/rebase-2.0-wip/trustedapps.json")!
#else #else
static let sources = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/develop/trustedapps.json")! // static let sources = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/develop/trustedapps.json")!
static let sources = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/rebase-2.0-wip/trustedapps.json")!
#endif #endif
} }

View File

@@ -1,6 +1,6 @@
{ {
"version": 1, "version": 1,
"sources": [ "trusted": [
{ {
"identifier": "io.sidestore.example" "identifier": "io.sidestore.example"
}, },