From 7d14f85443c7a7e7a3bc804fdd7aee4fc5c6c205 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 3 Jul 2010 23:00:12 +0000 Subject: Tidy up the Resources directory to match that of Xcode's logical directory structure. --- Resources/Plists/Info.plist | 140 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 Resources/Plists/Info.plist (limited to 'Resources/Plists/Info.plist') diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist new file mode 100644 index 00000000..474ac750 --- /dev/null +++ b/Resources/Plists/Info.plist @@ -0,0 +1,140 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + spf + + CFBundleTypeIconFile + spficon.icns + CFBundleTypeName + Sequel Pro Connection + CFBundleTypeOSTypes + + connection + + CFBundleTypeRole + Editor + NSDocumentClass + SPDocumentController + + + CFBundleTypeExtensions + + spfs + + CFBundleTypeIconFile + spficon.icns + CFBundleTypeName + Sequel Pro Connection Bundle + CFBundleTypeOSTypes + + connection + + CFBundleTypeRole + Editor + NSDocumentClass + SPDocumentController + LSTypeIsPackage + 1 + + + CFBundleTypeExtensions + + sql + + CFBundleTypeIconFile + sqlicon.icns + CFBundleTypeName + SQL File + CFBundleTypeOSTypes + + sql text + + CFBundleTypeRole + Editor + NSDocumentClass + SPDocumentController + + + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleHelpBookFolder + english_help + CFBundleHelpBookName + Sequel Pro Help + CFBundleIconFile + appicon.icns + CFBundleIdentifier + com.google.code.sequel-pro + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 0.9.8 + CFBundleVersion + + FRFeedbackReporter.maxConsoleLogSize + 10000 + FRFeedbackReporter.targetURL + http://log.sequelpro.com/submit + LSMinimumSystemVersion + 10.5.0 + LSMinimumSystemVersionByArchitecture + + i386 + 10.5.0 + ppc + 10.5.0 + x86_64 + 10.6.0 + + NSAppleScriptEnabled + + NSHumanReadableCopyright + Copyright 2002-2010 Sequel Pro and CocoaMySQL team. + NSMainNibFile + MainMenu + NSPrincipalClass + FRExceptionReportingApplication + NSServices + + + NSKeyEquivalent + + default + M + + NSMenuItem + + default + Sequel Pro/Perform selection as MySQL query + + NSMessage + doPerformQueryService + NSPortName + Sequel Pro + NSSendTypes + + NSStringPboardType + NSURLPboardType + + + + SUEnableSystemProfiling + + SUFeedURL + http://www.sequelpro.com/appcast/app-releases.xml + SUPublicDSAKeyFile + sparkle-public-key.pem + + -- cgit v1.2.3