We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cacb08 commit ffa72e2Copy full SHA for ffa72e2
scripts/quickstart_spm_xcodeproj.sh
@@ -24,7 +24,7 @@ SAMPLE=$1
24
XCODEPROJ=${SAMPLE}/${SAMPLE}Example.xcodeproj/project.pbxproj
25
26
if grep -q "branch = main;" "$XCODEPROJ"; then
27
- sed -i "" "s#branch = main;#branch = $BRANCH_NAME;#" ${XCODEPROJ}
+ sed -i "" "s#branch = main;#branch = $BRANCH_NAME;#" "$XCODEPROJ"
28
else
29
echo "Failed to update quickstart's Xcode project to the current branch"
30
exit 1
0 commit comments