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

Show unmodified RPATH #12

Open
asmaloney opened this issue Dec 6, 2016 · 0 comments
Open

Show unmodified RPATH #12

asmaloney opened this issue Dec 6, 2016 · 0 comments

Comments

@asmaloney
Copy link

If I use otool on my app, the LC_RPATH shows @executable_path/../Frameworks.

But the new release (thanks BTW!) shows the RPATH in the interface something like this:

/Users/me/dev/MyApp.app/Contents/MacOS/../Frameworks

This is not really that useful since that's not the real RPATH - that's what it would expand to on my machine.

I tend to use the RPATH info to make sure my deployments are going to work on other machines (which is why I'm using this tool to begin with), so showing the unmodified RPATH like you see in otool would be useful.

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

No branches or pull requests

1 participant