blob: 2f100f784eaa1ea896c1bb538146ef4bd977a94d (
plain)
1
2
3
4
5
6
7
8
|
Please download and install from the plugins repository [xmake-plugins](https://github.com/xmake-io/xmake-plugins).
## Convert .app to .ipa
```bash
$ xmake app2ipa --icon=/xxx.png /xxx/ios.app -o /xxx.ios.ipa
```
|