diff options
Diffstat (limited to 'plugin/more_plugins.md')
| -rw-r--r-- | plugin/more_plugins.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugin/more_plugins.md b/plugin/more_plugins.md new file mode 100644 index 00000000..2f100f78 --- /dev/null +++ b/plugin/more_plugins.md @@ -0,0 +1,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 +``` |
