From fd7dc94975b339513fa208cde1cdf1035bcd797e Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:57:34 -0800 Subject: [PATCH] Swap to Connect Source Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- AltStoreCore/Model/Source.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AltStoreCore/Model/Source.swift b/AltStoreCore/Model/Source.swift index 8f1a72a7..5b215691 100644 --- a/AltStoreCore/Model/Source.swift +++ b/AltStoreCore/Model/Source.swift @@ -20,17 +20,17 @@ public extension Source #if STAGING #if ALPHA - static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")! + static let altStoreSourceURL = URL(string: "https://connect.sidestore.io/")! #else - static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")! + static let altStoreSourceURL = URL(string: "https://connect.sidestore.io/")! #endif #else #if ALPHA - static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")! + static let altStoreSourceURL = URL(string: "https://connect.sidestore.io/")! #else - static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")! + static let altStoreSourceURL = URL(string: "https://connect.sidestore.io/")! #endif #endif