We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1742e69 commit 51c849eCopy full SHA for 51c849e
Shared/Extensions/ALTApplication+AltStoreApp.swift
@@ -13,7 +13,7 @@ extension ALTApplication
13
static let altstoreBundleID = "com.rileytestut.AltStore"
14
15
var isAltStoreApp: Bool {
16
- let isAltStoreApp = self.bundleIdentifier.contains(ALTApplication.altstoreBundleID) || self.bundleIdentifier.contains("SideStore")
+ let isAltStoreApp = self.bundleIdentifier.contains(ALTApplication.altstoreBundleID)
17
return isAltStoreApp
18
}
19
0 commit comments