- Migrations-Fix: fixed the migrations by creating custom migration policy for Source and StoreApp to support sourceID renaming and ReleaseTracks integration respectively, removed intermediate models and xcmappingmodels since we jumped directly from altstore 1.6.3 to 2.0.x

This commit is contained in:
Magesh K
2025-02-26 00:57:57 +05:30
parent c0400446bc
commit f4d367b857
20 changed files with 1740 additions and 6463 deletions

View File

@@ -27,7 +27,7 @@ public class AppVersion: BaseEntity, Decodable
@NSManaged public private(set) var downloadURL: URL
@NSManaged public private(set) var size: Int64
@NSManaged public private(set) var sha256: String?
@NSManaged @objc(channel) private var _channel: String?
@NSManaged @objc(channel) public private(set) var _channel: String?
@nonobjc public var minOSVersion: OperatingSystemVersion? {
guard let osVersionString = self._minOSVersion else { return nil }