First off, thanks for all the great work on 007, seems like it will be awesome.
I forked the github master today and fixed the iphone bits along with hacking together retina support. Have only tested using XCode 3 on iPhone 3 and iPhone 4 (not simulator) so far. See below for changes…
Get it here - https://github.com/apexcode/openFrameworks
Fixed library project
Added AVFoundationVideoGrabber.h, AVFoundationVideoGrabber.mm, AVFoundationVideoPlayer.h and AVFoundationVideoPlayer.mm
Added missing includes to ofiPhoneVideoGrabber
HACK: added empty getPixelsRef() to AVFoundationVideoPlayer.h
Fixed emptyExample
Added touchCancelled
Removed cppunit.a from project
Added CoreMedia, CoreVideo, AVFoundation
Fixed advancedGraphicsExample
Added touchCancelled and frameworks
Hacked retina support
Second two changes detailed here (http://forum.openframeworks.cc/t/understanding-retina-display/5446/6) to return correct screen size in ofAppiPhoneWindow.mm and call enableRetinaSupport() automatically in ofxiPhoneAppDelegate.mm:
Second two changes detailed here (https://github.com/openframeworks/openFrameworks/issues/421) to set viewport correctly.
Added ofiPhoneImage
If you call loadImage(“blah.png”) will load blah@2x.png in retina mode
Added iphoneRetinaTester to devApps