Cocoanetics / BarCodeKit

A modern framework for generating 1D barcodes
Other
87 stars 18 forks source link

SwiftPM support #9

Open c-villain opened 2 years ago

c-villain commented 2 years ago

Add the ability of including dependency via Swift Package Manager

odrobnik commented 1 year ago

@c-villain Why don't you add a pull request for that?

odrobnik commented 1 year ago

Ok, I implemented SwiftPM support, including testing. Now it builds with

swift build

and tests with

swift test

Would you please test it from the current develop branch and give feedback. It should work perfectly, but sometimes there's something missing that only appears on another person's machine.

cc: @marcmatta @c-villain

odrobnik commented 1 year ago

cc:@aromanov91 @skelet2394 @bigimot22 @Exey

marcmatta commented 1 year ago

@odrobnik all looks perfect from my side.