Is it possible to run the iOS simulator iphone as 568x320? Or disable the retina frame buffer? The reason I ask is I'm trying to do a screen capture on the iOS Simulator for a game trailer and running it with the retina display causes huge drops in performance.
The non retina iPhone simulation running at 480x320 runs great but I would really like to demonstrate the game running on the taller display.
I have attempted to create a new simulator hardware profile in the simulator app by creating a copy of iPhone (Retina 4-inch).device info and modifying the resolution in the info.plist to 568x320 but the profile becomes hidden from the simulator when I do that.
Any help would be greatly appreciated