From 031df2096a016e69d9405c4aaa98b9456bdcf7ff Mon Sep 17 00:00:00 2001 From: frederik Date: Thu, 26 Sep 2024 14:45:15 +0200 Subject: [PATCH] updated ios install --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 171ea78..4eb87e3 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,11 @@ We use [Trunk](https://trunkrs.dev/) to build for web target. 1. Install xcode 2. Accept license `sudo xcodebuild -license` 3. Install cargo-bundle `cargo install cargo-bundle` -4. Install the required target with `rustup target add x86-64-apple-ios`. -5. Install the required target with `rustup target add aarch64-apple-ios`. -6. Install the required target with `rustup target add aarch64-apple-ios-sim`. +4. Install the required target with `rustup target add x86-64-apple-ios` for old ios devices or sim +5. Install the required target with `rustup target add aarch64-apple-ios` for modern ios devices +6. Install the required target with `rustup target add aarch64-apple-ios-sim` for sim 7. Install python3.11 or newer +8. (Optional) move `./ios-cargo` to `$HOME/bin` ### iOS run in Simulator