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

Minor package cleanup #62

Closed mbernson closed 2 years ago

mbernson commented 2 years ago

Hi! Thanks for creating this library.

This PR cleans some things up in the Swift package:

twostraws commented 2 years ago

Hello! Thank you for your contribution 👍

Why do we want to move the Swift tools up to 5.5?

mbernson commented 2 years ago

I did that out of habit, I wasn't getting any warnings because of it. But I suppose it'll break compatibility for users of the library who are not yet on Xcode 13. I'll undo the Swift tools version bump. :)

twostraws commented 2 years ago

Thank you!