Skip to content

Commit

Permalink
Fix "Create Coveralls Script" build phase
Browse files Browse the repository at this point in the history
Enclose script in quotes in order to fix error when the $SRCROOT path contains spaces.
  • Loading branch information
waynehartman authored and 0xced committed Jul 31, 2014
1 parent cedd927 commit a03965c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCDYouTubeKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "${SRCROOT}/Scripts/create-coveralls-script.sh";
shellScript = "\"${SRCROOT}/Scripts/create-coveralls-script.sh\" ";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit a03965c

Please sign in to comment.