mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 08:13:26 +01:00
- Multiple fixes and CI setup
This commit is contained in:
@@ -12,7 +12,7 @@ import CoreData
|
||||
import AltSign
|
||||
|
||||
@objc(InstalledExtension)
|
||||
public class InstalledExtension: NSManagedObject, InstalledAppProtocol
|
||||
public class InstalledExtension: BaseEntity, InstalledAppProtocol
|
||||
{
|
||||
/* Properties */
|
||||
@NSManaged public var name: String
|
||||
|
||||
Reference in New Issue
Block a user