I\'m preparing my application for deployment on OSX. The only problem is relocating the shared libraries.
I know that I can use the -change option of install_name_tool to change the name of a dependent shared library stored in a dylib, but is there a way to remove a dependent shared library, which I belie
I\'m trying to change the install path of a dylib after it has been built. I开发者_如何学编程 use otool -L to check what the current path is. And then I do:
I am developing an application that uses the GStreamer library. In order to ease deployment I would like to collect all the GStreamer libraries in a local bundle. For this I wrote a little script that
I am developing a plug-in bundle, say MyPlugIn.bundle for an application, say BigApp.app. This bundle requires a dylib, say MyPlugIn.bundle/Contents/Resources/library.dylib. I have relocated paths for