diff options
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/Info.plist | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index 8e9d56cc..474ac750 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -27,6 +27,26 @@ <dict> <key>CFBundleTypeExtensions</key> <array> + <string>spfs</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>spficon.icns</string> + <key>CFBundleTypeName</key> + <string>Sequel Pro Connection Bundle</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>connection</string> + </array> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>NSDocumentClass</key> + <string>SPDocumentController</string> + <key>LSTypeIsPackage</key> + <integer>1</integer> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> <string>sql</string> </array> <key>CFBundleTypeIconFile</key> |