Document Revision History
This table describes the changes to NSObject Class Reference.
| Date | Notes |
|---|---|
| 2013-01-28 | Updated description of forwardInvocation: to recommend calling super instead of doesNotRecognizeSelector:. |
| 2012-09-19 | Updated for OS X v10.8. |
| 2012-02-16 | Updated discussion of alloc methods for the modern runtime. |
| 2011-09-08 | Updated for ARC. |
| 2011-01-19 | Updated the performSelectorOnMainThread... method descriptions to reflect what happens during sequential calls to the method from the same thread. |
| 2010-03-24 | Update example code to new initializer pattern. |
| 2009-08-28 | Added autoContentAccessingProxy method. |
| 2009-03-24 | Updated for OS X v10.6. |
| 2009-02-04 | Added note about managing scarce resources in dealloc. |
| 2008-10-15 | Added special consideration for +initialize method. |
| 2008-06-09 | Updated sample code in +resolveInstanceMethod: to properly call super. |
| 2008-03-11 | Updated the descriptions of the methods copyScriptingValue:forKey:withProperties: and newScriptingObjectOfClass:forValueForKey: withContentsValue:properties:. |
| 2008-02-08 | Updated the description of the load method. |
| 2007-12-11 | Updated descriptions for the performSelector methods. |
| 2007-07-07 | Included new API for OS X v10.5. |
The following new methods have been added for use with Cocoa scripting: | |
| 2006-06-28 | Augmented the description of dealloc and version. |
| 2006-05-23 | First publication of this content as a separate document. |
© 2013 Apple Inc. All Rights Reserved. (Last updated: 2013-01-28)