-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrap XCFramework into a swift package, for Apple (iOS, macOS) distribution #671
Comments
It's important we use this opportunity to rename the whole package to "libkiwix" to be coherent with the rest. |
We have tried the following setups:
For these reasons we have decided not to use Swift Package Manager for integrating our XCFramework, as it is not yet fully supported in it's current form. |
I will keep the ticket open, this will be reassesed in a year. |
@rgaudin @BPerlakiH A year as almost pass. Do you think this would still make sense to implement this? |
I think that should it be possible, it's nice to have but I don't think it's worth the effort. |
Closing this issue, current solution is "good enough". |
Importing / adding the libkiwix library into iOS and macOS application could become a lot easier, by providing a swift package, which is a folder structure + manifest file that is wrapping up the current XCFramework output.
Details / how to can be found here:
https://blog.devgenius.io/xcframework-swiftpackagemanager-c03f4b1903d9
https://developer.apple.com/documentation/xcode/distributing-binary-frameworks-as-swift-packages
The text was updated successfully, but these errors were encountered: