Draft: Add macOS support
This MR contains Bindings.xcframework
build manually from client repo, using the following script:
go mod tidy
rm -rf vendor/
go build ./...
go get golang.org/x/mobile/bind
go install golang.org/x/mobile/cmd/gomobile@latest
gomobile init
gomobile bind -target ios,iossimulator,macos gitlab.com/elixxir/client/bindings
go version go1.17.13 darwin/arm64
Edited by Dariusz Rybicki
Merge request reports
Activity
assigned to @darrarski.xx
added 2 commits
added 7 commits
-
a8447657...e6a4c9c6 - 6 commits from branch
development
- 3a9678fe - Merge branch 'development' into dev/macos-support
-
a8447657...e6a4c9c6 - 6 commits from branch
requested review from @brunomunizaf
Please register or sign in to reply