GRDB.swift
GRDB.swift copied to clipboard
Add ability to use SQLCipher when adding GRDB through SPM
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?
@giedreblekaite See https://github.com/groue/GRDB.swift/discussions/1495