< Previous Page Hide TOC

Document Revision History

This table describes the changes to Cocoa Application Tutorial.

DateNotes
2007-10-31Updated for Mac OSX v10.5. Added Objective-C 2.0 content such as garbage collection and declared properties.
2006-11-07Changed title from "Cocoa Application Tutorial Using Objective-C."
2006-05-23Added 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-10Added 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 #import "Converter.h" code line has to be added to ConverterController.h.

 

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 converter outlet cannot be typed.

 

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 #import "Converter.h" code line.

2005-10-04Updated 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.




< Previous Page Hide TOC


© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-10-31)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.