diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-07-09 11:21:18 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-07-09 11:21:18 +0000 |
commit | dddd6307acda804b4abbe000e9ba8fb379c658f9 (patch) | |
tree | 5f18c781fbcce0a3fcc0a0fe772c3e4c6cc87083 /Resources/Plists | |
parent | e8e45feb282afd0904675e30f0cdc65d08a6acaa (diff) | |
download | sequelpro-dddd6307acda804b4abbe000e9ba8fb379c658f9.tar.gz sequelpro-dddd6307acda804b4abbe000e9ba8fb379c658f9.tar.bz2 sequelpro-dddd6307acda804b4abbe000e9ba8fb379c658f9.zip |
• added to SP's info.plist
- Uniform Type Identifier (UTI) for extensions spf, spfs in order to support QuickLook in future
- added plain text QuickLook support for sql files to be able to read them in QL mode
Diffstat (limited to 'Resources/Plists')
-rw-r--r-- | Resources/Plists/Info.plist | 332 |
1 files changed, 203 insertions, 129 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index 474ac750..2b7aa0a0 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -1,140 +1,214 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> -<dict> - <key>CFBundleDevelopmentRegion</key> - <string>English</string> - <key>CFBundleDocumentTypes</key> - <array> - <dict> - <key>CFBundleTypeExtensions</key> - <array> - <string>spf</string> - </array> - <key>CFBundleTypeIconFile</key> - <string>spficon.icns</string> - <key>CFBundleTypeName</key> - <string>Sequel Pro Connection</string> - <key>CFBundleTypeOSTypes</key> - <array> - <string>connection</string> - </array> - <key>CFBundleTypeRole</key> - <string>Editor</string> - <key>NSDocumentClass</key> - <string>SPDocumentController</string> - </dict> - <dict> - <key>CFBundleTypeExtensions</key> - <array> - <string>spfs</string> - </array> - <key>CFBundleTypeIconFile</key> - <string>spficon.icns</string> - <key>CFBundleTypeName</key> - <string>Sequel Pro Connection Bundle</string> - <key>CFBundleTypeOSTypes</key> - <array> - <string>connection</string> - </array> - <key>CFBundleTypeRole</key> - <string>Editor</string> - <key>NSDocumentClass</key> - <string>SPDocumentController</string> - <key>LSTypeIsPackage</key> - <integer>1</integer> - </dict> - <dict> - <key>CFBundleTypeExtensions</key> - <array> - <string>sql</string> - </array> - <key>CFBundleTypeIconFile</key> - <string>sqlicon.icns</string> - <key>CFBundleTypeName</key> - <string>SQL File</string> - <key>CFBundleTypeOSTypes</key> - <array> - <string>sql text</string> - </array> - <key>CFBundleTypeRole</key> - <string>Editor</string> - <key>NSDocumentClass</key> - <string>SPDocumentController</string> - </dict> - </array> - <key>CFBundleExecutable</key> - <string>${EXECUTABLE_NAME}</string> - <key>CFBundleHelpBookFolder</key> - <string>english_help</string> - <key>CFBundleHelpBookName</key> - <string>Sequel Pro Help</string> - <key>CFBundleIconFile</key> - <string>appicon.icns</string> - <key>CFBundleIdentifier</key> - <string>com.google.code.sequel-pro</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleName</key> - <string>${PRODUCT_NAME}</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleShortVersionString</key> - <string>0.9.8</string> - <key>CFBundleVersion</key> - <string></string> - <key>FRFeedbackReporter.maxConsoleLogSize</key> - <integer>10000</integer> - <key>FRFeedbackReporter.targetURL</key> - <string>http://log.sequelpro.com/submit</string> - <key>LSMinimumSystemVersion</key> - <string>10.5.0</string> - <key>LSMinimumSystemVersionByArchitecture</key> <dict> - <key>i386</key> - <string>10.5.0</string> - <key>ppc</key> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>spf</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>spficon.icns</string> + <key>CFBundleTypeName</key> + <string>Sequel Pro Connection</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>connection</string> + </array> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>NSDocumentClass</key> + <string>SPDocumentController</string> + <key>LSItemContentTypes</key> + <array> + <string>com.google.code.sequel-pro.spf</string> + </array> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>spfs</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>spficon.icns</string> + <key>CFBundleTypeName</key> + <string>Sequel Pro Connection Bundle</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>connections</string> + </array> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>NSDocumentClass</key> + <string>SPDocumentController</string> + <key>LSItemContentTypes</key> + <array> + <string>com.google.code.sequel-pro.spfs</string> + </array> + <key>LSTypeIsPackage</key> + <true/> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>sql</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>sqlicon.icns</string> + <key>CFBundleTypeName</key> + <string>SQL File</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>sql text</string> + </array> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>NSDocumentClass</key> + <string>SPDocumentController</string> + </dict> + </array> + <key>CFBundleExecutable</key> + <string>${EXECUTABLE_NAME}</string> + <key>CFBundleHelpBookFolder</key> + <string>english_help</string> + <key>CFBundleHelpBookName</key> + <string>Sequel Pro Help</string> + <key>CFBundleIconFile</key> + <string>appicon.icns</string> + <key>CFBundleIdentifier</key> + <string>com.google.code.sequel-pro</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>${PRODUCT_NAME}</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>0.9.8</string> + <key>CFBundleVersion</key> + <string></string> + <key>FRFeedbackReporter.maxConsoleLogSize</key> + <integer>10000</integer> + <key>FRFeedbackReporter.targetURL</key> + <string>http://log.sequelpro.com/submit</string> + <key>LSMinimumSystemVersion</key> <string>10.5.0</string> - <key>x86_64</key> - <string>10.6.0</string> - </dict> - <key>NSAppleScriptEnabled</key> - <true/> - <key>NSHumanReadableCopyright</key> - <string>Copyright 2002-2010 Sequel Pro and CocoaMySQL team.</string> - <key>NSMainNibFile</key> - <string>MainMenu</string> - <key>NSPrincipalClass</key> - <string>FRExceptionReportingApplication</string> - <key>NSServices</key> - <array> + <key>LSMinimumSystemVersionByArchitecture</key> <dict> - <key>NSKeyEquivalent</key> + <key>i386</key> + <string>10.5.0</string> + <key>ppc</key> + <string>10.5.0</string> + <key>x86_64</key> + <string>10.6.0</string> + </dict> + <key>NSAppleScriptEnabled</key> + <true/> + <key>NSHumanReadableCopyright</key> + <string>Copyright 2002-2010 Sequel Pro and CocoaMySQL team.</string> + <key>NSMainNibFile</key> + <string>MainMenu</string> + <key>NSPrincipalClass</key> + <string>FRExceptionReportingApplication</string> + <key>NSServices</key> + <array> <dict> - <key>default</key> - <string>M</string> + <key>NSKeyEquivalent</key> + <dict> + <key>default</key> + <string>M</string> + </dict> + <key>NSMenuItem</key> + <dict> + <key>default</key> + <string>Sequel Pro/Perform selection as MySQL query</string> + </dict> + <key>NSMessage</key> + <string>doPerformQueryService</string> + <key>NSPortName</key> + <string>Sequel Pro</string> + <key>NSSendTypes</key> + <array> + <string>NSStringPboardType</string> + <string>NSURLPboardType</string> + </array> </dict> - <key>NSMenuItem</key> + </array> + <key>SUEnableSystemProfiling</key> + <true/> + <key>SUFeedURL</key> + <string>http://www.sequelpro.com/appcast/app-releases.xml</string> + <key>SUPublicDSAKeyFile</key> + <string>sparkle-public-key.pem</string> + <key>UTExportedTypeDeclarations</key> + <array> <dict> - <key>default</key> - <string>Sequel Pro/Perform selection as MySQL query</string> + <key>UTTypeDescription</key> + <string>Sequel Pro Connection</string> + <key>UTTypeIconFile</key> + <string></string> + <key>UTTypeIdentifier</key> + <string>com.google.code.sequel-pro.spf</string> + <key>UTTypeConformsTo</key> + <array> + <string>public.plain-text</string> + </array> + <key>UTTypeTagSpecification</key> + <dict> + <key>com.apple.ostype</key> + <string>connection</string> + <key>public.filename-extension</key> + <array> + <string>spf</string> + </array> + </dict> </dict> - <key>NSMessage</key> - <string>doPerformQueryService</string> - <key>NSPortName</key> - <string>Sequel Pro</string> - <key>NSSendTypes</key> - <array> - <string>NSStringPboardType</string> - <string>NSURLPboardType</string> - </array> - </dict> - </array> - <key>SUEnableSystemProfiling</key> - <true/> - <key>SUFeedURL</key> - <string>http://www.sequelpro.com/appcast/app-releases.xml</string> - <key>SUPublicDSAKeyFile</key> - <string>sparkle-public-key.pem</string> -</dict> + <dict> + <key>UTTypeDescription</key> + <string>Sequel Pro Connection Bundle</string> + <key>UTTypeIconFile</key> + <string></string> + <key>UTTypeIdentifier</key> + <string>com.google.code.sequel-pro.spfs</string> + <key>UTTypeConformsTo</key> + <array> + <string>com.apple.package</string> + </array> + <key>UTTypeTagSpecification</key> + <dict> + <key>com.apple.ostype</key> + <string>connections</string> + <key>public.filename-extension</key> + <array> + <string>spfs</string> + </array> + </dict> + </dict> + <dict> + <key>UTTypeDescription</key> + <string>SQL File</string> + <key>UTTypeIconFile</key> + <string></string> + <key>UTTypeIdentifier</key> + <string>com.google.code.sequel-pro.sql</string> + <key>UTTypeConformsTo</key> + <array> + <string>public.plain-text</string> + </array> + <key>UTTypeTagSpecification</key> + <dict> + <key>com.apple.ostype</key> + <string>sql text</string> + <key>public.filename-extension</key> + <array> + <string>sql</string> + </array> + </dict> + </dict> + </array> + </dict> </plist> |