Skip to content

Commit

Permalink
Fix boost xcframework url.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Jan 10, 2024
1 parent c928d7c commit 0ed6c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ func getPlatformTargets() -> [Target]
return [
.binaryTarget(
name: "Boost",
url: "https://github.com/wabiverse/MetaverseBoostFramework/releases/download/1.81.4/boost.c.zip",
url: "https://github.com/wabiverse/MetaverseBoostFramework/releases/download/1.81.4/boost.xcframework.zip",
checksum: "2636f77d3ee22507da4484d7b5ab66645a08b196c0fca8a7af28d36c6948404e"
),

Expand Down

0 comments on commit 0ed6c77

Please sign in to comment.