Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xcodeproj point to fork of react-native-xcode.sh #44721

Closed
wants to merge 1 commit into from

Commits on Jun 5, 2024

  1. directly call community-cli-plugin in react-native-xcode.sh (facebook…

    …#44721)
    
    Summary:
    
    For iOS builds of `react-native`, the [react-native-xcode.sh](https://www.internalfb.com/code/fbsource/[7ad79aae3e8bf565d53f087ac7f7b7622b19acec]/xplat/js/react-native-github/packages/react-native/scripts/react-native-xcode.sh) script is executed as one of the build phases.  This phase bundles the JS application (dev or production).
    
    I've updated this to use the new `bundle.js` script instead of calling the `react-native/cli.js`.  This is identical except with how the config is captured:
    
    {F1669960016} 
    
    This is similar to our approach with the Gradle plugin, giving Framework authors more control.
    
    **Other:** formatting changes for the Privacy Manifest that Xcode keeps updating.
    
    Changelog: [Internal]
    
    Reviewed By: cipolleschi
    
    Differential Revision: D57915368
    blakef authored and facebook-github-bot committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5c3c7bb View commit details
    Browse the repository at this point in the history