Skip to content

Commit

Permalink
Also add a notarization logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Nov 12, 2024
1 parent 0ec255c commit f184d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/libbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f184d91

Please sign in to comment.