Skip to content

Commit b38b36e

Browse files
committed
use new binary build
1 parent b83bda5 commit b38b36e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Package.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ let package = Package(
1818
.binaryTarget(
1919
name: "RustXcframework",
2020
//for local development:
21-
path: "RustXcframework.xcframework"),
22-
//url: "https://github.com/rustunit/bevy_ios_iap/releases/download/rs-0.6.0/RustXcframework.xcframework.zip",
23-
//checksum: "ce0261d0fda41b2108b9f34bd2235f0e245c6b666a1921615a24a8a61fa41f1e"),
21+
//path: "RustXcframework.xcframework"),
22+
url:
23+
"https://github.com/rustunit/bevy_ios_iap/releases/download/rs-0.7.0/RustXcframework.xcframework.zip",
24+
checksum: "ea7396a6950199a7a25d5d8f35d220c1e3b9052e9bb9c207785c1bd8addb85e9"),
2425
.target(
2526
name: "bevy_ios_iap",
2627
dependencies: ["RustXcframework"]),

0 commit comments

Comments
 (0)