Skip to content

Commit a6d3f88

Browse files
committed
swift package 0.6.0
1 parent 403e644 commit a6d3f88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ 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.5.2/RustXcframework.xcframework.zip",
23-
// checksum: "4564b6fb319576e23e73e79618337825f59fe009e2cbc96e98796cdc46fc2da1"),
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"),
2424
.target(
2525
name: "bevy_ios_iap",
2626
dependencies: ["RustXcframework"]),

0 commit comments

Comments
 (0)