[AltStore] Sideloads apps from Files

This commit is contained in:
Riley Testut
2019-07-28 15:51:36 -07:00
parent cd3e638eff
commit e202c01aeb
3 changed files with 168 additions and 8 deletions

View File

@@ -26,6 +26,10 @@ class InstalledApp: NSManagedObject, Fetchable
/* Relationships */
@NSManaged var storeApp: App?
var isSideloaded: Bool {
return self.storeApp == nil
}
private override init(entity: NSEntityDescription, insertInto context: NSManagedObjectContext?)
{
super.init(entity: entity, insertInto: context)