Y
Hacker News
new
|
ask
|
show
|
jobs
by
jmarcher
1652 days ago
Is there anything remotely close to this for macOS?
2 comments
joshvm
1652 days ago
You 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/fi...
link
diimdeep
1652 days ago
Check out
https://github.com/kwin/macdependency
link
https://github.com/jveitchmichaelis/deeplabel/blob/master/fi...