From 3c12eb1415739ed7e13a05934bbc7fa2898bbd9d Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Fri, 14 Sep 2012 18:09:47 +0200 Subject: [PATCH] follow retina change --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index cc5cb865..05bc6a5f 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ * Added support for the iOS 6 SDK. * Added support for the iPhone5 architecture (armv7s). + * Added new values for the `retina' option of `rake simulator': `3.5' (for + iPhone4) and `4' (for iPhone5). A `true' value will default to `3.5' in + case the simulator target is lesser than 6.0, otherwise, `4' wil be used. * Fixed `rake spec' to produce an .app bundle that uses a different bundle identifier than the regular app. This is necessary since Xcode 4.5 DP4 to avoid simulator installation issues.