codesign apps and dmg in macos

This commit is contained in:
Luis Ángel San Martín
2019-09-01 14:57:45 +02:00
parent 09d2266c9f
commit 7d67a79e26
4 changed files with 14 additions and 1 deletions

5
signapps.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
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