Open
Description
Mac Developer certificates are now on the form Apple Development:
instead of Mac Developer:
, causing the code sign update script to fail.
It can be fixed by updating the macDeveloper
function as follows:
if ! [[ ${macDeveloperCN} =~ ^Apple\ Development:\ .*\ \([A-Z0-9]{10}\)$ ]]; then
printf "%s\n" "Invalid Mac Developer CN: ${macDeveloperCN}"
exit 1
fi
Metadata
Metadata
Assignees
Labels
No labels