aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/Plists
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-10 13:47:24 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-10 13:47:24 +0000
commitbb99430f93b2e3c89c28cc44257635709f0fdd39 (patch)
tree74f2eb41f7942c1739641b01febf15f0d23dbfa7 /Resources/Plists
parent169fb3fffeff55cff32952a82adba055dfc050f9 (diff)
downloadsequelpro-bb99430f93b2e3c89c28cc44257635709f0fdd39.tar.gz
sequelpro-bb99430f93b2e3c89c28cc44257635709f0fdd39.tar.bz2
sequelpro-bb99430f93b2e3c89c28cc44257635709f0fdd39.zip
• improved Bundle support; now it the passed input string will be saved as temp file SP_BUNDLE_INPUT_FILE since stdin and shell vars are difficult to handle for a large amount of data
• fixed AppleScript class definition since it was renamed • added support for the URL scheme 'sequel' to allow to interact with Sequel Pro eg via bash: open 'sequelpro://executequery=select%205' [not yet implemented ;)]
Diffstat (limited to 'Resources/Plists')
-rw-r--r--Resources/Plists/Info.plist12
1 files changed, 11 insertions, 1 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist
index ecf74ffb..3f900c11 100644
--- a/Resources/Plists/Info.plist
+++ b/Resources/Plists/Info.plist
@@ -302,5 +302,15 @@
</dict>
</dict>
</array>
-</dict>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>Sequel Pro URL scheme</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>sequelpro</string>
+ </array>
+ </dict>
+ </array></dict>
</plist>