From 5721e43b71fae9fe59fdea5af2ea6c288cf26267 Mon Sep 17 00:00:00 2001 From: Daohan Chong Date: Mon, 10 Jan 2022 10:15:59 +0800 Subject: [PATCH] Minor fixes --- README.md | 2 +- hello/platforms/HelloAppleDemoApp/Hello/Sources/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 hello/platforms/HelloAppleDemoApp/Hello/Sources/.gitkeep diff --git a/README.md b/README.md index c2def50..89198d3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Working in progress ### iOS 1. Latest Xcode (13.x) -1. Rust toolchains for iOS: `rustup target add aarch64-apple-ios-sim --toolchain nightly && rustup target add aarch64-apple-ios x86_64-apple-ios`. Check installaion: +1. Rust toolchains for iOS: `make prepare-apple` or `rustup target add aarch64-apple-ios-sim --toolchain nightly && rustup target add aarch64-apple-ios x86_64-apple-ios`. Check installaion: ```shell $ rustup target list --installed | grep ios aarch64-apple-ios diff --git a/hello/platforms/HelloAppleDemoApp/Hello/Sources/.gitkeep b/hello/platforms/HelloAppleDemoApp/Hello/Sources/.gitkeep new file mode 100644 index 0000000..e69de29