Swap to Connect Source

Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com>
This commit is contained in:
Spidy123222
2024-01-12 18:57:34 -08:00
committed by GitHub
parent b78707808d
commit fd7dc94975

View File

@@ -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