Skip to content

Commit f98e286

Browse files
authored
fix(ios-template): bundle script string escape (#182)
1 parent 4b2f6e0 commit f98e286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/ios/HelloWorld.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
);
180180
runOnlyForDeploymentPostprocessing = 0;
181181
shellPath = /bin/sh;
182-
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
182+
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"\\\"$WITH_ENVIRONMENT\\\" \\\"$REACT_NATIVE_XCODE\\\"\"\n";
183183
};
184184
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
185185
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)