comparison deploy/osx/sign.sh @ 605:b03b967c3d2e

Subrepo update
author Chris Cannam
date Mon, 07 Oct 2019 14:54:31 +0100
parents e37d76c3242f
children fe1a77d4aeaa
comparison
equal deleted inserted replaced
604:fd86f443678a 605:b03b967c3d2e
11 echo "Where pkgdir is the directory containing <MyApplication>.app" 11 echo "Where pkgdir is the directory containing <MyApplication>.app"
12 echo "All .app bundles in pkgdir will be signed" 12 echo "All .app bundles in pkgdir will be signed"
13 exit 2 13 exit 2
14 fi 14 fi
15 15
16 if /bin/false; then 16 if false; then
17 17
18 echo 18 echo
19 echo "Experimentally attempting sandboxing + hardened runtime (this won't work)" 19 echo "Experimentally attempting sandboxing + hardened runtime (this won't work)"
20 echo 20 echo
21 21