|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with the Mac OS X developer tools. The software or headers described may not be present on your Mac OS X installation until you install the developer tools package. This package is available on your Mac OS X installation DVD, and the latest versions can be downloaded from developer.apple.com. For more information about the manual page format, see the manual page for manpages(5). |
SDEF(1) BSD General Commands Manual SDEF(1)
NAME
sdef -- scripting definition extractor
SYNOPSIS
sdef application
DESCRIPTION
sdef gets the scripting definition (``sdef'') from the specified scriptable application and writes it
to standard output. The application does not have to have an actual sdef in it; sdef can translate
from the older aete and Cocoa suite definition (scriptSuite/scriptTerminology pairs) formats.
From there, you can examine the sdef directly, or pipe it to sdp(1) for further processing.
SEE ALSO
sdp(1), sdef(5)
Mac OS X June 30, 2006 Mac OS X
|
|