Skip to content
Snippets Groups Projects
Commit 05995867 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Update build-bindings script

parent f8b2cb49
No related branches found
No related tags found
1 merge request!102Release 1.0.0
......@@ -67,9 +67,11 @@ rm -rf "$frameworks_dir/Bindings.xcframework"
mv "$client_git_dir/Bindings.xcframework" "$frameworks_dir/"
message "Summary"
echo "Update Bindings.xcframework"
echo "https://git.xx.network/elixxir/client/-/commit/$client_git_commit"
go version
xcode_version=`xcodebuild -version`
echo "${xcode_version/$'\n'/ }"
echo "gomobile bind target: $framework_target"
summary="https://git.xx.network/elixxir/client/-/commit/$client_git_commit"
summary="$summary\n$(go version)"
summary="$summary\n${xcode_version/$'\n'/ }"
summary="$summary\ngomobile bind target: $framework_target"
echo "Update Bindings.xcframework"
echo $summary
echo $summary > "$frameworks_dir/Bindings.txt"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment