We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff61bd6 commit d220a64Copy full SHA for d220a64
samples/iOS/iOSDemo/iOSDemo.xcodeproj/project.pbxproj
@@ -635,15 +635,15 @@
635
/* Begin PBXShellScriptBuildPhase section */
636
4B91BAC81DEDB1B700CFD83F /* Run Script - build mars */ = {
637
isa = PBXShellScriptBuildPhase;
638
- buildActionMask = 8;
+ buildActionMask = 12;
639
files = (
640
);
641
inputPaths = (
642
643
name = "Run Script - build mars";
644
outputPaths = (
645
646
- runOnlyForDeploymentPostprocessing = 1;
+ runOnlyForDeploymentPostprocessing = 0;
647
shellPath = /bin/sh;
648
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";
649
};
0 commit comments