Skip to content

Commit 51c849e

Browse files
authored
Remove this cuz it causes more problems than it solves
1 parent 1742e69 commit 51c849e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Extensions/ALTApplication+AltStoreApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extension ALTApplication
1313
static let altstoreBundleID = "com.rileytestut.AltStore"
1414

1515
var isAltStoreApp: Bool {
16-
let isAltStoreApp = self.bundleIdentifier.contains(ALTApplication.altstoreBundleID) || self.bundleIdentifier.contains("SideStore")
16+
let isAltStoreApp = self.bundleIdentifier.contains(ALTApplication.altstoreBundleID)
1717
return isAltStoreApp
1818
}
1919
}

0 commit comments

Comments
 (0)