aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/plugin/more_plugins.md
blob: bd11d68aa83e9662c055449038a95d3310ecc0eb (plain)
1
2
3
4
5
6
7
8
9
10

请到插件仓库进行下载安装: [xmake-plugins](https://github.com/xmake-io/xmake-plugins).

## 从app生成ipa包

这仅仅是一个小插件,ios开发的同学,可能会用的到。

```console
$ xmake app2ipa --icon=/xxx.png /xxx/ios.app -o /xxx.ios.ipa
```