macdylibbundler
macdylibbundler copied to clipboard
Utility to ease bundling libraries into executables for OSX
Is there any way to use macdylibbundler with unversioned dylibs? I'm using it along with macdeployqt and the last one use unversioned dylibs whereas that macdylibbundler use dylibs verioned. Any...
I would like to fix a binary with some more complex GTK dependencies. This kind of works, but the dependencies of pulled in dylibs sometimes get lost. Example: The binary...
Trying to fix path in a mixed obj-c and Swift project. I cannot ignore libswiftAppKit.dylib. Or I am missing something? ``` dylibbundler -od -b -x MacOS/MyApp -d ./libs -i libswiftAppKit.dylib...
Could somebody help me with this one: https://github.com/widelands/widelands/issues/5610 ``` dylibbundler --create-dir --bundle-deps \ --fix-file $DESTINATION/Widelands.app/Contents/MacOS/widelands \ --dest-dir $DESTINATION/Widelands.app/Contents/libs \ --search-path $ASANPATH ``` Fails with some special resources used by our...
Sometimes, when bundling apps with lots of plug-ins, it is cumbersome to list all these plug-ins or modules directly when passing them to the `dylibbundler` tool. With this new argument,...
auto fix the dylib using the searchPath . Do not need users to input the search path which is not suitable in workflow or script environment such as github action.
Seems there is an error when try to copy the same file(full path) to the relative file path. ``` * Processing dependency GoldenDict.app/Contents/Frameworks/libicuuc.72.dylib cp -f "/Users/runner/work/goldendict-ng/goldendict-ng/GoldenDict.app/Contents/Frameworks/libicuuc.72.dylib" "GoldenDict.app/Contents/Frameworks/libicuuc.72.dylib" cp: GoldenDict.app/Contents/Frameworks/libicuuc.72.dylib and...
I'm figuring out what my options are for cross compiling the dxx-rebirth project are using osxcross on a Linux host, and I'm finding that `dylibbundler` is behaving differently than I'd...
Addresses #78 and #77
Is this project current for Apple Silicon etc?