Skip to content

Code Sign Update Script broken on Xcode 11 #19

Open
@OskarGroth

Description

@OskarGroth

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions