Skip to content

Commit d3f3543

Browse files
committed
new binary release
1 parent 73c75dc commit d3f3543

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ let package = Package(
1818
.binaryTarget(
1919
name: "RustXcframework",
2020
// for local development:
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"),
21+
// path: "RustXcframework.xcframework"),
22+
url:
23+
"https://github.com/rustunit/bevy_ios_iap/releases/download/rs-0.8.0/RustXcframework.xcframework.zip",
24+
checksum: "ab336f0d544e3a46a61b3c4b1c40de47c7dd9f3c94256b613b7acabd04f76883"),
2525
.target(
2626
name: "bevy_ios_iap",
2727
dependencies: ["RustXcframework"]),

0 commit comments

Comments
 (0)