Updated iOS (markdown)

Hajime Hoshi 2018-10-19 11:13:08 +09:00
parent 02be17193d
commit 7b856f6a26

2
iOS.md

@ -13,7 +13,7 @@ See https://github.com/hajimehoshi/ebiten/wiki/Mobile#create-a-package-for-mobil
Use `gomobile bind`, generate an .framework file and import this to your Xcode as an external framework. Here is the example command to build the package. Use `gomobile bind`, generate an .framework file and import this to your Xcode as an external framework. Here is the example command to build the package.
```sh ```sh
:; gomobile bind -target ios -o /path/to/xcode/project/Mobile.framework github.com/yourname/yourgame/mobile gomobile bind -target ios -o /path/to/xcode/project/Mobile.framework github.com/yourname/yourgame/mobile
``` ```
## Implement Objective-C classes ## Implement Objective-C classes