uber / cyborg

Display Android Vectordrawables on iOS.
Apache License 2.0
300 stars 19 forks source link

Support Swift Package Manager #69

Closed benpious closed 4 years ago

benpious commented 4 years ago

We should support SwiftPM.

But, per this thread, we can't use it because of some issue with the libxml2 module map.

dreampiggy commented 4 years ago

I think Xcode 11.4 already fix the modulemap for libxml2. It’s time to support SPM.

See: https://developer.apple.com/documentation/xcode_release_notes/xcode_11_4_release_notes

benpious commented 4 years ago

Thank you for pointing this out! I'll investigate the possibility.