We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967b937 commit 07bf6bcCopy full SHA for 07bf6bc
1 file changed
Package.swift
@@ -20,8 +20,8 @@ let package = Package(
20
],
21
targets: [
22
.binaryTarget(name: "SQLCipher",
23
- url: "https://github.com/sqlcipher/SQLCipher.swift/releases/download/4.15.0/SQLCipher.xcframework.zip",
24
- checksum: "8a7f58b6026e880a4ec52cbfaf548c502fa6575083fe4f6608680f98dba8744a"
+ url: "https://github.com/sqlcipher/SQLCipher.swift/releases/download/4.16.0/SQLCipher.xcframework.zip",
+ checksum: "510fd00fa51fb017909a159bb1cc233b012e8ce18dc9c2f09014fe47f557c1a6"
25
),
26
.testTarget(
27
name: "SQLCipherTests",
0 commit comments