mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #390] Feature Request: Swift Package Manager support #311
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#311
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bvirlet on GitHub (Jan 10, 2023).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/390
Originally assigned to: @jmcnamara on GitHub.
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 on GitHub (Jan 10, 2023):
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 on GitHub (Jan 10, 2023):
@FrankenApps You helped out previously with the libxlsxwriter Swift sample app. Is this something you could help with?
@FrankenApps commented on GitHub (Jan 10, 2023):
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 on GitHub (Jan 11, 2023):
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 on GitHub (Jan 11, 2023):
Merged to main. Thanks. Closing.