mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 02:03:32 +01:00
Swap to Connect Source
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com>
This commit is contained in:
@@ -20,17 +20,17 @@ public extension Source
|
|||||||
#if STAGING
|
#if STAGING
|
||||||
|
|
||||||
#if ALPHA
|
#if ALPHA
|
||||||
static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")!
|
static let altStoreSourceURL = URL(string: "https://connect.sidestore.io/")!
|
||||||
#else
|
#else
|
||||||
static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")!
|
static let altStoreSourceURL = URL(string: "https://connect.sidestore.io/")!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#if ALPHA
|
#if ALPHA
|
||||||
static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")!
|
static let altStoreSourceURL = URL(string: "https://connect.sidestore.io/")!
|
||||||
#else
|
#else
|
||||||
static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")!
|
static let altStoreSourceURL = URL(string: "https://connect.sidestore.io/")!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user