Skip to content

Commit

Permalink
use --deep for code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
muhqu committed Jan 25, 2016
1 parent 0b65a78 commit 4a3bc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ main() {
CODESIGN_IDENTITY="$(git config --get user.name)"
fi
set -x
codesign -s "$CODESIGN_IDENTITY" -f "$TARGET_APP" -v
codesign --deep -s "$CODESIGN_IDENTITY" -f "$TARGET_APP" -v
set +x
fi

Expand Down

0 comments on commit 4a3bc5c

Please # to comment.