Skip to content

Commit 6d5d692

Browse files
committed
Inline GRDB.swift 3.1.0 (GRDB 7.4.1, SQLCipher 4.7.0)
1 parent 309317a commit 6d5d692

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.0
1+
// swift-tools-version: 5.7
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "GRDB",
18-
url: "https://github.com/inline-chat/GRDB.swift/releases/download/3.0.8/GRDB.xcframework.zip",
19-
checksum: "02849a50c8649b64cf7d844374506313e9ccac21925284c5f65ea2ee48c89f9c"
18+
url: "https://github.com/inline-chat/GRDB.swift/releases/download/3.1.0/GRDB.xcframework.zip",
19+
checksum: "f6fa67a7ae52c99f96f7859e506c2186e30313c92a50dd7f7a9303af2b5a7bf3"
2020
),
2121
.target(name: "_GRDBDummy")
2222
]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
This is a fork of [GRDB](https://github.com/groue/GRDB.swift) with added support for [SQLCipher Community Edition](https://www.zetetic.net/sqlcipher/open-source/), packaged into XCFramework so that it can be consumed as a Swift Package, for Inline, initially made by DuckDuckGo.
66

7-
The default branch for this repository is `main` (as opposed to upstream's `master`) and it doesn't include GRDB (or SQLCipher) source code – only the Swift Package definition and release scripts/assets. XCFramework archives are attached directly in [GitHub Releases](https://github.com/inlinehq/GRDB.swift/releases).
7+
The default branch for this repository is `main` (as opposed to upstream's `master`) and it doesn't include GRDB (or SQLCipher) source code – only the Swift Package definition and release scripts/assets. XCFramework archives are attached directly in [GitHub Releases](https://github.com/inline-chat/GRDB.swift/releases).
88

99
## Version
1010

11-
* This Package: *3.0.7*
12-
* GRDB: *7.0.0-beta.6*
13-
* SQLCipher: *4.6.1*
11+
* This Package: *3.1.0*
12+
* GRDB: *7.4.1*
13+
* SQLCipher: *4.7.0*
1414

1515
## Contributions
1616

0 commit comments

Comments
 (0)