Skip to content

Commit

Permalink
Fix corrupted shellscript
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Dec 12, 2016
1 parent 67d837e commit 6c78722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResourceApp/ResourceApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"$SRCROOT/rswift\" \"--import\" \"SomeType\" \"$SRCROOT\"";
shellScript = "\"$SRCROOT/rswift\" \"$SRCROOT\" > \"$SRCROOT/rswift.log\"";
};
DEF559A61CA487D6009B8C51 /* R.swift */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit 6c78722

Please sign in to comment.