Skip to content

Commit 092165d

Browse files
committed
change to local binary build dep
1 parent 65cce2f commit 092165d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ let package = Package(
1717
// Targets can depend on other targets in this package and products from dependencies.
1818
.binaryTarget(
1919
name: "RustXcframework",
20-
//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"),
20+
// 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"),
2525
.target(
2626
name: "bevy_ios_iap",
2727
dependencies: ["RustXcframework"]),

0 commit comments

Comments
 (0)