Skip to content

Commit d220a64

Browse files
LawrenceHangarryyan
authored andcommitted
Unchanged run script option.
1 parent ff61bd6 commit d220a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/iOS/iOSDemo/iOSDemo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,15 +635,15 @@
635635
/* Begin PBXShellScriptBuildPhase section */
636636
4B91BAC81DEDB1B700CFD83F /* Run Script - build mars */ = {
637637
isa = PBXShellScriptBuildPhase;
638-
buildActionMask = 8;
638+
buildActionMask = 12;
639639
files = (
640640
);
641641
inputPaths = (
642642
);
643643
name = "Run Script - build mars";
644644
outputPaths = (
645645
);
646-
runOnlyForDeploymentPostprocessing = 1;
646+
runOnlyForDeploymentPostprocessing = 0;
647647
shellPath = /bin/sh;
648648
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";
649649
};

0 commit comments

Comments
 (0)