aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-10-14 16:06:51 +0200
committerMax <post@wickenrode.com>2015-10-14 16:08:33 +0200
commitec60a32215bb07f5ccd9b8061a88112985acaf8b (patch)
treef6e9dd6fb676324422f37bc4b3f5103d79e5b97c /Resources
parent27763d429365c0127198f2e9abdd488a61c9f41e (diff)
downloadsequelpro-ec60a32215bb07f5ccd9b8061a88112985acaf8b.tar.gz
sequelpro-ec60a32215bb07f5ccd9b8061a88112985acaf8b.tar.bz2
sequelpro-ec60a32215bb07f5ccd9b8061a88112985acaf8b.zip
Add mysql:// URL handler (fixes #1681)
Diffstat (limited to 'Resources')
-rw-r--r--Resources/Plists/Info.plist8
1 files changed, 8 insertions, 0 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist
index 2ba52aa3..a0b1401b 100644
--- a/Resources/Plists/Info.plist
+++ b/Resources/Plists/Info.plist
@@ -173,6 +173,14 @@
<string>sequelpro</string>
</array>
</dict>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>MySQL URL scheme</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>mysql</string>
+ </array>
+ </dict>
</array>
<key>CFBundleVersion</key>
<string></string>