Skip to content

ios: add MicroPDF417 to ZXIFormat - #1143

Merged
axxel merged 1 commit into
zxing-cpp:masterfrom
alexmanzer:ios-micropdf417-mapping
Jul 30, 2026
Merged

ios: add MicroPDF417 to ZXIFormat#1143
axxel merged 1 commit into
zxing-cpp:masterfrom
alexmanzer:ios-micropdf417-mapping

Conversation

@alexmanzer

Copy link
Copy Markdown
Contributor

Maps BarcodeFormat::MicroPDF417 in both directions. Kept distinct from PDF417 rather than folded into it, to match the other wrappers.

Note that the new enumerator is inserted in place, which shifts the raw values of QR_CODE and the entries after it — same as the DataBar stacked additions in #1125.

fixes #1142

The core reports BarcodeFormat::MicroPDF417, which had no counterpart in
the wrapper and was therefore mapped to NONE.
@axxel
axxel merged commit 20a33c9 into zxing-cpp:master Jul 30, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

iOS: MicroPDF417 results are reported as NONE

2 participants