macdylibbundler icon indicating copy to clipboard operation
macdylibbundler copied to clipboard

Utility to ease bundling libraries into executables for OSX

Results 20 macdylibbundler issues
Sort by recently updated
recently updated
newest added

Hello! Was very excited to find this tool, as it seems like a great replacement for my own brittle, ad-hoc, app-specific script. Unfortunately, an issue I've recently encountered is that...

In Dependency.cpp at around line 130: //check if file is contained in one of the paths for( int i=0; i

New user here. My setup - macOS Mojave - Xcode 10.3 - dylibbundler 0.4.1, installed from Homebrew Tried , on my hello-world app built with GTK+: ``` dylibbundler -od -b...

This pull request contains all functional changes from https://github.com/SCG82/macdylibbundler while striving to minimize the diff.

By default, QT installs itself on /usr/local/Qt-VERSION/VERSION/ etc... When I use it to fix a binary, it correctly brings the binary's own libraries, but ignores Qt frameworks. (maybe because they...

enhancement

Hi, Please find attached a suggested patch. My issue was that I was trying to package .dylib that are in .framework directories, and this patch allowed me to do this....

enhancement

* New flag: `-a MyApp.app` (or `--app MyApp.app`) automatically adds the main executable (in MyApp.app/Contents/MacOS/) to the list of files to fix up. * If the '-a' flag is used,...

Coming from this issue: https://github.com/auriamg/macdylibbundler/issues/40 I've built a sanity-check example, which fails to find the dylib upon running: - An Xcode project `mylib` that builds a barebone .dylib, which prints...

``` Running on Travis CI TRAVIS_COMMIT: 27923fbf6d1bc4d18c18e118280c4fe51fc41a80 $GITHUB_TOKEN missing, please set it in the Travis CI settings of this project You can get one from https://github.com/settings/tokens ``` https://travis-ci.org/auriamg/macdylibbundler/builds/389483424#L66

Hi, with my project I got some strange behaviour of dylibbundler. Two examples: https://travis-ci.org/keinstein/mutabor/builds/359407671 https://travis-ci.org/keinstein/macdylibbundler/builds/365191186 Click on one of the builds to see the log files of the builds. As...