run xcode script

This commit is contained in:
Garth Vander Houwen 2024-06-05 10:24:15 -07:00
parent 345d6c4d39
commit 5b064e5260

View file

@ -1121,7 +1121,8 @@
/* Begin PBXShellScriptBuildPhase section */
DDF8E1F52C10C84D0019C87E /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
alwaysOutOfDate = 1;
buildActionMask = 8;
files = (
);
inputFileListPaths = (
@ -1132,7 +1133,7 @@
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
runOnlyForDeploymentPostprocessing = 1;
shellPath = /bin/sh;
shellScript = "defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES\n";
};