Keep track about codesign in the logs

This commit is contained in:
Luis Ángel San Martín
2019-09-18 23:26:13 +02:00
parent 9b994bbf1e
commit fa874ddcd1
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
echo "Signing apps"
codesign --force --deep --sign "Developer ID Application: LUIS ANGEL SAN MARTIN ROD (9B6KKVW3WM)" ./YACReader.app
codesign --force --deep --sign "Developer ID Application: LUIS ANGEL SAN MARTIN ROD (9B6KKVW3WM)" ./YACReaderLibrary.app
codesign --force --deep --sign "Developer ID Application: LUIS ANGEL SAN MARTIN ROD (9B6KKVW3WM)" ./YACReaderLibraryServer.app