diff options
author | stuconnolly <stuart02@gmail.com> | 2008-12-10 16:52:52 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2008-12-10 16:52:52 +0000 |
commit | fab9a6506cd04ec8f840c98772a80c44a79c74a7 (patch) | |
tree | 3cd483487bef381c934717f10df71d306c7eaf97 /Resources/Info.plist | |
parent | 4c3b208fad0572d8d1a79bba1bd1b8147fd0f8a6 (diff) | |
download | sequelpro-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 'Resources/Info.plist')
-rw-r--r-- | Resources/Info.plist | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist new file mode 100644 index 00000000..e3851dd8 --- /dev/null +++ b/Resources/Info.plist @@ -0,0 +1,82 @@ +<?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> |