mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
examples: Add iOS explanation
This commit is contained in:
parent
1d70ee7988
commit
342551da8d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user