File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 " ] ) ,
You can’t perform that action at this time.
0 commit comments