Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/KrauseFx/sign
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed May 3, 2015
2 parents f090c41 + 10afaa5 commit 639c8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assets/resign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ then
echo "Resigning embedded frameworks using certificate: '$CERTIFICATE'" >&2
for framework in "$FRAMEWORKS_DIR"/*
do
if [[ "$framework" == *.framework ]]
if [[ "$framework" == *.framework || "$framework" == *.dylib ]]
then
/usr/bin/codesign -f -s "$CERTIFICATE" "$framework"
checkStatus
Expand Down

0 comments on commit 639c8e4

Please sign in to comment.