diff options
Diffstat (limited to 'Resources/Plists/Info.plist')
-rw-r--r-- | Resources/Plists/Info.plist | 12 |
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> |