diff --git a/AltStore/Operations/UpdateKnownSourcesOperation.swift b/AltStore/Operations/UpdateKnownSourcesOperation.swift index 95049eb1..2302066b 100644 --- a/AltStore/Operations/UpdateKnownSourcesOperation.swift +++ b/AltStore/Operations/UpdateKnownSourcesOperation.swift @@ -12,10 +12,13 @@ import AltStoreCore 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 - 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 - 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 } diff --git a/trustedapps.json b/trustedapps.json index 55317da1..608c628c 100644 --- a/trustedapps.json +++ b/trustedapps.json @@ -1,6 +1,6 @@ { "version": 1, - "sources": [ + "trusted": [ { "identifier": "io.sidestore.example" },