We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b0876 commit 7da3c29Copy full SHA for 7da3c29
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.12.0/SQLCipher.xcframework.zip",
24
- checksum: "f934007b5c01fb6f2c4a56c33b4b572df4aa05e631607a25de66f4cdda7c58ce"
+ url: "https://github.com/sqlcipher/SQLCipher.swift/releases/download/4.13.0/SQLCipher.xcframework.zip",
+ checksum: "05898c5baf0bb8fdb982da68201feb571ce601ad3af67ea9f712c99842cf701b"
25
),
26
.testTarget(
27
name: "SQLCipherTests",
0 commit comments