We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c86eee commit 34b3d70Copy full SHA for 34b3d70
Package.swift
@@ -14,8 +14,8 @@ let package = Package(
14
targets: [
15
.binaryTarget(
16
name: "CloudSyncBinary",
17
- url: "https://github.com/sqliteai/sqlite-sync/releases/download/1.0.3/cloudsync-apple-xcframework-1.0.3.zip",
18
- checksum: "b2fba950d308dc004003774821ae8f5baa770c7b7d1c1189956e25537d348fe5"
+ url: "https://github.com/sqliteai/sqlite-sync/releases/download/1.0.5/cloudsync-apple-xcframework-1.0.5.zip",
+ checksum: "8efd5da9e69731f0ed32d0e137314e260c2c8d763c5dc07672092d642418364b"
19
),
20
.target(
21
name: "CloudSync",
0 commit comments