aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'Resources')
-rw-r--r--Resources/Info.plist23
1 files changed, 21 insertions, 2 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist
index 2b7e68d0..f62891db 100644
--- a/Resources/Info.plist
+++ b/Resources/Info.plist
@@ -9,7 +9,7 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
- <string>????</string>
+ <string>spf</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>appicon.icns</string>
@@ -17,7 +17,25 @@
<string>DocumentType</string>
<key>CFBundleTypeOSTypes</key>
<array>
- <string>????</string>
+ <string>connection</string>
+ </array>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>NSDocumentClass</key>
+ <string>TableDocument</string>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>sql</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>appicon.icns</string>
+ <key>CFBundleTypeName</key>
+ <string>DocumentType</string>
+ <key>CFBundleTypeOSTypes</key>
+ <array>
+ <string>sql text</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
@@ -75,6 +93,7 @@
<key>NSSendTypes</key>
<array>
<string>NSStringPboardType</string>
+ <string>NSURLPboardType</string>
</array>
</dict>
</array>