mirror of https://github.com/BOINC/boinc.git
Mac build scripts; add a comment about automating notarization steps
This commit is contained in:
parent
7d4c019aa1
commit
cf63fd6f51
|
@ -152,6 +152,11 @@
|
||||||
## - for more information:
|
## - for more information:
|
||||||
## $ xcrun altool --help
|
## $ xcrun altool --help
|
||||||
## $ man stapler
|
## $ man stapler
|
||||||
|
##
|
||||||
|
## TODO: Add code to optionally automate notarization either in this script or
|
||||||
|
## TODO: in a separate script. Perhaps adapt notarization and stapler code from
|
||||||
|
## TODO: <https://github.com/smittytone/scripts/blob/master/packcli.zsh>
|
||||||
|
##
|
||||||
|
|
||||||
if [ $# -lt 3 ]; then
|
if [ $# -lt 3 ]; then
|
||||||
echo "Usage:"
|
echo "Usage:"
|
||||||
|
|
|
@ -103,6 +103,11 @@
|
||||||
## - for more information:
|
## - for more information:
|
||||||
## $ xcrun altool --help
|
## $ xcrun altool --help
|
||||||
## $ man stapler
|
## $ man stapler
|
||||||
|
##
|
||||||
|
## TODO: Add code to optionally automate notarization either in this script or
|
||||||
|
## TODO: in a separate script. Perhaps adapt notarization and stapler code from
|
||||||
|
## TODO: <https://github.com/smittytone/scripts/blob/master/packcli.zsh>
|
||||||
|
##
|
||||||
|
|
||||||
if [ $# -lt 4 ]; then
|
if [ $# -lt 4 ]; then
|
||||||
echo "Usage:"
|
echo "Usage:"
|
||||||
|
|
Loading…
Reference in New Issue