mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
Throws error if marketplace app is missing buildVersion
This commit is contained in:
@@ -56,7 +56,7 @@ public class AppVersion: NSManagedObject, Decodable, Fetchable
|
||||
super.init(entity: entity, insertInto: context)
|
||||
}
|
||||
|
||||
private enum CodingKeys: String, CodingKey
|
||||
internal enum CodingKeys: String, CodingKey
|
||||
{
|
||||
case version
|
||||
case buildVersion
|
||||
|
||||
Reference in New Issue
Block a user