From f184d91693ec02d1729fe271515dd518f0e6a353 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 12 Nov 2024 13:14:32 +0000 Subject: [PATCH] Also add a notarization logging message --- scripts/libbuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/libbuild.sh b/scripts/libbuild.sh index 728fe3b7d..7e1614acd 100644 --- a/scripts/libbuild.sh +++ b/scripts/libbuild.sh @@ -255,6 +255,7 @@ function op_keychain_prep() { local SIGN_TEAM ; SIGN_TEAM=$(xcodebuild -workspace Hammerspoon.xcworkspace -scheme Release -configuration Release -showBuildSettings 2>&1 | grep -E " DEVELOPMENT_TEAM" | sed -e 's/.* = //') + echo " Storing notarization credentials:" xcrun notarytool store-credentials --sync "${KEYCHAIN_PROFILE}" --apple-id "${NOTARIZATION_USERNAME}" --team-id "${SIGN_TEAM}" --password "${NOTARIZATION_PASSWORD}" unset NOTARIZATION_USERNAME