From b58e4a94efdc15a42f047beccf1320ec360c0edc Mon Sep 17 00:00:00 2001 From: omigamedev Date: Thu, 23 May 2019 21:15:49 +0200 Subject: [PATCH] undo xattr fix for xcode --- PanoPainter.xcodeproj/project.pbxproj | 38 --------------------------- 1 file changed, 38 deletions(-) diff --git a/PanoPainter.xcodeproj/project.pbxproj b/PanoPainter.xcodeproj/project.pbxproj index 7c0c153..a1f4460 100644 --- a/PanoPainter.xcodeproj/project.pbxproj +++ b/PanoPainter.xcodeproj/project.pbxproj @@ -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 */