From 1f9326b452d40a1d77d5b3bfcb6014f5083f3cf3 Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:28:15 +0530 Subject: [PATCH] [apps-v2-url]: updated to use apps-v2 url for beta/alpha releases until testing is complete --- AltStoreCore/Model/Source.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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