mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user