openframeworks / OFXcodeMenu

OpenFrameworks plugin for Xcode, adds addons to your project
MIT License
265 stars 33 forks source link

should use OF_PATH where possible #7

Closed admsyn closed 10 years ago

admsyn commented 10 years ago

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.

admsyn commented 10 years ago

This is basically fixed by f6d65fb876f1dbcec3c57400c7db4df9bdfb762f (relative paths)