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 c0c2b36 commit e26ac86
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 e26ac86

Please sign in to comment.