OpenCV on iOS working again
I just updated the OpenCV on iOS Xcode project to use the git repo as a submodule for OpenCV. I've also fixed the SURF demo. Take a look!
(The git mirror that I had created for OpenCV's svn is now gone.)
Note: If you've cloned a previous version, use git submodule init and git submodule update after pulling the latest rev to pull the correct version of OpenCV. If you get build errors, you probably need to do this.