microsoft / react-native-macos

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

[visionOS] Add min_visionos_version_supported to ruby methods #2050

Closed Saadnajmi closed 6 months ago

Saadnajmi commented 6 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 the ruby helper methods to add visionos to all of our podspecs. Because RNTester doesn't yet have a scheme targetting visionOS, cocoapods won't generate the extra visionOS targets when we run pod install. Therefore, this change should mostly be a no-op.

Changelog:

[IOS] [CHANGED] - [visionOS] Add min_visionos_version_supported to ruby methods

Test Plan:

CI should pass.