From 8a8c5167c6ebdd388dc8d29b2b49fc4cfc82c3ee Mon Sep 17 00:00:00 2001 From: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> Date: Thu, 2 Feb 2023 10:31:33 -0800 Subject: [PATCH] Switch to apps.sidestore.io --- AltStoreCore/Model/Source.swift | 2 +- trustedapps.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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",