Skip to content

Commit

Permalink
Add another identifier for detecting code signing identity (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
marwanhawari authored Jan 12, 2023
1 parent 850b663 commit 2f7d282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ async function init() {
identity = 'Developer ID Application';
} else if (!cli.flags.identity && stdout.includes('Mac Developer:')) {
identity = 'Mac Developer';
} else if (!cli.flags.identity && stdout.includes('Apple Development:')) {
identity = 'Apple Development';
}

if (!identity) {
Expand Down

0 comments on commit 2f7d282

Please sign in to comment.