7 ms·
Is there anything remotely close to this for macOS?
by jmarcher 5y ago
Is there anything remotely close to this for macOS?
- joshvm 5y agoYou can use things like `otool` which will tell you what path to the library the binary is expecting. Here's a tool I wrote to fix paths recursively for an application, for example: https://github.com/jveitchmichaelis/deeplabel/blob/master/fix_paths_mac.py https://github.com/jveitchmichaelis/deeplabel/blob/master/fi...
- diimdeep 5y agoCheck out https://github.com/kwin/macdependency https://github.com/kwin/macdependency