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

Update build-bindings script

Set target to "ios,iossimulator,macos"
parent bc00fb4f
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!50Add macOS support
......@@ -61,7 +61,7 @@ message "Make Bindings.xcframework..."
go get golang.org/x/mobile/bind
go install golang.org/x/mobile/cmd/gomobile@latest
gomobile init
gomobile bind -target ios gitlab.com/elixxir/client/bindings
gomobile bind -target ios,iossimulator,macos gitlab.com/elixxir/client/bindings
message "Move framework..."
cd $working_dir
......
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