DefinedNet / mobile_nebula

Brings nebula to mobile devices (iOS, Android)
https://defined.net
127 stars 37 forks source link

Rebind against nebula 1.6 for relays, modernize build #63

Closed nbrownus closed 2 years ago

nbrownus commented 2 years ago

nebula 1.6 requires go 1.18 which requires we update gomobile on build machines. This does most of that leg work but you still may need to run:

$ go install golang.org/x/mobile/cmd/gomobile@latest
$ gomobile init

This also moved the MobileNebula build step to a pre-action in xcode instead of a build time script, so a fresh clone run should succeed.