|
| 1 | += RubyMotion 2.32 = |
| 2 | + |
| 3 | + * The iOS 8.0 and OS X 10.10 versions of the runtime have been recompiled |
| 4 | + with Xcode 6 Beta 6. |
| 5 | + * [iOS] Depracted rake options `device_family' and `retina' in favor of |
| 6 | + `device_name' which takes the name of one of the configured device-sets |
| 7 | + found in Xcode -> Window -> Devices or the `simctl' tool (its location can |
| 8 | + be found in the message shown when using one of the deprecated options). |
| 9 | + * [iOS] Added support for iOS 8 App Extensions. See the `motion create --help' |
| 10 | + output for a list of available templates and configure your host application |
| 11 | + with the following: `app.target("path/to/extension", :extension)'. |
| 12 | + * [iOS] Added support for frameworks that allow you to share code between your |
| 13 | + host application and its extensions. Use the `ios-framework' template for |
| 14 | + `motion create' and configure your host application with the following: |
| 15 | + `app.target("path/to/framework", :framework)'. |
| 16 | + * [iOS] Fixed a bug where backtraces could not be symbolicated on the iOS 8 |
| 17 | + Simulator. |
| 18 | + * [iOS] Fixed a bug where the iOS 8 Simulator could not be launched with the |
| 19 | + default device config. |
| 20 | + * [iOS] Fixed a bug where the iOS 8 Simulator could not be used to select |
| 21 | + views in the REPL. |
| 22 | + * [iOS] Fixed a bug where the REPL view selection would incorrectly invert the |
| 23 | + coordinates for the landscape orientation on iOS 8. |
| 24 | + * [iOS] Fixed a bug where "xcodebuild: error:" message would be displayed |
| 25 | + when it will configure `app.xcode_dir' for Xcode6 path. |
| 26 | + * [iOS] Fixed a bug where Instruments.app does not launch with `rake profile' |
| 27 | + on iOS 8. |
| 28 | + * [iOS] Fixed a bug where `iPhone 4s / iOS 7' simulator was always launched |
| 29 | + if Xcode 6 location path was specified through `app.xcode_dir'. |
| 30 | + * [iOS] Fixed a bug in iOS 8 where Hash objects could not be passed as an |
| 31 | + object of an NSUserDefaults. |
| 32 | + * [iOS] Added `app.embedded_frameworks' configuration to support dynamic |
| 33 | + framework on iOS 8. |
| 34 | + * Fixed a bug where headers in nested symlinked directories could not be used |
| 35 | + with `vendor_project' and an Xcode project. |
| 36 | + * Fixed a regression where a crash would happen when calling user defined |
| 37 | + method if the same method was already defined in some classes in Apple SDK. |
| 38 | + * Fixed a regression where a crash would happen when calling methods after |
| 39 | + used a method with variadic arguments. |
| 40 | + * Fixed a bug where a "not precompiled" error would happen when calling the |
| 41 | + SKPhysicsWorld method which takes with Objective-C Blocks. |
| 42 | + * Fixed a bug which superclass method would be called if method was removed |
| 43 | + through Module#remove_method. |
| 44 | + * Fixed a bug which it would trigger crash when the method for KVO was called. |
| 45 | + * Fixed a bug where overrode Time#+ would not be called. |
| 46 | + * Fixed a bug which it would trigger random crash when #method_missing will be |
| 47 | + called. |
| 48 | + * Fixed a bug where it would cause a "Permission denied" error if vendor |
| 49 | + library directory was not writable. |
| 50 | + * Improved Module#define_method performance. ~3 times faster. |
| 51 | + * Improved Object#method_missing performance. ~8 times faster. |
| 52 | + * Reduced the app boot time. ~40% faster. |
| 53 | + |
1 | 54 | = RubyMotion 2.31 =
|
2 | 55 |
|
3 | 56 | * The iOS 8.0 and OS X 10.10 versions of the runtime have been recompiled
|
|
0 commit comments