sqlite icon indicating copy to clipboard operation
sqlite copied to clipboard

Support Swift Package Manager

Open marius-se opened this issue 7 months ago • 2 comments

Is your feature request related to a problem? Please describe. We set up a Capacitor app with SPM instead of Cocoa pods. Therefor this library doesn't work for us.

Describe the solution you'd like A Package.swift file/ SPM support

For now i forked this library and somehow managed to get this working, but honestly I don't feel super safe about it, as I also had to mess with SQLCipher. Links I followed:

  • https://www.youtube.com/watch?v=iVrD854cFYM
  • https://github.com/sqlcipher/sqlcipher/issues/371

marius-se avatar Jul 03 '24 11:07 marius-se