diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-10-14 11:39:31 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-10-14 11:39:31 +0000 |
commit | 080b6b90f0021d6f58090cc19f268f8f0df86351 (patch) | |
tree | a090deef364a730d4c5d53b7d38df5ee09a4e185 /Resources/Info.plist | |
parent | 6ddd95658062b14de2f63746f69b6d65d05792d4 (diff) | |
download | sequelpro-080b6b90f0021d6f58090cc19f268f8f0df86351.tar.gz sequelpro-080b6b90f0021d6f58090cc19f268f8f0df86351.tar.bz2 sequelpro-080b6b90f0021d6f58090cc19f268f8f0df86351.zip |
• cleaned and improved AppleScript support
- now 'activate' & 'quit' works due to that fact that if an app is scriptable the Dock's "Quit" command calls handleQuitScriptCommand: which has to be implemened
- fixed issue that SPAppController has to be the delegate for NSApp to support AS
- added support for AS à la: "get name of first document" or "close every window" etc.
Diffstat (limited to 'Resources/Info.plist')
-rw-r--r-- | Resources/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index 819db1db..59f62796 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -64,7 +64,7 @@ <key>CFBundleVersion</key> <string></string> <key>NSAppleScriptEnabled</key> - <string>YES</string> + <true/> <key>NSHumanReadableCopyright</key> <string>0.9.6 (r1130)</string> <key>LSMinimumSystemVersion</key> |