On Mar 29, 2011, at 11:36 AM, Stephen Holt wrote: > * No way we can keep an Xcode project up to date with > pidgin/glib/gstreamer/etc updates.
I agree for libpurple, but how about our dependencies? Are we using top of tree for any of those? Which ones get updated more frequently than, say, once every six months? As I understand it, the import process is basically: run configure, save its generated output, and then dump everything into an Xcode project with a shell script phase to run `make`. That doesn't sound too arduous and definitely parts of that could be AppleScriptable. Am I wrong?