aboutsummaryrefslogtreecommitdiff
path: root/macos
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-09-06 23:26:20 +0200
committerJohn MacFarlane <[email protected]>2025-09-06 23:26:20 +0200
commit4edbd0a88c5d3d65354b6015b9680db976b613f5 (patch)
tree6fb4d18d4c6850e28b4e979745abc9b0c1507966 /macos
parenta4502c43b529e22217bdb2b60a9323a531bb8c5c (diff)
Remove commented out lines from macos/Makefile.
Diffstat (limited to 'macos')
-rw-r--r--macos/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/macos/Makefile b/macos/Makefile
index 216ccbee5..99e988403 100644
--- a/macos/Makefile
+++ b/macos/Makefile
@@ -27,12 +27,6 @@ $(BASE)-macOS.zip: $(DEST)/bin/pandoc-server $(DEST)/bin/pandoc-lua signed.txt
mv $(DEST) $(BASE)
zip --symlinks -r $@ $(BASE)
-# gon.hcl: version.txt
-# echo "notarize {\n path = \"$(BASE)-macOS.pkg\"\n bundle_id = \"org.pandoc.pandoc\"\n staple = true\n}\napple_id {\n username = \"[email protected]\"\n password = \"@env:AC_PASSWORD\"\n}" > $@
-
-#notarize: gon.hcl $(BASE)-macOS.pkg
-# gon -log-level=warn ./gon.hcl
-
notarize: $(BASE)-macOS.pkg
xcrun notarytool submit $< --keychain-profile=pandoc --wait && \
xcrun stapler staple $<