We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9466c commit 4160ac5Copy full SHA for 4160ac5
1 file changed
Package.swift
@@ -20,8 +20,8 @@ let package = Package(
20
targets: [
21
.binaryTarget(
22
name: "BindJS",
23
- url: "https://github.com/yapstudios/bindjs-apple-binary/releases/download/1.0.10/BindJS.xcframework.zip",
24
- checksum: "7dbc135120aa4ba897cb7777fba57bbdb35500038dcd0a1022ec0241037a528e"
+ url: "https://github.com/yapstudios/bindjs-apple-binary/releases/download/1.0.11/BindJS.xcframework.zip",
+ checksum: "b983c210fdcc82cb63c12d949e6d1b421e000ec81e1ef4836937c613058fe7e4"
25
),
26
.target(name: "BindJSDependencies", dependencies: [
27
.product(name: "GLTFKit2", package: "GLTFKit2")
0 commit comments