mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-26 09:50:09 +01:00
Updated iOS (markdown)
parent
02be17193d
commit
7b856f6a26
2
iOS.md
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.
|
||||
|
||||
```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
|
||||
|
Loading…
Reference in New Issue
Block a user