Use a custom default source for SideStore (#71)

* Adds a Custom default source and allows Updating app via ota.

Co-authored-by: Spidy123222
This commit is contained in:
Joshua Laymon
2022-10-18 01:10:18 -07:00
committed by GitHub
parent e70c712020
commit fc3f83231c
4 changed files with 91 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ import AltSign
extension ALTApplication
{
static let altstoreBundleID = "com.rileytestut.AltStore"
static let altstoreBundleID = "com.SideStore.AltStore"
var isAltStoreApp: Bool {
let isAltStoreApp = self.bundleIdentifier.contains(ALTApplication.altstoreBundleID)