Skip to content

Commit 4160ac5

Browse files
committed
Bump BindJS to 1.0.11 — fix TextComponent nil crash
1 parent aa9466c commit 4160ac5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ let package = Package(
2020
targets: [
2121
.binaryTarget(
2222
name: "BindJS",
23-
url: "https://github.com/yapstudios/bindjs-apple-binary/releases/download/1.0.10/BindJS.xcframework.zip",
24-
checksum: "7dbc135120aa4ba897cb7777fba57bbdb35500038dcd0a1022ec0241037a528e"
23+
url: "https://github.com/yapstudios/bindjs-apple-binary/releases/download/1.0.11/BindJS.xcframework.zip",
24+
checksum: "b983c210fdcc82cb63c12d949e6d1b421e000ec81e1ef4836937c613058fe7e4"
2525
),
2626
.target(name: "BindJSDependencies", dependencies: [
2727
.product(name: "GLTFKit2", package: "GLTFKit2")

0 commit comments

Comments
 (0)