openframeworks/OFXcodeMenu

should use OF_PATH where possible

admsyn opened this issue · 2 comments

should use OF_PATH where possible

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.

This is basically fixed by f6d65fb (relative paths)