diff --git a/examples/README.md b/examples/README.md index 4277ae370..0133c8a6a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -21,3 +21,11 @@ Install [gomobile](https://godoc.org/golang.org/x/mobile/cmd/gomobile) first. ```sh gomobile install -tags=example github.com/hajimehoshi/ebiten/examples/rotate ``` + +## iOS + +```sh +gomobile build -target=ios -tags=example -work github.com/hajimehoshi/ebiten/examples/rotate +``` + +Then, open the `WORK` directory, open `main.xcodeproj`, add signing, and run the project.