mirror of
https://github.com/glebd/cocoafob.git
synced 2026-06-01 07:27:33 +00:00
13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
// Decloner.scriptSuite:
|
|
{
|
|
Name = Decloner;
|
|
AppleEventCode = "DeCl";
|
|
Commands = {
|
|
"GetURL" = {
|
|
CommandClass = DCDeclonerCommand;
|
|
AppleEventCode = GURL;
|
|
AppleEventClassCode = GURL;
|
|
};
|
|
};
|
|
}
|