undo xattr fix for xcode

This commit is contained in:
2019-05-23 21:15:49 +02:00
parent bb17bf73e2
commit b58e4a94ef

View File

@@ -1044,7 +1044,6 @@
AD30D8201F783B5600B6A112 /* CopyFiles */,
ADFD32202166AA6000F46F85 /* CopyFiles */,
ADC8F77421665FD20084ECAD /* Hockeyapp */,
ADE3DFE822971A5F001B8206 /* Run xattr */,
);
buildRules = (
);
@@ -1105,7 +1104,6 @@
AD06989C20CC89370010825F /* CopyFiles */,
AD787AEE20D4611100C4712A /* Embed App Extensions */,
ADC8F7782166778C0084ECAD /* Hockeyapp */,
ADE3DFE922971ABC001B8206 /* Run xattr */,
);
buildRules = (
);
@@ -1407,42 +1405,6 @@
shellPath = /bin/sh;
shellScript = "FILE=\"${SRCROOT}/libs/hockeyapp/HockeySDK-iOS/BuildAgent\"\nif [ -f \"$FILE\" ]; then\n \"$FILE\"\nfi";
};
ADE3DFE822971A5F001B8206 /* Run xattr */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Run xattr";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "xattr -cr \"${BUILT_PRODUCTS_DIR}\"\n";
};
ADE3DFE922971ABC001B8206 /* Run xattr */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Run xattr";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "xattr -cr \"${BUILT_PRODUCTS_DIR}\"\n";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */