This commit is contained in:
Laurent Sansonetti
2012-03-03 02:29:45 +01:00
parent cef0d9969f
commit 9258c66112
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@@ -1,3 +1,9 @@
= RubyMotion 0.53 =
* Added `motion support', which allows developers to submit support tickets.
* Added missing sections in the Runtime guide: Reading Objective-C
Interfaces, Shortcuts and C function pointers and Blocks.
= RubyMotion 0.52 =
* Added a new sample, locations, which demonstrates CoreData.

View File

@@ -1,5 +1,5 @@
PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms'
PROJECT_VERSION = '0.52'
PROJECT_VERSION = '0.53'
sim_sdks = Dir.glob(File.join(PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path|
File.basename(path).scan(/^iPhoneSimulator(.+)\.sdk$/)[0][0]