dagronf / QRCode

A quick and beautiful macOS/iOS/tvOS/watchOS QR Code generator/detector library for SwiftUI, Swift and Objective-C.
MIT License
438 stars 57 forks source link

Are there any version that support for iOS 12.0? #35

Closed minhDTNHust closed 9 months ago

dagronf commented 9 months ago

@minhDTNHust no there isn't unfortunately.

Technically there's nothing stopping it, just need to write some shims for some missing CGColor initializers if you're prepared to fork the codebase.

minhDTNHust commented 9 months ago

Thanks you for your support very much. I've done this!

dagronf commented 8 months ago

Hey mate - v18.0.0 now supports iOS 11 as a minimum target.

minhDTNHust commented 7 months ago

Yes I love it. Thanks you!