mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-07 22:42:10 +08:00
0.41
This commit is contained in:
5
NEWS
5
NEWS
@@ -1,6 +1,9 @@
|
||||
= RubyMotion 0.41 =
|
||||
|
||||
* New memory management system.
|
||||
* New memory management system. Similar to ARC in design, uses the existing
|
||||
autorelease pool infrastructure. No "real" GC. Works for CF objects, no
|
||||
need to use CFRetain/CFRelease.
|
||||
* Fixed a memory smasher in the dispatcher.
|
||||
* Fixed a (pretty rare) crasher in the compiler.
|
||||
* Fixed a bug in the simulator launcher, where environment variables would
|
||||
not properly be propagated to the simulated app.
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -1,5 +1,5 @@
|
||||
PLATFORMS_DIR = '/Developer/Platforms'
|
||||
PROJECT_VERSION = '0.41.pre3'
|
||||
PROJECT_VERSION = '0.41'
|
||||
|
||||
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