Bundle dynamic libraries into macOS application executables
Utility to bundle libraries into executables for macOS
dylibbundler$ dylibbundler -od -b -x ./MyApp.app/Contents/MacOS/myapp -d ./MyApp.app/Contents/Frameworks/$ dylibbundler -b -x /path/to/binary -d ./libs/$ dylibbundler -od -b -x ./executable -d ./Frameworks/ -p @executable_path/../Frameworks/