Darren Ford
Darren Ford
I'm very new to this library so I could be wrong here, but doesn't `Region.ISO` define GMT as the timezone? From `Region.swift:83`... ```swift /// ISO Region is defined by the...
Hey mate - thanks for your kind words! I haven’t planned to support cocoapods (I dont use it anymore for my own projects) but if you make the change yourself...
Thanks for reporting this, and apologies that this issue is occurring. I found the same issues in the first couple of Xcode 14 betas and I've reported a bug (FB11397938)...
Interestingly, if you link against the _dynamic_ version of the library, the SwiftUI previews start working again. Not a solution (which will require Apple to fix Xcode) but it's a...
How odd! I suppose the only reliable solution is for Apple to fix Xcode (boooooo). I'll update when I hear more
Xcode 14.1 has been released, and the issue still hasn't been resolved 😤. It appears that the SwiftUI previews rely on dynamic library types. Or maybe there's something it's doing...
Hey @harshil-vyas08, Privacy manifests were added back in 18.2.0. You can find them in the Sources/ subfolders (one for each target) See: • [https://github.com/dagronf/QRCode/blob/main/Sources/QRCode/PrivacyInfo.xcprivacy](https://github.com/dagronf/QRCode/blob/main/Sources/QRCode/PrivacyInfo.xcprivacy) • [https://github.com/dagronf/QRCode/blob/main/Sources/qrcodegen/PrivacyInfo.xcprivacy](https://github.com/dagronf/QRCode/blob/main/Sources/qrcodegen/PrivacyInfo.xcprivacy) • [https://github.com/dagronf/QRCode/blob/main/Sources/QRCodeDetector/PrivacyInfo.xcprivacy](https://github.com/dagronf/QRCode/blob/main/Sources/QRCodeDetector/PrivacyInfo.xcprivacy) You can...
@harshil-vyas08 did that answer your question?
Closing due to lack of feedback
Hi there @kietle2000, Deeplink relates to the content encoded within the QR code rather than the actual QR code generation. Once you have a deep link URL that works with...