mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Adds LoggedError Core Data entity
Allows us to save certain errors to disk so that they can be viewed again later from an error log.
This commit is contained in:
committed by
Joseph Mattello
parent
93cf9bf6a9
commit
728dcd8523
@@ -53,6 +53,8 @@ public class InstalledApp: NSManagedObject, InstalledAppProtocol
|
||||
@NSManaged public var team: Team?
|
||||
@NSManaged public var appExtensions: Set<InstalledExtension>
|
||||
|
||||
@NSManaged public private(set) var loggedErrors: NSSet /* Set<LoggedError> */ // Use NSSet to avoid eagerly fetching values.
|
||||
|
||||
public var isSideloaded: Bool {
|
||||
return self.storeApp == nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user