Skip to content

Commit fbe6fd0

Browse files
Update XCFramework and generator to 4.0.2-rc2 objectbox-swift#298
Re-enables vector search feature.
1 parent 7e3348a commit fbe6fd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ let package = Package(
2121
.binaryTarget(
2222
name: "ObjectBoxGenerator",
2323
url:
24-
"https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/v4.0.2-rc1/ObjectBoxGenerator.artifactbundle.zip",
25-
checksum: "a2942a8bedb5790956e4961be773270cfcf02b6a277f3eae00477bd056cb0187"
24+
"https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/v4.0.2-rc2/ObjectBoxGenerator.artifactbundle.zip",
25+
checksum: "003d51095ded2e025fbed2b8eebe516f8a65b73cd2120a9cd56e04988cc19a22"
2626
),
2727
.binaryTarget(
2828
name: "ObjectBox.xcframework",
2929
url:
30-
"https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/v4.0.2-rc1/ObjectBox.xcframework.zip",
31-
checksum: "b369a4b4fc57c8f7c7620f275ed1b0f62970cf612e68f47382d44ce311d52c11"
30+
"https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/v4.0.2-rc2/ObjectBox.xcframework.zip",
31+
checksum: "faf3be62eefe3081d5bc507f22bc13a9b826d42849ac1971545fbecbb5d0286d"
3232
),
3333

3434
/// MARK: - Plugin implementations

0 commit comments

Comments
 (0)