We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf364f9 commit 52043c9Copy full SHA for 52043c9
GRDB/Export.swift
@@ -1,8 +1 @@
1
-// Export the underlying SQLite library
2
-#if SWIFT_PACKAGE
3
-@_exported import CSQLite
4
-#elseif GRDBCIPHER
5
-@_exported import SQLCipher
6
-#elseif !GRDBCUSTOMSQLITE && !GRDBCIPHER
7
-@_exported import SQLite3
8
-#endif
+@_exported import SQLCipher
0 commit comments