mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[AltStore] Renames App to StoreApp
This commit is contained in:
@@ -339,7 +339,7 @@ private extension MyAppsViewController
|
||||
}
|
||||
}
|
||||
|
||||
if installedApps.contains(where: { $0.bundleIdentifier == App.altstoreAppID })
|
||||
if installedApps.contains(where: { $0.bundleIdentifier == StoreApp.altstoreAppID })
|
||||
{
|
||||
let alertController = UIAlertController(title: NSLocalizedString("Refresh AltStore?", comment: ""), message: NSLocalizedString("AltStore will quit when it is finished refreshing.", comment: ""), preferredStyle: .alert)
|
||||
alertController.addAction(UIAlertAction(title: RSTSystemLocalizedString("Cancel"), style: .cancel) { (action) in
|
||||
|
||||
Reference in New Issue
Block a user