This commit is contained in:
Laurent Sansonetti
2014-09-17 01:29:25 +09:00
parent f8be41e5b8
commit b822ee0e45
2 changed files with 9 additions and 2 deletions

9
NEWS
View File

@@ -1,4 +1,4 @@
= RubyMotion 2.33 =
= RubyMotion 2.34 =
* [iOS] Add support for iPhone 6/6+ launch images. Unless explicitely
specified, the Info.plist `UILaunchImages' key is populated from all PNG
@@ -41,6 +41,13 @@
the methods since second argument.
* Improved Regexp.last_match performance. ~20% faster.
= RubyMotion 2.33 =
* Added support for installing pre-releases of RubyMotion. The
`sudo motion update --pre' command will install a pre-release build in
`/Library/RubyMotionPre'. Currently, the pre-release channel contains
the first beta of RubyMotion for Android. Enjoy! ^_^
= RubyMotion 2.32 =
* The iOS 8.0 and OS X 10.10 versions of the runtime have been recompiled

View File

@@ -1,4 +1,4 @@
PROJECT_VERSION = '2.33'
PROJECT_VERSION = '2.34'
PRE_PROJECT_VERSION = '3.0'
XCODE_PLATFORMS_DIR = (ENV['XCODE_PLATFORMS_DIR'] || '/Applications/Xcode.app/Contents/Developer/Platforms')