aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/Plists
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-12-12 01:05:31 +0000
committerrowanbeentje <rowan@beent.je>2012-12-12 01:05:31 +0000
commitdaf9f3996968a38b761ea3161fa49f5a7040f01d (patch)
tree4986ff0beccd9193e08f1f6f195e4df35b648ce7 /Resources/Plists
parent1a871cb106fd46c0fdd8a78cf70494d515eefc01 (diff)
downloadsequelpro-daf9f3996968a38b761ea3161fa49f5a7040f01d.tar.gz
sequelpro-daf9f3996968a38b761ea3161fa49f5a7040f01d.tar.bz2
sequelpro-daf9f3996968a38b761ea3161fa49f5a7040f01d.zip
- Add final versions of the new icon designed by Kenichi Yoshida (with many thanks to Panic, Inc), recompressed for smaller file size and 10.5 compatibility
- Add document icons to match - Amend the Info.plist to fix Sequel Pro being able to edit old .spf files etc - Add .mysql file support (Issue #1366)
Diffstat (limited to 'Resources/Plists')
-rw-r--r--Resources/Plists/Info.plist74
1 files changed, 50 insertions, 24 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist
index 14c16d9f..c1c93f65 100644
--- a/Resources/Plists/Info.plist
+++ b/Resources/Plists/Info.plist
@@ -12,18 +12,19 @@
<string>spf</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>spficon.icns</string>
+ <string>SPF.icns</string>
<key>CFBundleTypeName</key>
<string>Sequel Pro Connection</string>
<key>CFBundleTypeOSTypes</key>
<array>
- <string>connection</string>
+ <string>spf </string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>com.sequelpro.SequelPro.spf</string>
+ <string>com.google.code.sequel-pro.spf</string>
</array>
<key>NSDocumentClass</key>
<string>SPDocumentController</string>
@@ -31,44 +32,48 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
- <string>spTheme</string>
- <string>sptheme</string>
+ <string>spfs</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>appicon.icns</string>
+ <string>SPF.icns</string>
<key>CFBundleTypeName</key>
- <string>Sequel Pro Color Theme</string>
+ <string>Sequel Pro Session</string>
<key>CFBundleTypeOSTypes</key>
<array>
- <string>theme</string>
+ <string>spfs</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
- <string>com.sequelpro.SequelPro.spTheme</string>
+ <string>com.sequelpro.SequelPro.spfs</string>
+ <string>com.google.code.sequel-pro.spfs</string>
</array>
+ <key>LSTypeIsPackage</key>
+ <true/>
<key>NSDocumentClass</key>
<string>SPDocumentController</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
- <string>spfs</string>
+ <string>spBundle</string>
+ <string>spbundle</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>spficon.icns</string>
+ <string>Generic.icns</string>
<key>CFBundleTypeName</key>
- <string>Sequel Pro Session</string>
+ <string>Sequel Pro Bundle</string>
<key>CFBundleTypeOSTypes</key>
<array>
- <string>connections</string>
+ <string>spbn</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
- <string>com.sequelpro.SequelPro.spfs</string>
+ <string>com.sequelpro.SequelPro.spbundle</string>
+ <string>com.google.code.sequel-pro.spbundle</string>
</array>
<key>LSTypeIsPackage</key>
<true/>
@@ -78,25 +83,24 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
- <string>spBundle</string>
- <string>spbundle</string>
+ <string>spTheme</string>
+ <string>sptheme</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>spficon.icns</string>
+ <string>Generic.icns</string>
<key>CFBundleTypeName</key>
- <string>Sequel Pro Bundle</string>
+ <string>Sequel Pro Color Theme</string>
<key>CFBundleTypeOSTypes</key>
<array>
- <string>sequel pro bundle</string>
+ <string>spct</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
- <string>com.sequelpro.SequelPro.spbundle</string>
+ <string>com.sequelpro.SequelPro.spTheme</string>
+ <string>com.google.code.sequel-pro.spTheme</string>
</array>
- <key>LSTypeIsPackage</key>
- <true/>
<key>NSDocumentClass</key>
<string>SPDocumentController</string>
</dict>
@@ -106,18 +110,40 @@
<string>sql</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>sqlicon.icns</string>
+ <string>SQL.icns</string>
<key>CFBundleTypeName</key>
<string>SQL File</string>
<key>CFBundleTypeOSTypes</key>
<array>
- <string>sql text</string>
+ <string>sqlt</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
<string>SPDocumentController</string>
</dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>mysql</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>SQL.icns</string>
+ <key>CFBundleTypeName</key>
+ <string>MySQL File</string>
+ <key>CFBundleTypeOSTypes</key>
+ <array>
+ <string>msql</string>
+ </array>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSTypeIsPackage</key>
+ <false/>
+ <key>NSDocumentClass</key>
+ <string>SPDocumentController</string>
+ <key>NSPersistentStoreTypeKey</key>
+ <string>Binary</string>
+ </dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
@@ -126,7 +152,7 @@
<key>CFBundleHelpBookName</key>
<string>Sequel Pro Help</string>
<key>CFBundleIconFile</key>
- <string>appicon.icns</string>
+ <string>appIcon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.sequelpro.SequelPro</string>
<key>CFBundleInfoDictionaryVersion</key>