diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-16 12:51:48 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-16 12:51:48 +0000 |
commit | 1e10cee1cc873ec6cc5d29d483ab3ebf77a876a5 (patch) | |
tree | fa8dedd5a67e95cae183bcab84e938fe59ad1ac8 /Resources | |
parent | cb2919df1f18505c7bdbe187019862e8b934a6af (diff) | |
download | sequelpro-1e10cee1cc873ec6cc5d29d483ab3ebf77a876a5.tar.gz sequelpro-1e10cee1cc873ec6cc5d29d483ab3ebf77a876a5.tar.bz2 sequelpro-1e10cee1cc873ec6cc5d29d483ab3ebf77a876a5.zip |
• added file extension 'spTheme' to info.plist and set to plain-text Quicklook preview which also causes a doc-like icon (icon will come soon)
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/Plists/Info.plist | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index ef5bf3fa..c041b8ae 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -31,6 +31,28 @@ <dict> <key>CFBundleTypeExtensions</key> <array> + <string>spTheme</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>appicon.icns</string> + <key>CFBundleTypeName</key> + <string>Sequel Pro Color Theme</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>theme</string> + </array> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>NSDocumentClass</key> + <string>SPDocumentController</string> + <key>LSItemContentTypes</key> + <array> + <string>com.google.code.sequel-pro.spTheme</string> + </array> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> <string>spfs</string> </array> <key>CFBundleTypeIconFile</key> @@ -209,6 +231,27 @@ </array> </dict> </dict> + <dict> + <key>UTTypeDescription</key> + <string>Sequel Pro Color Theme</string> + <key>UTTypeIconFile</key> + <string></string> + <key>UTTypeIdentifier</key> + <string>com.google.code.sequel-pro.spTheme</string> + <key>UTTypeConformsTo</key> + <array> + <string>public.plain-text</string> + </array> + <key>UTTypeTagSpecification</key> + <dict> + <key>com.apple.ostype</key> + <string>theme</string> + <key>public.filename-extension</key> + <array> + <string>spTheme</string> + </array> + </dict> + </dict> </array> </dict> </plist> |