diff --git a/AltStoreCore/Model/Source.swift b/AltStoreCore/Model/Source.swift index 3a6c16e6..b8cc9684 100644 --- a/AltStoreCore/Model/Source.swift +++ b/AltStoreCore/Model/Source.swift @@ -26,7 +26,7 @@ public extension Source return Bundle.Info.appbundleIdentifier } - static let altStoreSourceBaseURL = "https://sidestore-apps.naturecodevoid.dev/" + static let altStoreSourceBaseURL = "https://apps.sidestore.io/" static var altStoreSourceURL: URL { let appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String diff --git a/trustedapps.json b/trustedapps.json index c02d3d6b..5508d405 100644 --- a/trustedapps.json +++ b/trustedapps.json @@ -6,11 +6,11 @@ }, { "identifier": "com.SideStore.SideStore", - "sourceURL": "https://sidestore-apps.naturecodevoid.dev/" + "sourceURL": "https://apps.sidestore.io/" }, { "identifier": "com.SideStore.SideStore.Beta", - "sourceURL": "https://sidestore-apps.naturecodevoid.dev/beta" + "sourceURL": "https://apps.sidestore.io/beta" }, { "identifier": "com.sidestoreapps.community",