Mercurial > hg > qm-vamp-plugins
annotate build/osx/sign.sh @ 266:d04675d44928 tip master
Refer to SDK from Github
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 02 Jun 2021 14:41:26 +0100 |
parents | d68e13abd2cf |
children |
rev | line source |
---|---|
cannam@261 | 1 #!/bin/bash |
cannam@261 | 2 |
cannam@261 | 3 set -eu |
cannam@261 | 4 |
cannam@265 | 5 codesign -s "Developer ID Application: Chris Cannam" --options runtime -fv qm-vamp-plugins.dylib |
cannam@261 | 6 |