[AltStore] Update apps from UpdatesViewController

This commit is contained in:
Riley Testut
2019-06-17 14:49:23 -07:00
parent 9538d05f9f
commit d65cef8817
10 changed files with 231 additions and 30 deletions

View File

@@ -18,8 +18,6 @@ class InstalledApp: NSManagedObject, Fetchable
@NSManaged var expirationDate: Date
@NSManaged var isBeta: Bool
/* Relationships */
@NSManaged private(set) var app: App!
@@ -34,7 +32,7 @@ class InstalledApp: NSManagedObject, Fetchable
let app = context.object(with: app.objectID) as! App
self.app = app
self.version = "0.9"
self.version = app.version
self.bundleIdentifier = bundleIdentifier
self.expirationDate = expirationDate