diff --git a/AltStoreCore/Model/Source.swift b/AltStoreCore/Model/Source.swift index 3389d8d2..55bb16f4 100644 --- a/AltStoreCore/Model/Source.swift +++ b/AltStoreCore/Model/Source.swift @@ -26,7 +26,8 @@ public extension Source #if ALPHA static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")! #else - static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")! +// static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")! + static let altStoreSourceURL = URL(string: "https://sidestore.io/apps-v2.json/")! // using v2 for alpha releases #endif #endif