macpack icon indicating copy to clipboard operation
macpack copied to clipboard

Makes a macOS binary redistributable by searching the dependency tree and copying/patching non-system libraries.

Results 1 macpack issues
Sort by recently updated
recently updated
newest added

macpack did not handle `@loader_path` and `@rpath` dependencies. I added the following functionality: * For every library, find all the `rpath` in the dependency by issuing and parsing `otool -l`...