Mac build scripts; add a comment about automating notarization steps

This commit is contained in:
Charlie Fenton 2021-06-18 04:43:05 -07:00
parent 7d4c019aa1
commit cf63fd6f51
2 changed files with 10 additions and 0 deletions

View File

@ -152,6 +152,11 @@
## - for more information:
## $ xcrun altool --help
## $ 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
echo "Usage:"

View File

@ -103,6 +103,11 @@
## - for more information:
## $ xcrun altool --help
## $ 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
echo "Usage:"