We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6242238 commit c4bdd79Copy full SHA for c4bdd79
justfile
@@ -32,4 +32,7 @@ zip: build-release
32
zip -r RustXcframework.xcframework.zip ./RustXcframework.xcframework/
33
ls -lisah RustXcframework.xcframework.zip
34
shasum -a 256 RustXcframework.xcframework.zip
35
- shasum -a 256 RustXcframework.xcframework.zip > RustXcframework.xcframework.sha256.txt
+ shasum -a 256 RustXcframework.xcframework.zip > RustXcframework.xcframework.sha256.txt
36
+
37
+publish-crate:
38
+ cd bevy_ios_iap && cargo publish --no-verify
0 commit comments