Skip to content

Commit c4bdd79

Browse files
committed
convenience script
1 parent 6242238 commit c4bdd79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

justfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ zip: build-release
3232
zip -r RustXcframework.xcframework.zip ./RustXcframework.xcframework/
3333
ls -lisah RustXcframework.xcframework.zip
3434
shasum -a 256 RustXcframework.xcframework.zip
35-
shasum -a 256 RustXcframework.xcframework.zip > RustXcframework.xcframework.sha256.txt
35+
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

Comments
 (0)