From dbe9d492750c12a1a3df2775df305db72bee48c3 Mon Sep 17 00:00:00 2001 From: Watson Date: Fri, 12 Sep 2014 15:43:30 +0900 Subject: [PATCH] launch iPhone 6 simulator by default --- NEWS | 2 ++ lib/motion/project/template/ios/config.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 80288412..2bce2da6 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,8 @@ be removed with `rake clean' command. * [OSX] Fixed a bug where it didn't handle `NSTaggedPointerString' objects when it configured lower OS X version as deployment target on Yosemite. + * [iOS] Changed default simulator to 'iPhone 6' which it would be introduced + by Xcode 6 GM. * Fixed a bug where Method#owner will return incorrect owner if the method in inherited class would be overrided. * Fixed a bug where wrong method would called when it would include module diff --git a/lib/motion/project/template/ios/config.rb b/lib/motion/project/template/ios/config.rb index 80907b01..589a3cc0 100644 --- a/lib/motion/project/template/ios/config.rb +++ b/lib/motion/project/template/ios/config.rb @@ -264,7 +264,7 @@ module Motion; module Project; when '4' ' 5s' else - (family == 1) ? ' 5s' : ' Retina' + (family == 1) ? ' 6' : ' Retina' end end