diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-09 15:40:44 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-09 15:40:44 +0000 |
commit | d10ca821ae2f3ab62daf92f5e9bde58bf796e36c (patch) | |
tree | f2c831942be1623c7fec555890e24700d177ca90 /Resources/Plists/Info.plist | |
parent | bccefa18c72465b2ec41a23eeda5ceb6f4d36204 (diff) | |
download | sequelpro-d10ca821ae2f3ab62daf92f5e9bde58bf796e36c.tar.gz sequelpro-d10ca821ae2f3ab62daf92f5e9bde58bf796e36c.tar.bz2 sequelpro-d10ca821ae2f3ab62daf92f5e9bde58bf796e36c.zip |
• added spBundle file extension
Diffstat (limited to 'Resources/Plists/Info.plist')
-rw-r--r-- | Resources/Plists/Info.plist | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index c041b8ae..ecf74ffb 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -32,6 +32,7 @@ <key>CFBundleTypeExtensions</key> <array> <string>spTheme</string> + <string>sptheme</string> </array> <key>CFBundleTypeIconFile</key> <string>appicon.icns</string> @@ -77,6 +78,31 @@ <dict> <key>CFBundleTypeExtensions</key> <array> + <string>spBundle</string> + <string>spbundle</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>spficon.icns</string> + <key>CFBundleTypeName</key> + <string>Sequel Pro Bundle</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>sequel pro bundle</string> + </array> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>NSDocumentClass</key> + <string>SPDocumentController</string> + <key>LSItemContentTypes</key> + <array> + <string>com.google.code.sequel-pro.spbundle</string> + </array> + <key>LSTypeIsPackage</key> + <true/> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> <string>sql</string> </array> <key>CFBundleTypeIconFile</key> @@ -212,6 +238,28 @@ </dict> <dict> <key>UTTypeDescription</key> + <string>Sequel Pro Bundle</string> + <key>UTTypeIconFile</key> + <string></string> + <key>UTTypeIdentifier</key> + <string>com.google.code.sequel-pro.spbundle</string> + <key>UTTypeConformsTo</key> + <array> + <string>com.apple.package</string> + </array> + <key>UTTypeTagSpecification</key> + <dict> + <key>com.apple.ostype</key> + <string>sequel pro bundle</string> + <key>public.filename-extension</key> + <array> + <string>spbundle</string> + <string>spBundle</string> + </array> + </dict> + </dict> + <dict> + <key>UTTypeDescription</key> <string>SQL File</string> <key>UTTypeIconFile</key> <string></string> @@ -249,6 +297,7 @@ <key>public.filename-extension</key> <array> <string>spTheme</string> + <string>sptheme</string> </array> </dict> </dict> |