admsyn opened this issue 11 years ago · 2 comments
This might not be as easy as it seems..AFAICT paths need to be quoted to make use of $(OF_PATH), but Xcode auto-escapes quotes when they're added to the configuration list.
$(OF_PATH)
This is basically fixed by f6d65fb (relative paths)