Technical Notes: Tools
This page lists new and recently changed Technical Notes. Most Technical Notes have a revision history, which details additions and changes since the previous version. Look for "Revision History" at the bottom of the Technical Note.

Items are listed in reverse chronological order by publication date. To see the list sorted by the type of revision, click Sort by Revision Type. Items published for the first time (First Version) will be at the top of the list, followed by items with new or changed content (Content Update), followed by items with small fixes, such as typos and format errors, but no significant content changes (Minor Change).

New and updated Technical Notes are announced in the bi-weekly Apple Developer Connection News, available as an option to ADC members. See the Membership Overview page for details on joining.
Document Revision Descriptions
On Off
Sorted by
Date
Sort by
Title
Sort by
Revision Type
2007-08-14 Preprocessing Info.plist files in Xcode Using the C Preprocessor (HTML)
First Version
First Version
2007-08-14 Speeding up your Xcode Builds (HTML)
First Version
First Version
2007-05-25 C++ Tips and Tricks for Mac OS X (HTML)
Correcting the section on setting function visibility via attributes: #define PUBLIC __attribute__((__visibility__("hidden"))) #define PRIVATE __attribute__((__visibility__("default"))) PUBLIC void MyFunction1() {} PRIVATE void MyFunction2() {} had the PUBLIC and PRIVATE macros defined backwards.
Content Update