Initial support for iOS app

This commit is contained in:
Andrew Cope 2022-02-23 22:15:22 -05:00
parent 2eff8d6b47
commit 1b5be4fc6b
5 changed files with 61 additions and 1 deletions

View file

@ -20,6 +20,7 @@ Build:
make build - Build
make build-snapshot - Build snapshot
make build-simple - Build (using go build, without goreleaser)
make build-simple-darwin - Build (using go build, without goreleaser) on macOS systems
make clean - Clean build folder
Releasing (requires goreleaser):