From c850d7752f5a1667eea172b682ee88562ecce651 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sun, 6 Nov 2022 00:49:50 -0700 Subject: [PATCH] Vorbis Plugin: Remove unnecessary shell script Remove shell script that was modifying the import path of a framework, as we are no longer using libvorbis like that. Signed-off-by: Christopher Snowhill --- .../VorbisPlugin.xcodeproj/project.pbxproj | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Plugins/Vorbis/VorbisPlugin.xcodeproj/project.pbxproj b/Plugins/Vorbis/VorbisPlugin.xcodeproj/project.pbxproj index a8a98e513..34bda02fa 100644 --- a/Plugins/Vorbis/VorbisPlugin.xcodeproj/project.pbxproj +++ b/Plugins/Vorbis/VorbisPlugin.xcodeproj/project.pbxproj @@ -195,7 +195,6 @@ 8D5B49AF048680CD000E48DA /* Resources */, 8D5B49B1048680CD000E48DA /* Sources */, 8D5B49B3048680CD000E48DA /* Frameworks */, - 83F4129B1E93305F002E37D0 /* ShellScript */, ); buildRules = ( ); @@ -248,24 +247,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXShellScriptBuildPhase section */ - 83F4129B1E93305F002E37D0 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "install_name_tool -change @loader_path/Frameworks/Vorbis.framework/Versions/A/Vorbis @loader_path/../Frameworks/Vorbis.framework/Versions/A/Vorbis \"${CONFIGURATION_BUILD_DIR}/VorbisPlugin.bundle/Contents/MacOS/VorbisPlugin\"\n"; - }; -/* End PBXShellScriptBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 8D5B49B1048680CD000E48DA /* Sources */ = { isa = PBXSourcesBuildPhase;