Skip to content

Commit

Permalink
missing make steps
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed May 2, 2024
1 parent 84336aa commit a72450d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ build-release: build-rust-release copy-generated

zip: build-release
zip -r RustXcframework.xcframework.zip ./RustXcframework.xcframework/
ls -lisah RustXcframework.xcframework.zip
ls -lisah RustXcframework.xcframework.zip
shasum -a 256 RustXcframework.xcframework.zip
shasum -a 256 RustXcframework.xcframework.zip > RustXcframework.xcframework.sha256.txt

0 comments on commit a72450d

Please sign in to comment.