mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Hides app updates that don’t support device’s OS version
This commit is contained in:
@@ -22,7 +22,7 @@ fileprivate extension NSManagedObject
|
||||
}
|
||||
|
||||
var storeAppVersion: String? {
|
||||
let version = self.value(forKey: #keyPath(StoreApp._version)) as? String
|
||||
let version = self.value(forKey: #keyPath(StoreApp.latestVersionString)) as? String
|
||||
return version
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user