diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-12-07 07:56:46 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-12-07 07:56:46 +0000 |
commit | 5a57ab32d28a9c2b3538a73f2fd965558a39abe1 (patch) | |
tree | 0a5920a89300ab336ddb31fa1f192e0fbad77a91 /trunk/sequel-pro.scriptSuite | |
parent | 7335363a2df6a7bc9ce6e02d109c31ffc670a097 (diff) | |
download | sequelpro-5a57ab32d28a9c2b3538a73f2fd965558a39abe1.tar.gz sequelpro-5a57ab32d28a9c2b3538a73f2fd965558a39abe1.tar.bz2 sequelpro-5a57ab32d28a9c2b3538a73f2fd965558a39abe1.zip |
update version/copyright in tag
Diffstat (limited to 'trunk/sequel-pro.scriptSuite')
-rwxr-xr-x | trunk/sequel-pro.scriptSuite | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/trunk/sequel-pro.scriptSuite b/trunk/sequel-pro.scriptSuite new file mode 100755 index 00000000..74053c27 --- /dev/null +++ b/trunk/sequel-pro.scriptSuite @@ -0,0 +1,37 @@ +{ + "Name" = "Sequel Pro"; + "AppleEventCode" = "cmec"; + + "Classes" = { + "MainController" = { + "Superclass" = "NSCoreSuite.NSAbstractObject"; + "AppleEventCode" = "capp"; + "SupportedCommands" = { + "authenticate" = "authenticate:"; + "NSCoreSuite.Quit" = "handleQuitScriptCommand:"; + }; + }; + }; + "Commands" = { + "authenticate" = { + "CommandClass" = "NSScriptCommand"; + "AppleEventCode" = "auth"; + "Class" = "NSString"; + "ResultAppleEventCode" = "****"; + "Arguments" = { + "query" = { + "Type" = "NSString"; + "AppleEventCode" = "qery"; + }; + "fifo" = { + "Type" = "NSString"; + "AppleEventCode" = "fifo"; + }; + "tunnelName" = { + "Type" = "NSString"; + "AppleEventCode" = "tunn"; + }; + }; + }; + }; +}
\ No newline at end of file |