We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76b259 commit e6517e8Copy full SHA for e6517e8
content/guide/visionos.md
@@ -20,16 +20,12 @@ You will need an [Apple developer account](https://developer.apple.com/programs/
20
21
You can develop with a physical Vision Pro plugged in or using the Vision Pro Simulator.
22
23
-**You will need the `vision` CLI**:
+**You will need at least the 8.7+ NativeScript CLI**:
24
25
```bash
26
npm install -g nativescript@latest
27
```
28
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
-
33
You can now use the `--vision` (or `--visionos`) flags when creating your app.
34
35
0 commit comments