mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
21 lines
557 B
Text
21 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";
|
||
|
|
||
|
*/
|
||
|
};
|
||
|
}
|