Sergey Petrachkov

Results 9 issues of Sergey Petrachkov

--------------------------------------- https://github.com/aschuch/QRCode/issues/55

Objective-C libraries can be used with SPM. One only has to add Package.swift file and move all ObjC files under the "include" folder.

## Environment - Xcode version: 13.3.1 (13E500a) - iOS version: 15.4.1 - Devices affected: iPhone 8, iPhone 12, iPhone 13 Pro - Maps SDK Version: 10.5.0 ## Observed behavior and...

bug :beetle:

SPM is a great dependencies manager that works out of box. Luckily we can have pure Objective-C / C/C++ packages. I have also added swift example to Readme and Makefile...

## What's done: * added Sendable conformance to ImageAsset and Asset types so the generated code is Swift6- and strict-concurrency-checks- ready. Since all types that are used in the equation...