Fix PROJECT_ROOT for RNTester Xcode project (#39112)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/39112

RNTester's `PROJECT_ROOT` should point to `packages/rn-tester` but for some reason it points to the `react-native` monorepo root.
Changelog: [iOS][Fixed] - RNTester's PROJECT_ROOT points to `packages/rn-tester`

Reviewed By: cipolleschi

Differential Revision: D48526552

fbshipit-source-id: 79047ddcbea96eb31f010a8f802aba8c6a2c403b
This commit is contained in:
Dmitry Rykun 2023-08-22 09:09:35 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 1708863711
Коммит cd30bc3888
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -646,7 +646,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "set -e\n\nexport PROJECT_ROOT=\"$SRCROOT/../../\"\nexport ENTRY_FILE=\"$SRCROOT/js/RNTesterApp.ios.js\"\nexport SOURCEMAP_FILE=../sourcemap.ios.map\n# export FORCE_BUNDLING=true \n\nWITH_ENVIRONMENT=\"../react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
shellScript = "set -e\n\nexport PROJECT_ROOT=\"$SRCROOT\"\nexport ENTRY_FILE=\"$SRCROOT/js/RNTesterApp.ios.js\"\nexport SOURCEMAP_FILE=../sourcemap.ios.map\n# export FORCE_BUNDLING=true \n\nWITH_ENVIRONMENT=\"../react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
};
69760E095072DBD949449A0E /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;