aboutsummaryrefslogtreecommitdiffstats
path: root/Info.plist
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2008-12-10 16:52:52 +0000
committerstuconnolly <stuart02@gmail.com>2008-12-10 16:52:52 +0000
commitfab9a6506cd04ec8f840c98772a80c44a79c74a7 (patch)
tree3cd483487bef381c934717f10df71d306c7eaf97 /Info.plist
parent4c3b208fad0572d8d1a79bba1bd1b8147fd0f8a6 (diff)
downloadsequelpro-fab9a6506cd04ec8f840c98772a80c44a79c74a7.tar.gz
sequelpro-fab9a6506cd04ec8f840c98772a80c44a79c74a7.tar.bz2
sequelpro-fab9a6506cd04ec8f840c98772a80c44a79c74a7.zip
MERGED r262:266 from branches/stuart02 to trunk to include new project structure.
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist82
1 files changed, 0 insertions, 82 deletions
diff --git a/Info.plist b/Info.plist
deleted file mode 100644
index e3851dd8..00000000
--- a/Info.plist
+++ /dev/null
@@ -1,82 +0,0 @@
-<?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>????</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>appicon.icns</string>
- <key>CFBundleTypeName</key>
- <string>DocumentType</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>????</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>NSDocumentClass</key>
- <string>TableDocument</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.3</string>
- <key>CFBundleVersion</key>
- <string>238</string>
- <key>NSAppleScriptEnabled</key>
- <string>YES</string>
- <key>NSHumanReadableCopyright</key>
- <string>0.9.3 (238)</string>
- <key>NSMainNibFile</key>
- <string>MainMenu</string>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- <key>NSServices</key>
- <array>
- <dict>
- <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>
- </array>
- </dict>
- </array>
- <key>SUFeedURL</key>
- <string>http://sequelpro.com/appcast/app-releases.xml</string>
-</dict>
-</plist>