aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
Commit message (Collapse)AuthorAgeFilesLines
* Re-order some build steps (while investigating slowish debug builds).Stuart Connolly2017-03-231-39/+83
|
* remove icon step and minor fixesAbhi Beckert2016-04-171-9/+9
|
* Added Application folder shortcut, resolves #1842Alexander Turiak2015-09-221-0/+6
|
* Update distribution build process to use the new process written by Max for ↵rowanbeentje2015-05-291-1/+37
| | | | the nightly builds
* Fix comment setting when Python errors due to build version mismatches on ↵rowanbeentje2015-05-251-2/+4
| | | | manual builds
* Rework distribution code signing, amending it to support version 2 resource ↵rowanbeentje2015-05-252-18/+32
| | | | envelopes, and add a Scheme which invokes it as part of building
* Update nightly build script for temporary translation workaround, improve ↵Max2015-03-091-3/+31
| | | | xibLocalizationPostprocessor robustness
* Add copies of the nightly build scripts, albeit missing vital details and ↵rowanbeentje2015-03-072-0/+182
| | | | passwords
* Force code signing even if the resource is already signed.Stuart Connolly2014-06-011-2/+2
|
* Tidy up file headers.Stuart Connolly2014-01-266-7/+7
|
* Fix typo.Stuart Connolly2014-01-261-1/+1
|
* Output path of plist being updated.Stuart Connolly2014-01-251-0/+2
|
* Set the revision long hash in the Info.plist so we can send it to our crash ↵Stuart Connolly2014-01-201-5/+18
| | | | report system.
* Removing unnecessary --oneline option.Stuart Connolly2014-01-191-1/+1
|
* Remove SVN property placeholders.Stuart Connolly2014-01-195-14/+3
|
* Display the short revision hash of the build alongside the revision number ↵Stuart Connolly2014-01-191-17/+57
| | | | in the about dialog.
* Fix the display of the app bundle name.Stuart Connolly2014-01-191-2/+4
|
* Remove strip debug symbols step.Stuart Connolly2014-01-181-11/+0
|
* Remove further Subversion reference.Stuart Connolly2013-12-021-2/+2
|
* Remove Subversion comment.Stuart Connolly2013-12-021-1/+1
|
* Code signing improvements.Stuart Connolly2013-11-261-29/+23
|
* Fix code signing.Stuart Connolly2013-11-261-11/+64
|
* Fix build script.Stuart Connolly2013-11-261-1/+1
|
* Update build script to work on CI serverAbhi Beckert2013-11-111-2/+3
|
* Updated build script to gitMarius Ursache2013-11-101-1/+2
|
* - Add a spotlight comment to allow easy location of Sequel Pro with other ↵rowanbeentje2013-04-141-0/+3
| | | | search terms than the name
* Tidy up build scripts.stuconnolly2013-01-032-17/+14
|
* - Remove outdated language resources from the projectrowanbeentje2012-12-211-0/+9
| | | | | - Add a copy phase to the distribution build process to copy in languages downloaded from dev.sequelpro.com/languages before signing
* * Please note this revision will re-prompt for access to all KeyChain ↵rowanbeentje2012-11-181-2/+2
| | | | | | | | | | 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
* Issue 1470: [REQ] Support for bundling default Themesbamse162012-10-051-0/+8
| | | | | | Themes will be copied from Default Themes to ~/Library/Application Support/Sequel Pro/Themes, only if a theme with the same name does not exist in that folder.
* - Remove BWToolKit from the project, using ibtool to strip out plugin ↵rowanbeentje2012-08-031-1/+0
| | | | dependencies now that all BW custom elements have been removed; remove last references and build steps.
* Update script licenses.stuconnolly2012-08-016-87/+136
|
* Remove old build MySQL client lib script.stuconnolly2012-08-011-171/+0
|
* Fix trim-application script output.stuconnolly2012-07-101-1/+1
|
* Remove test script.stuconnolly2012-05-091-36/+0
|
* Fixed completion output message.stuconnolly2012-05-071-1/+1
|
* Fix another typo in create-test-stubs.plstuconnolly2011-03-201-1/+1
|
* Fix create-test-stubs.pl script typo.stuconnolly2011-03-201-1/+1
|
* Tidy up scripts and add create-test-stubs.pl to generate test stubs for the ↵stuconnolly2011-01-118-85/+413
| | | | specified header. Run create-test-stubs.pl -h for usage.
* Fix the unit tests build target.stuconnolly2011-01-061-0/+18
|
* Simplify build script.stuconnolly2010-12-271-2/+3
|
* • added first Default Bundle and procedure to copy them into ↵Bibiko2010-12-271-0/+6
| | | | BUILD_PRODUCT/Contents/SharedSupport done in build.sh while compiling
* - 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.