-
-
Notifications
You must be signed in to change notification settings - Fork 31
feat: pre-bundle iOS lighttpd server as xcframework #151
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
base: master
Are you sure you want to change the base?
feat: pre-bundle iOS lighttpd server as xcframework #151
Conversation
This reverts commit 1558444.
|
Hey @simoneldevig , I just wanna say thanks for you PR, and confirm I have seen it; though, I am not sure when I'll get around to merge it in — I don't have a previous experience with doing the stuff you did in this PR, thus it is difficult for me to find time & motivation to understand and verify it, and at the same time I am afraid to open a Pandora box by merging it in — in case it has any undesirable side-effects that will need further work to address. |
Feature: Pre-bundle iOS lighttpd server as xcframework
The
cmakedependency makes it challenging to integrate the package into codebases with many developers, as everyone needs to havecmakeset up, including the CI.I've therefore added an Xcode project and scripts to prebuild the
lighttpddependency and bundle it as an xcframework.Only downside here is that the
mod_webdavcan no longer be optional for iOS.