From 60fd59ea55350c454888e2b5dd1b45ef7dd5216b Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Fri, 14 Mar 2008 19:25:24 +0100 Subject: [PATCH] Remove build phase from "Edit in ODBEditor" project The removed build phase was a "Run Script" which called a shell script that effectively did nothing. --- .../Edit in ODBEditor.xcodeproj/project.pbxproj | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/MacVim/edit-in-odb/Edit in ODBEditor.xcodeproj/project.pbxproj b/src/MacVim/edit-in-odb/Edit in ODBEditor.xcodeproj/project.pbxproj index 63c34103ce..8fbb23643a 100644 --- a/src/MacVim/edit-in-odb/Edit in ODBEditor.xcodeproj/project.pbxproj +++ b/src/MacVim/edit-in-odb/Edit in ODBEditor.xcodeproj/project.pbxproj @@ -131,7 +131,6 @@ 8D5B49AF048680CD000E48DA /* Resources */, 8D5B49B1048680CD000E48DA /* Sources */, 8D5B49B3048680CD000E48DA /* Frameworks */, - 17ECD3290A3A1A6A009A4BA0 /* ShellScript */, ); buildRules = ( ); @@ -172,22 +171,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXShellScriptBuildPhase section */ - 17ECD3290A3A1A6A009A4BA0 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "if [[ -d ~/Oak/Release/Edit\\ in\\ TextMate.bundle && -d ~/Source/TextMate/resources/Edit\\ in\\ TextMate ]]; then\n cp -pR ~/Oak/Release/Edit\\ in\\ TextMate.bundle ~/Source/TextMate/resources/Edit\\ in\\ TextMate\n touch ~/Source/TextMate/resources/Edit\\ in\\ TextMate\nfi"; - }; -/* End PBXShellScriptBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 8D5B49B1048680CD000E48DA /* Sources */ = { isa = PBXSourcesBuildPhase;