File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments