mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -04:00
8 lines
396 B
Bash
Executable File
8 lines
396 B
Bash
Executable File
#!/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
|