We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e628be3 commit f36b349Copy full SHA for f36b349
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.5/BindJS.xcframework.zip",
24
- checksum: "dc9c134cec40113734f0e1e3295f1281d2ea6704eb6cdd185a4e58816246bdf3"
+ url: "https://github.com/yapstudios/bindjs-apple-binary/releases/download/1.0.8/BindJS.xcframework.zip",
+ checksum: "8b425e45a1dfef3a78fb4eafcc602040c7359b6f9ce604f8ff71e9d775637258"
25
),
26
.target(name: "BindJSDependencies", dependencies: [
27
.product(name: "GLTFKit2", package: "GLTFKit2")
0 commit comments