[NEWS] Fixed a bug which OSX simulator does not work on 10.7 Lion

This commit is contained in:
Watson
2014-03-27 23:17:54 +09:00
parent 9d7ac6b8fc
commit 1151fa271a

1
NEWS
View File

@@ -5,6 +5,7 @@
* Fixed a bug where an application could not be installed and launched on the
Simulator or a device due to the application bundle containing a directory
called `Resources'. This will now fail the build with a descriptive error.
* Fixed a bug which OSX simulator does not work on 10.7 Lion.
* Improved use of `WeakRef' to raise an exception when trying to create a
weak reference to one of the unsupported classes. For more information, see
`Which classes dont support weak references?' at http://bit.ly/1iiSOaU.