Skip to content

Commit 51459ba

Browse files
committed
Use RocksDB v11.0.8 binary artifact
1 parent 2d86ce8 commit 51459ba

2 files changed

Lines changed: 4 additions & 21 deletions

File tree

Package.resolved

Lines changed: 0 additions & 14 deletions
This file was deleted.

Package.swift

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,14 @@ let package = Package(
1212
name: "ObjectiveRocks",
1313
targets: ["ObjectiveRocks"]),
1414
],
15-
dependencies: [
16-
.package(url: "https://github.com/goodnotes/lz4-swift", from: "1.9.4")
17-
],
15+
dependencies: [],
1816
targets: [
1917
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2018
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2119
.target(
2220
name: "ObjectiveRocks",
2321
dependencies: [
24-
"RocksDB",
25-
.product(name: "lz4", package: "lz4-swift")
22+
"RocksDB"
2623
],
2724
path: "Code",
2825
publicHeadersPath: "./"
@@ -53,8 +50,8 @@ let package = Package(
5350
),
5451
.binaryTarget(
5552
name: "RocksDB",
56-
url: "https://github.com/GoodNotes/rocksdb/releases/download/v11.0.7/RocksDB.xcframework.zip",
57-
checksum: "850f309fe54b6b1cbbdaad39d2aa346d844486e211435ae67d428ad38aba0da3"
53+
url: "https://github.com/GoodNotes/rocksdb/releases/download/v11.0.8/RocksDB.xcframework.zip",
54+
checksum: "ddc7f1aa1f28c8f8596471707e0ca0e8afea0b44ad576cae5ff0319cc193f927"
5855
)
5956
],
6057
cxxLanguageStandard: .cxx20

0 commit comments

Comments
 (0)