In Mac OS X v10.5 and later, Xcode and all of its supporting tools and libraries reside in a portable directory structure. This directory structure makes it possible to have multiple versions of Xcode installed on a single system or to have Xcode installed on a portable hard drive that you plug in to your computer when you need to do development. This portability means that the frameworks required by the developer tools are installed in the <Xcode>/Library/Frameworks directory, where <Xcode> is the path to the Xcode installation directory. (The default Xcode installation directory is /Developer.) Table B-9 lists the frameworks that are located in this directory.
Framework | First available | Prefixes | Description |
|---|---|---|---|
10.4 | None | Unit-testing framework for C++ code. In Mac OS X v10.4, this framework was in | |
10.5 |
| Contains interfaces for writing plug-ins that work in Interface Builder v3.0 and later. | |
10.4 |
| Contains the interfaces for implementing unit tests in Objective-C. In Mac OS X v10.4, this framework was in |
Last updated: 2007-10-31