On Mar 29, 2011, at 1:36 PM, Stephen Holt wrote: > * No way we can keep an Xcode project up to date with > pidgin/glib/gstreamer/etc updates.
We should definitely not be including files directly in Xcode for our dependencies. An Xcode phase should call out to the standard configure/make process. -Evan