Skip to content

Commit 6e374ba

Browse files
committed
osx/codesign.sh: print entitlements file before signing
Signed-off-by: Matthew John Cheetham <[email protected]>
1 parent f893082 commit 6e374ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/osx/Installer.Mac/codesign.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ echo "Directory: $SIGN_DIR"
2020
echo "Developer ID: $DEVELOPER_ID"
2121
echo "Entitlements: $ENTITLEMENTS_FILE"
2222
echo "======== END INPUTS ========"
23+
echo
24+
echo "======== ENTITLEMENTS ========"
25+
cat $ENTITLEMENTS_FILE
26+
echo "======== END ENTITLEMENTS ========"
27+
echo
2328

2429
cd $SIGN_DIR
2530
for f in *

0 commit comments

Comments
 (0)