From da7e206db6f3e91fce6677c8bd22069d493cb068 Mon Sep 17 00:00:00 2001 From: 04041b <65881086+04041b@users.noreply.github.com> Date: Sat, 28 Dec 2024 19:55:49 -0800 Subject: [PATCH] build instruction --- docs/mobile-build-instruction.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/mobile-build-instruction.md diff --git a/docs/mobile-build-instruction.md b/docs/mobile-build-instruction.md new file mode 100644 index 000000000..33b3943ff --- /dev/null +++ b/docs/mobile-build-instruction.md @@ -0,0 +1,15 @@ +# Build Instruction for IOS and Android +## Android +Run command +``` +yarn +yarn tauri android build +``` +## IOS +IOS build requires Mac and a developer account or ios certificate. +See [here](https://tauri.app/distribute/sign/ios/) for detail.\ +After you have the signing requirement. Run command to build +``` +yarn +yarn tauri ios build +``` \ No newline at end of file