Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -xr or --fix-recursiver argument to fix all objects in folder #85

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

arximboldi
Copy link

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, the tool can find by itself all files to fix in a given tree.

For now, it does so by trying to detect whether it's a Mach-O object file. Alternatively we could use a different check (e.g. looking for certain extensions, like .so files).

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, the tool can find by
itself all files to fix in a given tree.

For now, it does so by trying to detect whether it's a Mach-O object
file.  Alternatively we could use a different check (e.g. looking for
certain extensions, like `.so` files).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant