From 66e1f91a6cf7bb196583d10a1a05d8c932f07faa Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Wed, 17 Aug 2022 16:02:51 -0700 Subject: [PATCH] Update README instructions for iOS beta to use correct name --- examples/ios-beta/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ios-beta/readme.md b/examples/ios-beta/readme.md index 5dc4a32..b0c4535 100644 --- a/examples/ios-beta/readme.md +++ b/examples/ios-beta/readme.md @@ -7,7 +7,7 @@ Since this needs to run in an iOS simulator or on a device, you can't run it lik - Start a simulator (Simulator.app). - `cargo install cargo-bundle` - `cargo bundle --example ios-beta --no-default-features --features uikit,autolayout --target x86_64-apple-ios` -- `xcrun simctl install booted target/x86_64-apple-ios/debug/examples/bundle/ios/cacao-ios-beta.app` +- `xcrun simctl install booted target/x86_64-apple-ios/debug/examples/bundle/ios/ios-beta.app` - `xcrun simctl launch --console booted com.cacao.ios-test` ## Current Support