Throws error if marketplace app is missing buildVersion

This commit is contained in:
Riley Testut
2024-02-15 18:39:27 -06:00
committed by Magesh K
parent 07ed25ab54
commit d2ed5bff57
2 changed files with 28 additions and 1 deletions

View File

@@ -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