[AltStoreCore] Renames StoreApp.latestVersionString to _version

This commit is contained in:
Riley Testut
2023-05-18 15:50:53 -05:00
committed by Magesh K
parent f7640e35d1
commit 3aa041d2ad
3 changed files with 9 additions and 8 deletions

View File

@@ -203,7 +203,7 @@ public extension InstalledApp
fetchRequest.predicate = NSPredicate(format: "%K == YES AND %K != nil AND %K != %K",
#keyPath(InstalledApp.isActive),
#keyPath(InstalledApp.storeApp),
#keyPath(InstalledApp.version), #keyPath(InstalledApp.storeApp.latestVersionString))
#keyPath(InstalledApp.version), #keyPath(InstalledApp.storeApp._version))
return fetchRequest
}