Skip to content

Commit 9894827

Browse files
committed
Session GRDB.swift Session-6.27.0 (GRDB 6.27.0, SQLCipher 4.6.0)
1 parent 8914cd0 commit 9894827

File tree

6 files changed

+23765
-8855
lines changed

6 files changed

+23765
-8855
lines changed

GRDB/Export.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
// Export the underlying SQLite library
2+
#if SWIFT_PACKAGE
3+
@_exported import CSQLite
4+
#elseif GRDBCIPHER
15
@_exported import SQLCipher
6+
#elseif !GRDBCUSTOMSQLITE && !GRDBCIPHER
7+
@_exported import SQLite3
8+
#endif

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ The default branch for this repository is `SQLCipher` so that we can more easily
77

88
## Versioning
99

10-
* This Package: *2.0.0*
11-
* GRDB: *6.6.0*
12-
* SQLCipher: *4.5.3*
10+
* This Package: *Session-6.27.0*
11+
* GRDB: *6.27.0*
12+
* SQLCipher: *4.6.0*
1313

1414
## Contributions
1515
We do not accept contributions to this repository at this time. However, feel free to open an issue in order to start a discussion.
1616

17-
1817
## Updating from Upstream
1918

2019
Add remote upstream:
@@ -73,6 +72,7 @@ manually. See [general instructions](https://github.com/sqlcipher/sqlcipher#comp
7372
* Remember to use `make sqlite3.c` and not `make`.
7473
* Copy `sqlite3.c` and `sqlite3.h` to `Sources/SQLCipher/sqlite3.c` and `Sources/SQLCipher/include/sqlite3.h`.
7574

75+
7676
--
7777

7878
<picture>

0 commit comments

Comments
 (0)