mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Update store check to check for AltServer or SideServer installation
This commit is contained in:
@@ -11,9 +11,10 @@ import AltSign
|
||||
extension ALTApplication
|
||||
{
|
||||
static let altstoreBundleID = Bundle.Info.appbundleIdentifier
|
||||
static let altstoreBundleIDOriginal = "rileytestut.AltStore"
|
||||
|
||||
var isAltStoreApp: Bool {
|
||||
let isAltStoreApp = self.bundleIdentifier.contains(ALTApplication.altstoreBundleID)
|
||||
let isAltStoreApp = self.bundleIdentifier.contains(ALTApplication.altstoreBundleID) || self.bundleIdentifier.contains(ALTApplication.altstoreBundleIDOriginal)
|
||||
return isAltStoreApp
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user