From 36cdaa4845b31ce42a2c4a2f96f25a8ea1225054 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 22 Mar 2020 11:00:31 -0700 Subject: Fixes to 'notarize' target to preserve hardened runtime. --- macos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macos') diff --git a/macos/Makefile b/macos/Makefile index 5ecb53b5a..aec2a0983 100644 --- a/macos/Makefile +++ b/macos/Makefile @@ -7,8 +7,8 @@ all: $(ALL) signed.txt: $(DEST) chmod +x $(DEST)/bin/pandoc $(DEST)/bin/pandoc-citeproc - codesign -v $(DEST)/bin/pandoc || codesign -s "5U2WKE6DES" $(DEST)/bin/pandoc - codesign -v $(DEST)/bin/pandoc-citeproc || codesign -s "5U2WKE6DES" $(DEST)/bin/pandoc-citeproc + codesign --force --options runtime -s "5U2WKE6DES" $(DEST)/bin/pandoc + codesign --force --options runtime -s "5U2WKE6DES" $(DEST)/bin/pandoc-citeproc echo "SIGNED" > signed.txt pandoc.pkg: signed.txt -- cgit v1.2.3