Hi all, I'm trying to build elements.textmanipulation following the plugin reference guide[1]. but xcode keep missing all the imported header files in QSFoundation.h (e.g. CGSPrivate.h). I clone the latest Quicksilver source code from github and build it without problem. I know these files are in /tmp/QS/build/Debug/Quicksilver.app/Contents/ Frameworks/QS*.framework. However, I just cannot make xcode "see" them. Adding header search path (recursively) doesn't help. Any idea?
Eventually I want to fix the behavior of changing file's encoding to UTF-16 instead of UTF-8 when appending CJK characters. regards, Zhao Shenyang [1]: https://github.com/quicksilver/Plugins/blob/master/PluginDevelopmentReference/QuicksilverPlug-inReference.mdown
