summary refs log tree commit diff
path: root/pkgs/development/mobile/gomobile
Commit message (Collapse)AuthorAge
* gomobile: 2020-06-22 -> 2021-06-14Jakub Sokołowski2021-07-22
| | | | | | | | | This upgrade together with Go 1.16 drops support for iOS ARM32 builds. The need for applying a patch was also removed by this fix: https://go.googlesource.com/mobile/+/7c8f154d100840bc5828285bb390bbae1cb5a98c Signed-off-by: Jakub Sokołowski <jakub@status.im>
* gomobile: init at 2020-06-22Jakub Sokołowski2021-04-23
The Android SDK is provided by `nixpkgs`, and in case of the Status Project we build our app using that SDK in combination with gomobile since our protocol library is written in Go: https://github.com/golang/mobile This tool is quite powerful and allows you even to build entire applications in Go: https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile#hdr-Compile_android_APK_and_iOS_app Signed-off-by: Jakub Sokołowski <jakub@status.im>