twostraws / CodeScanner

A SwiftUI view that is able to scan barcodes, QR codes, and more, and send back what was found.
MIT License
1.01k stars 286 forks source link

Added ability to get UIImage of what you scanned #95

Closed zappycode closed 1 year ago

nathanfallet commented 1 year ago

Does not build on Mac Catalyst.

error: 'CodeScannerView' is only available in Mac Catalyst 14.0 or newer

Please add this where it's needed

zappycode commented 1 year ago

I'm new to working on Swift Packages so let me know if the above commit is what you're looking for. Thanks!