-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
I believe it should be @rpath/ instead of @executable_path/../Frameworks/
- this says I am on the run path instead of I am explicitly at this location relative to the main executable
- I ran into this issue when building a quick look generator plugin. I need to be relative to my plugin (@loader_path) rather than the quick look daemon (@executable_path).
Then, any application or plugin or other bundle using in should set it's Runpath search paths to @loader_path/../Frameworks or wherever else it wants to search. This way, the ParseKit framework will work in both executables and plugins.
Metadata
Metadata
Assignees
Labels
No labels