aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update distribution build process to use the new process written by Max for ↵release-1.1-rc1rowanbeentje2015-05-291-1/+37
| | | | the nightly builds
* Fix comment setting when Python errors due to build version mismatches on ↵rowanbeentje2015-05-291-2/+4
| | | | manual builds
* Rework distribution code signing, amending it to support version 2 resource ↵rowanbeentje2015-05-291-18/+29
| | | | envelopes, and add a Scheme which invokes it as part of building
* Force code signing even if the resource is already signed.Stuart Connolly2014-06-011-2/+2
|
* Tidy up file headers.Stuart Connolly2014-01-261-1/+1
|
* Remove SVN property placeholders.Stuart Connolly2014-01-191-2/+0
|
* 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
|
* - 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-031-14/+11
|
* - 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-011-12/+19
|
* Tidy up scripts and add create-test-stubs.pl to generate test stubs for the ↵stuconnolly2011-01-111-10/+28
| | | | specified header. Run create-test-stubs.pl -h for usage.
* 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-251-0/+6
|
* Tidy up build settings, by ensuring they are consistent across all targets, ↵stuconnolly2010-10-141-39/+1
| | | | specifically the compiler used. Also add a very basic Makefile to ease builds from the command line during build testing.
* 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
* 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.
* 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.