microsoft / react-native-macos

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

[0.73] Remove Xcode 12.5 workaround from template app #2023

Closed Saadnajmi closed 8 months ago

Saadnajmi commented 8 months ago

Closes #2015

As of https://github.com/facebook/react-native/commit/0ab8b40fd64ad86b4598293faa0b77e71fc9d349 we no longer need the post_install script __apply_Xcode_12_5_M1_post_install_workaround. However, we forgot to remove it from the template app that ships with 0.73. Let's remove it.