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