SQLite.swift icon indicating copy to clipboard operation
SQLite.swift copied to clipboard

SqlCipher support for Swift PM

Open kmitj opened this issue 4 years ago • 5 comments

kmitj avatar Sep 14 '21 11:09 kmitj

any updates?

kmitj avatar Oct 10 '22 12:10 kmitj

Can you explain what you are trying to achieve and that does not work?

nathanfallet avatar Oct 20 '22 09:10 nathanfallet

@NathanFallet I have the same question. The docs only give CocoaPods as a way to use SQLCipher, and indeed this comment on the mentioned issue seems to say the same thing.

How can we avoid CocoaPods, and still use SQLite.swift with SQLCipher with Swift Package Manager?

timshadel avatar Oct 21 '22 22:10 timshadel

@timshadel I haven't looked at this in a while (the comment is from last year), perhaps it's now possible to integrate SQLCipher with SPM. SQLCipher itself does not seem to support SPM "natively" (https://github.com/sqlcipher/sqlcipher/issues/371)

jberkel avatar Oct 24 '22 10:10 jberkel