launch iPhone 6 simulator by default

This commit is contained in:
Watson
2014-09-12 15:43:30 +09:00
parent 9aa2d644cd
commit dbe9d49275
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -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

View File

@@ -264,7 +264,7 @@ module Motion; module Project;
when '4'
' 5s'
else
(family == 1) ? ' 5s' : ' Retina'
(family == 1) ? ' 6' : ' Retina'
end
end