Skip to content

Commit e6517e8

Browse files
committed
fix(visionos): note on cli
1 parent e76b259 commit e6517e8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/guide/visionos.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,12 @@ You will need an [Apple developer account](https://developer.apple.com/programs/
2020

2121
You can develop with a physical Vision Pro plugged in or using the Vision Pro Simulator.
2222

23-
**You will need the `vision` CLI**:
23+
**You will need at least the 8.7+ NativeScript CLI**:
2424

2525
```bash
2626
npm install -g nativescript@latest
2727
```
2828

29-
::: info Note
30-
This tagged CLI is backwards compatible so you can use it for standard iOS and Android projects as well.
31-
:::
32-
3329
You can now use the `--vision` (or `--visionos`) flags when creating your app.
3430

3531
```bash

0 commit comments

Comments
 (0)