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

Add ability to use SQLCipher when adding GRDB through SPM

Open giedreblekaite opened this issue 7 months ago • 1 comments

Hello,

We are adding GRDB as a package through Swift Package Manager and we noticed that we cannot use SQLCipher instead of GRDBSQLite due to SWIFT_PACKAGE being defined. Would it be possible to change these conditional compilations to allow using SQLCipher in GRDB package?

Image

giedreblekaite avatar May 30 '25 14:05 giedreblekaite

@giedreblekaite See https://github.com/groue/GRDB.swift/discussions/1495

morajabi avatar Jun 10 '25 22:06 morajabi