comparison deploy/osx/sign.sh @ 1286:2d48532a074b project-file-rework

OSX build updates
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 25 Oct 2016 14:58:36 +0100
parents 1e63105fc82d
children 298651b1a002
comparison
equal deleted inserted replaced
1285:ac6db2ee1beb 1286:2d48532a074b
1 #!/bin/bash 1 #!/bin/bash
2
3 set -eu
2 4
3 # Execute this from the top-level directory of the project (the one 5 # Execute this from the top-level directory of the project (the one
4 # that contains the .app bundle). Supply the name of the .app bundle 6 # that contains the .app bundle). Supply the name of the .app bundle
5 # as argument 7 # as argument
6 dir="$1" 8 dir="$1"