yeahdongcn / RSBarcodes_Swift

1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift.
MIT License
708 stars 185 forks source link

Support for BUILD_LIBRARIES_FOR_DISTRIBUTION=YES #144

Open acicartagena opened 3 years ago

acicartagena commented 3 years ago

Hello,

Swift 5.1 introduced Module stability. I was wondering, what do we nee do to do add Support for BUILD_LIBRARIES_FOR_DISTRBUTION set to YES. This is so the module can be stable and won't need to be recompiled for every Xcode release.

Thanks