Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it possible to trick / hack iPhone Simulator in Xcode 4.4 for custom resolution to be able to start testing / developing application UI for new iPone 5 display (1136 x 640px)?

Or do we have to patiently wait for newer tools release?

share|improve this question
2  
I believe there will be an update to Xcode with the release of iOS6 which will also include iPhone 5 simulator option – Kaan Dedeoglu Sep 12 '12 at 20:26
Why have this question been down-voted? – Lukasz Sep 12 '12 at 20:37
@chown How come that managing development tools has nothing to do with programming? There are many questions regarding setting up / tweaking IDEs / debugging tools / software distribution related questions and similar - and they are very useful for developers (even if they do not touch source code matters directly). There might be even development solution to the question (like python script) and that is directly programming related. – Lukasz Sep 12 '12 at 20:46
@chown: This is a question about a tool that only programmers will ever use. It is explicitly on topic. – BoltClock Sep 12 '12 at 23:10
Now that the new iOS Simulator is out and does this, this question is obsolete, so I'm closing it. – Brad Larson Sep 13 '12 at 2:29
show 1 more comment

closed as too localized by chown, 0x7fffffff, Brad Larson Sep 13 '12 at 2:28

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

up vote 2 down vote accepted

Yes - solution http://0xced.blogspot.co.at/2012/08/prepare-your-apps-for-new-iphone.html

share|improve this answer
1  
And of course, when we have Xcode 4.5 GM released now - you need just upgrade to it, use its simulator and when it starts select: iOS Simulator -> Hardware -> Device -> iPhone (Retina 4-inch) – Lukasz Sep 14 '12 at 6:20

Not the answer you're looking for? Browse other questions tagged or ask your own question.