Skip to content

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

Open
arximboldi wants to merge 2 commits into
auriamg:masterfrom
arximboldi:master
Open

Add -xr or --fix-recursiver argument to fix all objects in folder#85
arximboldi wants to merge 2 commits into
auriamg:masterfrom
arximboldi:master

Conversation

@arximboldi

Copy link
Copy Markdown

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