jmcnamara / libxlsxwriter

A C library for creating Excel XLSX files.
https://libxlsxwriter.github.io
Other
1.49k stars 332 forks source link

Feature Request: Swift Package Manager support #390

Closed bvirlet closed 1 year ago

bvirlet commented 1 year ago

Thanks for building this library. I see that you have added CocoaPods support. Do you have any plans for, or would you be interested in Swift Package Manager support?

jmcnamara commented 1 year ago

I don't use Swift so I don't have personal plans to add Swift Package Manager support. However, I am open to adding it to the project if maintaining it is similar to the CocoaPods support.

What is required to support it?

This question was asked previously at #325 and #369

For reference there are also these resources:

jmcnamara commented 1 year ago

@FrankenApps You helped out previously with the libxlsxwriter Swift sample app. Is this something you could help with?

FrankenApps commented 1 year ago

I would be open to look into this, because I think the ecosystem is slowly transitioning towards Swift Package Manager. However I can sadly not make any commitment to a timeframe at the moment and this will likely take several months from my side to get around to.

bvirlet commented 1 year ago

I have been able to add Swift Package Manager support. The links above, as well as the CocoaPods integration, were helpful. Thanks for that. I verified that I was able to use the integration in our app.

jmcnamara commented 1 year ago

Merged to main. Thanks. Closing.