[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

@@ -22,7 +22,7 @@ fileprivate extension NSManagedObject
}
var storeAppVersion: String? {
let version = self.value(forKey: #keyPath(StoreApp.latestVersionString)) as? String
let version = self.value(forKey: #keyPath(StoreApp._version)) as? String
return version
}