Version: 1.1

Posted: 2009-06-03

Build Requirements: Xcode 3.2 and later, Mac OS X v10.6 and later

Runtime Requirements: Mac OS X v10.6 and later

View Source Code:

Download Sample Code (“ZipBrowser.zip”, 922.6K)



Description

This example shows two versions of a single application: the original version of the application, in ZipBrowserBefore, and the polished version, in ZipBrowserAfter. ZipBrowser is a simple document-based application used for perusing the contents of a zip archive without having to unarchive it. The modifications between ZipBrowserBefore and ZipBrowserAfter fall into six categories: 64-bit readiness, performance and responsiveness, security, localization and internationalization, usability, and accessibility.

Document Revision History

Date Notes
2009-06-03Updated to latest Snow Leopard API, and updated Xcode project and Interface Builder file formats.
2008-06-26This example is an application for perusing a zip archive, showing improvements from an original to an improved version.