libs-steptalk/ApplicationScripting/Support/ScriptingInfo.plist

21 lines
557 B
Text
Raw Permalink Normal View History

/* 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";
*/
};
}