Skip to content

Commit

Permalink
updated ios install
Browse files Browse the repository at this point in the history
  • Loading branch information
frederik-uni committed Sep 26, 2024
1 parent 547aa1c commit 031df20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 031df20

Please sign in to comment.