mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-11 15:53:30 +01:00
[AltStore] Sideloads apps from Files
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user