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

chore(cli): deprecate `--configuration` option in `run-macos` #2054

Closed szymonrybczak closed 5 months ago

szymonrybczak commented 6 months ago

Please select one of the following

Summary:

In future we would like to replace custom implementation of run-macos with the one that is inside created cli-platform-app package inside https://github.com/react-native-community/cli. To unify implementations between all Apple's OOT platforms. To avoid creating many breaking changes I'm deprecating old options that are under different name in new implementation.

Changelog:

[GENERAL] [DEPRECATED] - Deprecate --configuration option from run-macos command.

Test Plan:

  1. Setup CLI locally.
  2. Run run-macos --configuration -> you should see the warning.
  3. Run run-macos --project-path -> you should also see the warning.