How to set FRAMEWORK_SEARCH_PATH from Introjucer?

Hello, I was able to add Awesomium to my app by including /Library/Frameworks/Awesomium under "Extra Frameworks". However, the linker fails unless I also add "/Library/Frameworks/" to my Frameworks Search Path in XCode. How do I add the search path through Introjucer so I don't have to do this everytime I save the project?

Thanks!

Not two seconds after I posted did I stumble upon the solution...

In case anyone else runs into the same issue, add the following to "Custom Xcode flags" in Debug and Release.

FRAMEWORK_SEARCH_PATHS="/Library/Frameworks/"

 

Please feel free to let me know if there is a better way to do this.

Bump / RFE - can we add this to ProJucer please?

Also needs to be respected in the ‘Frameworks’ option for framework to be properly included.

And then should the headers be included too.