A sample iOS client for Mut project
- Install and configure Gomobile (https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile).
- Build Mut project as iOS framework using command
gomobile bind -target ios github.com/DeepAQ/mut/core github.com/DeepAQ/mut/config
, and addCore.framework
to the workspace. - Build the app with Xcode.
iMut is licensed under GPLv3.