From b14f62f36939e0c14f12d4a823c9b1d701420cd4 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 31 Jan 2024 23:55:23 +0000 Subject: Sign getgbook in osxcrossbuild script --- osxcrossbuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osxcrossbuild b/osxcrossbuild index 89bb50b..660eadb 100755 --- a/osxcrossbuild +++ b/osxcrossbuild @@ -22,3 +22,6 @@ mv getgbook getgbook.arm64 lipo -create getgbook.amd64 getgbook.arm64 -output getgbook || exit 1 rm getgbook.amd64 getgbook.arm64 +codesign -f -s - getgbook || exit 1 +codesign -f -s - libcrypto.1.1.dylib || exit 1 +codesign -f -s - libssl.1.1.dylib || exit 1 -- cgit v1.2.3