microsoft / react-native-macos

A framework for building native macOS apps with React.
https://microsoft.github.io/react-native-windows/
MIT License
3.49k stars 135 forks source link

Add RNTester-visionOS scheme #2056

Closed Saadnajmi closed 8 months ago

Saadnajmi commented 8 months ago

Please select one of the following

Summary:

This PR is part of a series of PRs for adding support for visionOS to the repository. See #2019 .

Add a new scheme for RNTester-visionOS. This won't compile as is, we're still missing the visionOS native changes/ifdefs. I want to split this PR out anyway to keep the changes per PR smaller, and to split out the pbxproj and Xcode changes from the objective C changes.

Changelog:

[INTERNAL] [ADDED] - Add RNTester-visionOS scheme

Test Plan:

CI should pass.