Skip to content

Commit c99ab15

Browse files
committed
docs: update CMake instructions (#55)
1 parent f959837 commit c99ab15

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,22 @@ React Native Vision OS allows you to write visionOS with full support for platfo
1919
1. Make sure you have a [proper development environment setup](https://reactnative.dev/docs/environment-setup)
2020
2. Download the latest Xcode beta [here](https://developer.apple.com/xcode/).
2121
3. Install visionOS Simulator runtime.
22-
4. Initialize the project using this command:
22+
4. Install the latest version of CMake (at least v3.28.0)
23+
5. Initialize the project using this command:
2324

2425
```
2526
npx @callstack/react-native-visionos@latest init YourApp
2627
```
27-
5. Next, go to `YourApp/visionos` folder and run following commands to install Pods:
28+
6. Next, go to `YourApp/visionos` folder and run following commands to install Pods:
2829

2930
```
3031
cd visionos
3132
bundle install
3233
bundle exec pod install
3334
```
3435

35-
6. If you want to use Hermes, you need to install CMake from source (v3.28.0)
36-
37-
```sh
38-
brew install cmake --HEAD
39-
```
40-
41-
If not, remember to disable it in `Podfile`.
42-
43-
8. Open `YourApp/visionos/YourApp.xcworkspace` using Xcode 15 Beta.
44-
9. Build the app by clicking the "Run" button in Xcode.
36+
7. Open `YourApp/visionos/YourApp.xcworkspace` using Xcode 15 Beta.
37+
8. Build the app by clicking the "Run" button in Xcode.
4538

4639
## Platform guidelines
4740

@@ -64,4 +57,4 @@ Usage:
6457
node ./scripts/oot-release.js --new-version "<visionos-version>" --react-native-version "<react-native-version>" --one-time-password "<otp>"
6558
```
6659

67-
To test releases and template we use [Verdaccio](https://verdaccio.org/).
60+
To test releases and template we use [Verdaccio](https://verdaccio.org/).

0 commit comments

Comments
 (0)