Skip to content

Commit

Permalink
Don't suppress development build code signing errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuconnolly committed Jun 17, 2018
1 parent e14aeb7 commit 707dc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dev_sign_resource()
{
log "Signing resource: $1"

codesign -f -s 'Sequel Pro Development' "$1" 2> /dev/null
codesign -f -s 'Sequel Pro Development' "$1" 2>&1
}

dist_sign_framework()
Expand Down

0 comments on commit 707dc02

Please sign in to comment.