diff --git a/README.md b/README.md index a803941..e06adf2 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ https://github.com/NathanWalker/solid-x-platforms/assets/457187/a379a7ef-2bf8-43 Prerequisites: - [NativeScript Environment Setup](https://docs.nativescript.org/setup/macos#setting-up-macos-for-ios) - - Install `vision` tagged CLI: `npm install -g nativescript@vision` + - Install latest CLI: `npm install -g nativescript@latest` - Learn more here: https://docs.nativescript.org/guide/visionos -- [Xcode 15.2 Installed for Vision Pro Simulator](https://developer.apple.com/download/applications/) +- [Xcode 15.2 or higher Installed for Vision Pro Simulator](https://developer.apple.com/download/applications/) - [Download SwiftPackages here](https://drive.google.com/file/d/17wFGXOBqeXgs7mhFZ-wfg4ogHyRYlYCR/view?usp=sharing) - **Important for visionOS**: Once unzipped, place the folder at `apps/nativescript-hello-world/SwiftPackages` - This repo uses [yarn](https://classic.yarnpkg.com/lang/en/) largely to share dependencies between the root and `apps/nativescript-hello-world` better however it can be switched to `pnpm`, `npm`, or even `bun`.