mirror of
https://github.com/SideStore/SideStore.git
synced 2026-04-04 09:45:42 +02: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