aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/Plists/Info.plist
Commit message (Collapse)AuthorAgeFilesLines
* #2524 New URL for reedback reporter, using SSLAbhi Beckert2017-03-031-3/+1
|
* Allow TLS 1.0 connections to sequelpro.comAbhi Beckert2016-04-171-1/+26
| | | | this will allow sparkle connections against the 10.11 SDK
* Bump version numberAbhi Beckert2016-03-041-1/+1
|
* switch sparkle to SSLAbhi Beckert2016-01-291-1/+1
|
* More 2016Max2016-01-131-1/+1
|
* Add mysql:// URL handler (fixes #1681)Max2015-10-141-0/+8
|
* Update copyrightMax Lohrmann2015-06-081-1/+1
|
* bump version numberAbhi Beckert2015-05-181-7/+7
|
* Set the revision long hash in the Info.plist so we can send it to our crash ↵Stuart Connolly2014-01-201-0/+2
| | | | report system.
* Display the short revision hash of the build alongside the revision number ↵Stuart Connolly2014-01-191-0/+2
| | | | in the about dialog.
* - Update version number to 1.0.2rowanbeentje2013-04-281-1/+1
|
* - Set Sequel Pro to always run on Integrated Graphics on machines with both ↵rowanbeentje2013-03-101-0/+2
| | | | integrated and discrete, improving power consumption if nothing else is triggering the discrete GPU. This addresses Issue #1609.
* - Merge in changes from 1.0.x release branch to trunkrowanbeentje2013-02-131-1/+1
|\
| * - Fix a bounds check causing the preferences upgrade routine to fail in ↵rowanbeentje2013-01-291-1/+1
| | | | | | | | | | | | | | edge cases, addressing Issue #1547 - Bump the version number to 1.0.1
* | Build config update:stuconnolly2013-01-241-4/+2
|/ | | | | | | | | - Update base SDK to 10.6 - Update minimum OS version to 10.6 - Update all XIB to have a 10.6 target - Drop support for PPC - Apply all of the above to frameworks SPMySQLFramework and QueryKit
* Ditch the extra zero from the version number.stuconnolly2013-01-041-1/+1
|
* - Increment version number to 1.0.0 and extend copyright year to 2013 in ↵rowanbeentje2012-12-221-2/+2
| | | | preparation for upcoming release
* - Add final versions of the new icon designed by Kenichi Yoshida (with many ↵rowanbeentje2012-12-121-24/+50
| | | | | | | | | thanks to Panic, Inc), recompressed for smaller file size and 10.5 compatibility - Add document icons to match - Amend the Info.plist to fix Sequel Pro being able to edit old .spf files etc - Add .mysql file support (Issue #1366)
* * Please note this revision will re-prompt for access to all KeyChain ↵rowanbeentje2012-11-181-49/+49
| | | | | | | | | | passwords * - Change the bundle identifier from com.google.code.sequel-pro to com.sequelpro.SequelPro - Change the code signing process to use a new identity and requirement, to add Developer ID support on 10.7+ but to also maintain functionality on 10.5+ - Add a preference migration routine to copy the old application defaults to the new bundle identifier's defaults - Re-order the default keys to alphabetical to more easily locate values
* Tidy up.stuconnolly2012-04-011-1/+1
|
* - Update version numbers to 0.9.9.1rowanbeentje2011-09-011-1/+1
|
* Specified the application category as "Developer Tools" for Lion. This ↵avenjamin2011-08-031-0/+2
| | | | resolves issue #1133. (http://spbug.com/1133)
* - Update version strings to 0.9.9 version and 2011 copyright datesrowanbeentje2011-06-121-3/+4
| | | | | - Add German and Russian localisations
* • improved Bundle support; now it the passed input string will be saved as ↵Bibiko2010-11-101-1/+11
| | | | | | | temp file SP_BUNDLE_INPUT_FILE since stdin and shell vars are difficult to handle for a large amount of data • fixed AppleScript class definition since it was renamed • added support for the URL scheme 'sequel' to allow to interact with Sequel Pro eg via bash: open 'sequelpro://executequery=select%205' [not yet implemented ;)]
* • added spBundle file extensionBibiko2010-11-091-0/+49
|
* • added file extension 'spTheme' to info.plist and set to plain-text ↵Bibiko2010-08-161-0/+43
| | | | Quicklook preview which also causes a doc-like icon (icon will come soon)
* • added first implementation for spfs file QuicklookBibiko2010-08-101-192/+192
|
* • added to SP's info.plistBibiko2010-07-091-129/+203
| | | | | | - 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
* Tidy up the Resources directory to match that of Xcode's logical directory ↵stuconnolly2010-07-031-0/+140
structure.