diff --git a/mac_installer/release_boinc.sh b/mac_installer/release_boinc.sh index bf63a94414..59e7788b5e 100644 --- a/mac_installer/release_boinc.sh +++ b/mac_installer/release_boinc.sh @@ -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: +## if [ $# -lt 3 ]; then echo "Usage:" diff --git a/mac_installer/release_brand.sh b/mac_installer/release_brand.sh index d7d9da2563..77ee8431cc 100755 --- a/mac_installer/release_brand.sh +++ b/mac_installer/release_brand.sh @@ -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: +## if [ $# -lt 4 ]; then echo "Usage:"