1This directory contains a variety of clients that use the 2"/usr/include/dns_sd.h" APIs. 3 4Some of the clients are command-line oriented; some are graphical. 5 6Some of the clients, like the "dns-sd" command-line tool, can be built 7for a variety of platforms. Some of the clients only build for one 8platform, like "DNS Service Browser" and "DNS Service Registration", 9which use Objective C and Cocoa and only run on OS X 10.3 or later. 10 11Some of the clients can be built more than one way. For example, the 12"dns-sd" command-line tool can be built for OS X using both the XCode 13IDE, or using a simple command-line "make" command. 14 15What all clients have in common is that they all demonstrate how you 16can use the "/usr/include/dns_sd.h" APIs. 17 18The table below gives a summary of which clients build for which platforms. 19 20Client Type OS X OS X Posix 21 XCode Make Make 22 23dns-sd Command-line X X X 24DNS Service Browser Graphical X 25DNS Service Registration Graphical X 26