This table describes the changes to Cocoa Application Tutorial.
| Date | Notes |
|---|---|
| 2007-10-31 | Updated for Mac OSX v10.5. Added Objective-C 2.0 content such as garbage collection and declared properties. |
| 2006-11-07 | Changed title from "Cocoa Application Tutorial Using Objective-C." |
| 2006-05-23 | Added chapter on setting essential application properties, including the application identifier, the application icon filename, and version information. |
Added “Configuring Currency Converter” to explain how to configure application properties. | |
Improved instructions to customize the Currency Converter default menu hierarchy in “Set the Application Name in the Menu”. | |
Made minor editorial changes. | |
| 2006-01-10 | Added the finalized Currency Converter project. Specified Xcode Tools version requirements. Made other small changes. |
Added finalized Currency Converter project as this document’s companion archive. | |
Added “Finalize ConverterController.h” to instruct that the | |
Updated the introduction and “Creating the Currency Converter User Interface” to specify the development environment required to successfully complete the tasks described in this document. | |
Updated “Paths for Object Communication: Outlets, Targets, and Actions” to indicate how Interface Builder (in Xcode Tools 2.2 and later) defines outlets in the header files it generates. | |
Updated “Define the User Interface and Model Outlets of the ConverterController Class” to explain why the | |
Corrected “Declaration of the convertCurrency:atRate: method in Converter.h” by moving the method declaration after the right curly brace. | |
Corrected “Definition of the convertCurrency:atRate: method in Converter.m” by including a tag number in the code line with the right brace. | |
Corrected “Definition of the convert: method in ConverterController.m” by removing the | |
| 2005-10-04 | Updated for Mac OS X v10.4 and Xcode Tools 2.2. Changed title from "Developing Cocoa Objective-C Applications: A Tutorial." |
| 2003-08-07 | Updated for new Developer Tools and Mac OS X version 10.3. |
Screenshots updated for Xcode. | |
Chapter reorganization to flatten the document structure. | |
| 2003-05-03 | Revision history was added to existing document. It will be used to record changes to the content of the document. |
© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-10-31)