File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
packages/platform-ios/template/ios Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 179
179
);
180
180
runOnlyForDeploymentPostprocessing = 0;
181
181
shellPath = /bin/sh;
182
- shellScript = "bash -l -c \"${REACT_NATIVE_PATH}/scripts/xcode/with-environment.sh\" \"${ PROJECT_DIR}/react-native-xcode.sh\"\n";
182
+ shellScript = "bash -l -c \"${PROJECT_DIR}/react-native-xcode.sh\"\n";
183
183
};
184
184
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
185
185
isa = PBXShellScriptBuildPhase;
Original file line number Diff line number Diff line change 1
1
set -e
2
2
3
+ . " $REACT_NATIVE_PATH /scripts/xcode/with-environment.sh"
4
+
3
5
export CONFIG_CMD=" dummy-workaround-value"
4
6
export CLI_PATH=" $( " $NODE_BINARY " --print " require('path').dirname(require.resolve('@rnef/cli/package.json')) + '/dist/src/bin.js'" ) "
5
7
You can’t perform that action at this time.
0 commit comments