Skip to content

Commit

Permalink
Use date for unofficial receipt parts
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesoid committed Oct 9, 2020
1 parent d726caa commit 4452349
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public enum KnownUnofficialReceiptAttribute: Int32 {
var parsingType: ParsingType {
switch self {
case .date1, .date2, .date3:
return .string
return .date
case .provisioningType, .ageRating, .clientName:
return .string
}
Expand Down

0 comments on commit 4452349

Please sign in to comment.