[NEWS] Added `device_name' parameter

This commit is contained in:
Watson
2014-06-07 09:40:02 +09:00
parent 9bfb8f4ef7
commit 891d2a3e50

4
NEWS
View File

@@ -5,6 +5,10 @@
* Fixed a bug where it would trigger a crash when Symbol object will be used
with NSCoding.
* Added BigDecimal#{to_i, to_int, to_f, to_s, coerce} methods.
* Added `device_name' parameter in order to select iOS 8 simulater device.
You can use "iPhone 4s", "iPhone 5", "iPhone 5s", "iPad 2" ,"iPad Retina",
"iPad Air", "Resizable iPhone" and "Resizable iPad" for device name.
(Ex rake device_name="Resizable iPhone")
= RubyMotion 2.29 =