mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-17 02:33:27 +01:00
- Multiple fixes and CI setup
This commit is contained in:
@@ -99,7 +99,8 @@ final class DownloadAppOperation: ResultOperation<ALTApplication>
|
||||
|
||||
if let installedApp = storeApp.installedApp
|
||||
{
|
||||
guard !installedApp.matches(latestSupportedVersion) else { return self.finish(.failure(error)) }
|
||||
// guard !installedApp.matches(latestSupportedVersion) else { return self.finish(.failure(error)) }
|
||||
guard installedApp.hasUpdate else { return self.finish(.failure(error)) }
|
||||
}
|
||||
|
||||
let title = NSLocalizedString("Unsupported iOS Version", comment: "")
|
||||
|
||||
Reference in New Issue
Block a user