Skip to content

Conversation

@tomieq
Copy link
Contributor

@tomieq tomieq commented Jan 13, 2026

Extend SQLite to support dynamic linking via SPM

CocoaPods is going to end of life this year so many individuals and companies will fully switch to SPM dependency management. Many of my projects use SQLite and I need to add it as dynamic library. I added in the Package.swift extra product configuration that will enable XCode to compile SQLite as dynamic library (when product does not define it's type explicitly, it is compiled as static lib). As current product configuration stays, users will be able to choose whether they want to add it as static or dynamic library.
Please review it and merge. Thank you for your great job!

tomieq and others added 2 commits January 13, 2026 14:35
To be able to use SQLite in multiple libraries within the same app bundle, the product now supports dynamic linking
@jberkel jberkel merged commit 9133ddd into stephencelis:master Jan 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants