This commit is contained in:
Laurent Sansonetti
2014-12-02 14:52:46 +01:00
parent b593172355
commit 9165698528

45
NEWS
View File

@@ -9,36 +9,39 @@
Specifying both is disallowed, because a device is configured for a
specific SDK.
* [iOS] Fixed a regression where Extension and Frameworks could not build for
iOS device.
the iOS device platform.
* [iOS] Fixed a bug where `rake spec' would return 0 as exit code even if it
will fail with crash.
* [iOS] Fixed a bug where #tap and #rotate_device cause a crash when it run
`rake spec' with x86_64.
* [iOS] Fixed a bug where all rake task could not be ran in root directory of
Extension/Framework. So, CocoaPods libraries cannot be installed.
* [iOS] Fixed a bug where the shared framework was not built with 64-bit.
* [iOS] Fixed a bug where it could not customize Action and Share extension's
icon. Added `app.icons' property which it can use in extension's Rakefile.
* [iOS] Fixed a bug which it could not build extensions which it can't find
Pathname if Bundler was not installed.
failed due to a crash.
* [iOS] Fixed a bug in `rake spec' where #tap and #rotate_device were
causing a crash when ran in 64-bit mode (simulator).
* [iOS] Fixed a bug where all rake task could not be run under the root
directory of Extension or Framework, preventing CocoaPods libraries to be
installed properly.
* [iOS] Fixed a bug where shared frameworks would not be built for 64-bit.
* [iOS] Fixed a bug where it was not possible to customize the Action and
Share extension's icon. The `app.icons' property can now be set in the
extension's Rakefile.
* [iOS] Fixed a bug where extensions could not be built if Bundler was not
installed due to a Pathname dependency.
* [iOS] Added launch images for iPhone 6 and iPhone 6 Plus. Thanks to
Hwee-Boon Yar for the patch (pull request #170).
* [iOS] Fixed an "ERROR ITMS-9000" when it would upload an app which contains
action ans share extensions. Thanks to Hwee-Boon Yar for patch.
* [iOS] Fixed the "ERROR ITMS-9000" error when trying to submit an app that
contained extensions. Thanks to Hwee-Boon Yar for patch.
* [iOS] Fixed a bug where the relative path cannot be used in
`app.provisioning_profile'.
* Fixed a regression where it would cause a link error in Xcode project when
it uses a static library which it was generated by `rake static'.
* Fixed a bug where wrong Boxed object will be returned from Objective-C method.
* Fixed a regression where a link error would be caused in Xcode when trying
to use a static library which was generated by `rake static'.
* Fixed a bug where the wrong Boxed object would be returned from an
Objective-C method.
* Fixed the `motion support' command invocation to print both the stable and
pre-release versions of RubyMotion.
* Fixed a bug which it would triggered "Symbol not found" when it will use a
constant which is not contained in older SDK.
* Fixed a bug where a "Symbol not found" exception would be triggered when
trying to use a constant which was not defined in an older SDK version.
* Fixed a bug which it would not solve framework dependencies in embedded
frameworks.
* Fixed a memory leak in where it would invoke blocks of Dispatch::Queue.
* Fixed a bug where `rake profile' could not launch Instruments.app when it
will specify Instruments template with Xcode 6.2 Beta.
* Fixed a memory leak when invoking blocks passed to Dispatch::Queue.
* Fixed a bug where `rake profile' could not launch Instruments.app when
being given the Instruments template with Xcode 6.2 Beta.
= RubyMotion 2.38 =