mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-06 22:39:46 +08:00
0.53
This commit is contained in:
6
NEWS
6
NEWS
@@ -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.
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user