libs-steptalk/ApplicationScripting/Support/ScriptingInfo.plist
Stefan Urbanek a0d18e6a62 Renamed file to ScriptingInfo.plist (I was too tired)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16621 72102866-910b-0410-8b05-ffd578937521
2003-05-04 12:09:57 +00:00

20 lines
557 B
Text

/* ScriptingSupport.plist
This is a template file for application scripting support description.
You can take and modify this file.
*/
{
Classes = (
/* List public classes from your application here */
);
Objects = {
/* Put a dictionary of public objects here.
Key is object name used in scripts and value is a path to that
object relative to application delegate. For example:
CurrentMessage = "lastMailWindowOnTop.delegate.selectedMessage";
*/
};
}