General Information
General information on OS X and Apple development.
There is a lot of good information out there on the Mac platform, both from Apple and other sources. Unfortunately, some of it can be hard to find. This is a collection of information I found, and put to good use.
Technical Notes
Apple puts out a lot of Technical Notes. Here are some I really like.
- Technical Note TN2124 - Mac OS X Debugging Magic.
This technote describes a number of 'secret' debugging facilities in Mac OS X, including environment variables, preferences, routines callable from GDB, special files, and so on. If you're developing for Mac OS X, you should look through this list to see if you're missing out on something that will make your life easier.

