From c6c9ed1d1eee00976667cec5e86aae742308240c Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Fri, 3 Jun 2022 10:18:44 +0200 Subject: add mac notarization scripts to bundle --- pdf-over-gui/src/main/resources/installer-mac/notarizeAppCommand.sh | 1 + .../src/main/resources/installer-mac/notarizeCheckSingleCommand.sh | 1 + pdf-over-gui/src/main/resources/installer-mac/notarizeHistoryCommand.sh | 1 + 3 files changed, 3 insertions(+) create mode 100644 pdf-over-gui/src/main/resources/installer-mac/notarizeAppCommand.sh create mode 100644 pdf-over-gui/src/main/resources/installer-mac/notarizeCheckSingleCommand.sh create mode 100644 pdf-over-gui/src/main/resources/installer-mac/notarizeHistoryCommand.sh (limited to 'pdf-over-gui/src') diff --git a/pdf-over-gui/src/main/resources/installer-mac/notarizeAppCommand.sh b/pdf-over-gui/src/main/resources/installer-mac/notarizeAppCommand.sh new file mode 100644 index 00000000..6fdbfccc --- /dev/null +++ b/pdf-over-gui/src/main/resources/installer-mac/notarizeAppCommand.sh @@ -0,0 +1 @@ +xcrun altool --notarize-app --primary-bundle-id "at.egiz.PDF-Over" --username "$ALTOOL_USERNAME" --password "$ALTOOL_PASSWORD" --file $1 diff --git a/pdf-over-gui/src/main/resources/installer-mac/notarizeCheckSingleCommand.sh b/pdf-over-gui/src/main/resources/installer-mac/notarizeCheckSingleCommand.sh new file mode 100644 index 00000000..2230d806 --- /dev/null +++ b/pdf-over-gui/src/main/resources/installer-mac/notarizeCheckSingleCommand.sh @@ -0,0 +1 @@ +xcrun altool --notarization-info $1 --username "$ALTOOL_USERNAME" --password "$ALTOOL_PASSWORD" diff --git a/pdf-over-gui/src/main/resources/installer-mac/notarizeHistoryCommand.sh b/pdf-over-gui/src/main/resources/installer-mac/notarizeHistoryCommand.sh new file mode 100644 index 00000000..d84ecd2c --- /dev/null +++ b/pdf-over-gui/src/main/resources/installer-mac/notarizeHistoryCommand.sh @@ -0,0 +1 @@ +xcrun altool --notarization-history 0 --username "$ALTOOL_USERNAME" --password "$ALTOOL_PASSWORD" -- cgit v1.2.3