auriamg

Results 12 comments of auriamg

Can you please run the app from a terminal and see if any additional information is logged?

To be honest it's been quite a long time since I've written dylibbundler so I don't remember by heart, but IIRC the "-i" option is meant to ignore directories, not...

Hi, the preferred way to submit changes on github is to make a pull request ( https://help.github.com/articles/creating-a-pull-request-from-a-fork/ )

dylibbundler is a simple tools that works for most basic cases, but it was not meant to handle all the weird special cases. I actually no longer use a mac...

Hi, thanks for the contribution, though this is a pretty huge change and I must admit I don't really have the time to review/test all of that at the moment,...

dylibbundler is a little project I made years and years ago, and I am no longer actively working on it. actually, if someone else volunteered to take over the project,...

Hi, I'm no longer actively maintaining dylibbundler, but if someone wants to make a pull request I would be more than happy to merge it. Unfortunately chearon's work might be...

dylibbundler may have limitations simply because I never encountered any such case, I don't think there's any fundamental reason why this couldn't be supported

Sorry, I no longer have the time to actively develop dylibbundler, also I don't have a good test case to reproduce this on my old macbook. However, if someone wants...

Indeed, dylibbundler is only meant to work with "raw" dylib files. Frameworks come with many other constraints and are not managed by dylibbundler. However, frameworks also generally need no fixing,...