Skip to content

Commit 52043c9

Browse files
committed
Fixed up the 'Export' settings
1 parent cf364f9 commit 52043c9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

GRDB/Export.swift

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
@_exported import SQLCipher

0 commit comments

Comments
 (0)