mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-26 13:55:44 +08:00
1.3
This commit is contained in:
12
NEWS
12
NEWS
@@ -1,3 +1,15 @@
|
||||
= RubyMotion 1.3 =
|
||||
|
||||
* Fixed a bug in format strings with width / precision modifiers.
|
||||
* Disabled the automatic loading of motion- gems.
|
||||
* Added support for the compilation of Interface Builder resource files.
|
||||
.xib files present in the `resources' directory will be compiled to .nib
|
||||
files then copied in the app bundle. .nib files are added to the default
|
||||
.gitignore and removed during `rake clean'. Thanks Ian Phillips.
|
||||
* Improved the `rake device' error message to mention that Wi-Fi sync might
|
||||
cause device deployments to fail.
|
||||
* Fixed a bug in NSArray#reject where the new array would not be returned.
|
||||
|
||||
= RubyMotion 1.2 =
|
||||
|
||||
* Fixed a couple bugs in the project vendoring code that would be triggered
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -1,5 +1,5 @@
|
||||
PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms'
|
||||
PROJECT_VERSION = '1.2'
|
||||
PROJECT_VERSION = '1.3'
|
||||
|
||||
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