[apps-v2-url]: updated to use apps-v2 url for beta/alpha releases until testing is complete

This commit is contained in:
Magesh K
2024-12-17 22:28:15 +05:30
parent 36f64f6c0a
commit 1f9326b452

View File

@@ -26,7 +26,8 @@ public extension Source
#if ALPHA #if ALPHA
static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")! static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")!
#else #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
#endif #endif