aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
Commit message (Collapse)AuthorAgeFilesLines
* - Add the NewBSD-licensed ShortcutRecorder.framework to the project, for ↵rowanbeentje2010-11-161-1/+2
| | | | | | | initial use in the bundle editor (not implemented yet). Includes the .ibplugin within the framework. - Update localisable strings
* Update the appropriate build scripts to ensure they are being run by Xcode.stuconnolly2010-10-254-0/+14
|
* Tidy up build settings, by ensuring they are consistent across all targets, ↵stuconnolly2010-10-142-39/+57
| | | | specifically the compiler used. Also add a very basic Makefile to ease builds from the command line during build testing.
* - Implement support for MySQL over SSL for both TCP/IP and Socket ↵rowanbeentje2010-09-131-2/+2
| | | | | | | | | | connection modes. - Upgrade the MySQL binaries to version 5.1.50 (was 5.1.46) - Enable SSL support in the MySQL libraries (this leads to a large increase in library size, unfortunately) - Enable more optimisations in the MySQL libraries (especially --enable-assembler for faster in-library string processing and --with-mysqld-ldflags=-all-static) This completes support for Issue #27.
* Add the BWToolkit.ibplugin to the Resources directory of ↵rowanbeentje2010-07-211-0/+3
| | | | | | | | | | BWToolkitFramework.framework - Removed via builds scripts, so not included in the final product - Allows loading .xibs using BWToolkit items without purposefully installing the .ibplugin beforehand - Allows us to update the .ibplugin as we update the framework versions, to keep them in sync Should allow people to load the Sequel Pro .xcodeproj and start building it more easily.
* - Implement the Wil shipley/Golden % Braeburn localisation method for ↵rowanbeentje2010-06-121-10/+43
| | | | | | | | .xibs; add a build stage to Release/Dist builds which generates .strings files for each nib, and swizzle nib loading to automatically translate strings based on any localised .strings files - Fix the genstring stage of the build script and move it to Release/Dist builds only - Update Localizable.strings to match latest code
* - Upgrade MySQL libraries to 5.1.46 (was 5.1.44)rowanbeentje2010-04-271-1/+1
| | | | | - Alter build scripts to use --enable-local-infile as a configuration option; this addresses http://spbug.com/644
* Error messages output from the build script need to be prefixed with ↵stuconnolly2010-03-271-3/+3
| | | | lowercase 'error:' in order to be treated as build errors by Xcode.
* Update Localizable.strings and add error checking to genstrings build process.stuconnolly2010-03-231-1/+7
|
* Add the running of genstrings(1) at the start of the general build script to ↵stuconnolly2010-03-171-2/+18
| | | | update Localizable.strings to ensure it is always up to date. This addresses the second point of issue #593. Also, add a bunch of status messages to the script to provide feedback on the current operation.
* - Update MySQL client libraries to 5.1.44, incorporating all changes since ↵rowanbeentje2010-03-091-8/+8
| | | | | | | previous 5.1.36 - Update MySQL client build script for snow leopard compatibility, and to build the client libraries as a three-way binary (x86/ppc/x86_64) in keeping with the rest of Sequel Pro
* Simplify the build script.stuconnolly2009-12-101-9/+12
|
* - Fix a build issue on Distribution builds by including a link to libcrypto ↵rowanbeentje2009-12-091-0/+14
| | | | | | | (thanks to Stuart!) - Improve debug code signing by also signing the tunnel assistant, and add code signing for Distribution builds. This addresses Issue #426. (assistant signing improvement also applied to nightlies)
* Put all 'Run Scripts' build phase code into a single script 'build.sh' to ↵stuconnolly2009-10-311-0/+38
| | | | make it easier to work with.
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-0/+151
| | | | | | | | | | | | | | | - Includes all custom code from subclasses CMMCPConnection and CMMCPResult, meaning they have subsequently been removed from the project. - All previous Sequel Pro specific code in the above subclasses has been removed in favour of the delegate (currently set to TableDocumet) informing the framework of such information. - All references to CMMCPConnection and CMMCPResult have subsequently been changed to MCPConnection and MCPResult. - Framework includes MySQL 5.1.36 client libraries and source headers. - Framework is now built as a 4-way (32/64 bit, i386/PPC arch) binary. - All import references to <MCPKit_bundled/MCPKit_bundled.h> have been changed to <MCPKit/MCPKit.h>. - New script 'build-mysql-client.sh' can be used to build the MySQL client libraries from the MySQL source. See the script's header for a list of available options or run it with no arguments to display it's usage. Note that there are still a few changes to be made to the framework with regard to removing Sequel Pro specific calls to the delegate. These however can be made later on as they have no effect on functionality and are merely design changes. Also, note that any future development done on the framework should be made to be as 'generic' as possible, with no Sequel Pro specific references. This should allow the framework to be integrated into another project without the need for SP specific code.
* Add Subversion Id property to scripts.stuconnolly2009-05-193-2/+10
|
* - Change disk image compression from UBZO to UBDZ - 10.4+, which is fine, ↵rowanbeentje2009-04-251-1/+1
| | | | and ~10% smaller distribution file
* - Update Sparkle to 1.5b6 (from 1.5b1). This should address Issue #197 as ↵rowanbeentje2009-03-261-0/+65
| | | | | | | | soon as the new framework is used (ie before 0.9.6) - Add a public key to the project and add a link to it in Info.plist for use by Sparkle when verifying future updates - Add a new build configuration (Distribution), and add a new script for use with only that configuration - constructs a basic disk image, asks for the private key file, and signs it.
* Header change.stuconnolly2009-01-291-0/+2
|
* Header changes.stuconnolly2009-01-292-5/+3
|
* Added shell script to trim application bundle on 'Release' builds. Saves a ↵stuconnolly2009-01-281-0/+127
| | | | whole meg on current build.
* Added perl script to automatically add the build version to Info.plist.stuconnolly2008-12-101-0/+32