Skip to content

Commit

Permalink
Unchanged run script option.
Browse files Browse the repository at this point in the history
  • Loading branch information
LawrenceHan authored and garryyan committed Jan 11, 2017
1 parent ff61bd6 commit d220a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/iOS/iOSDemo/iOSDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -635,15 +635,15 @@
/* Begin PBXShellScriptBuildPhase section */
4B91BAC81DEDB1B700CFD83F /* Run Script - build mars */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 8;
buildActionMask = 12;
files = (
);
inputPaths = (
);
name = "Run Script - build mars";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 1;
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\nBUILD_LIB_SCRIPT=${SRCROOT}/Kernel/build_libs_for_sample.py\n\npython $BUILD_LIB_SCRIPT\n\nif [[ $? -eq 1 ]]\nthen\n exit 1\nfi";
};
Expand Down

0 comments on commit d220a64

Please sign in to comment.