Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error messages output from the build script need to be prefixed with ↵ | stuconnolly | 2010-03-27 | 1 | -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. | stuconnolly | 2010-03-23 | 1 | -1/+7 |
| | |||||
* | Add the running of genstrings(1) at the start of the general build script to ↵ | stuconnolly | 2010-03-17 | 1 | -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. | stuconnolly | 2009-12-10 | 1 | -9/+12 |
| | |||||
* | - Fix a build issue on Distribution builds by including a link to libcrypto ↵ | rowanbeentje | 2009-12-09 | 1 | -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 ↵ | stuconnolly | 2009-10-31 | 1 | -0/+38 |
make it easier to work with. |