diff options
| author | ruki <waruqi@gmail.com> | 2019-06-22 00:51:03 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2019-06-21 23:06:22 +0800 |
| commit | eb349bcce1c18b3823194c62c532c1ca96503a4f (patch) | |
| tree | 0b6ee9c8aefbb2ea9a9a690d337950de439a9192 /plugin/more_plugins.md | |
| parent | fbe5b23eeca6c2a15958e655e79de2368f00220d (diff) | |
| download | xmake-docs-eb349bcce1c18b3823194c62c532c1ca96503a4f.tar.gz xmake-docs-eb349bcce1c18b3823194c62c532c1ca96503a4f.zip | |
add guide and plugin
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 +``` |
