feat: Add UPC-A support (#2563)

* Add UPC_A support

* Add documentation for UPC-A on iOS

* Doc adjustments

---------

Co-authored-by: Keaton Roux <keaton@codehesion.co.za>
This commit is contained in:
Keaton Roux
2024-03-18 16:42:57 +02:00
committed by GitHub
parent 8e1f03907b
commit 97941a919f
4 changed files with 27 additions and 0 deletions

View File

@@ -40,6 +40,9 @@ extension AVMetadataObject.ObjectType {
case "upc-e":
self = .upce
return
case "upc-a":
self = .ean13
return
case "qr":
self = .qr
return