From 1a5bb874dc5430b7c768a669e9a230c16c1193b3 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Fri, 13 Jun 2025 13:17:31 -0700 Subject: [PATCH] rpath manipulation: This may not be necessary anymore --- MessagesBridge.xcodeproj/project.pbxproj | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/MessagesBridge.xcodeproj/project.pbxproj b/MessagesBridge.xcodeproj/project.pbxproj index faa70c7..e63364a 100644 --- a/MessagesBridge.xcodeproj/project.pbxproj +++ b/MessagesBridge.xcodeproj/project.pbxproj @@ -730,7 +730,6 @@ CDF6232E219A895D00690038 /* Sources */, CDF6232F219A895D00690038 /* Frameworks */, CDF62330219A895D00690038 /* CopyFiles */, - 1AAB32AD21F8245D004A2A72 /* Add current directory to rpath */, ); buildRules = ( ); @@ -805,24 +804,6 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 1AAB32AD21F8245D004A2A72 /* Add current directory to rpath */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - name = "Add current directory to rpath"; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\nRESULT=$(install_name_tool -delete_rpath $BUILT_PRODUCTS_DIR $BUILT_PRODUCTS_DIR/$EXECUTABLE_NAME 2> /dev/null)\n\ninstall_name_tool -add_rpath $BUILT_PRODUCTS_DIR $BUILT_PRODUCTS_DIR/$EXECUTABLE_NAME\n"; - }; CD936A36289B48930093A1AC /* Compile Version String */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647;