Skip to content

Commit

Permalink
macOS packaging: run spctl with -vvv
Browse files Browse the repository at this point in the history
to get more useful output
  • Loading branch information
cbjeukendrup committed Jan 20, 2025
1 parent c4e6396 commit ad19a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/packaging/macOS/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ find "${VOLUME}/${LONGER_NAME}.app/Contents/Resources" -name '*.dylib' -exec cod
# Sign code in other (more conventional) locations
codesign --force --options runtime --entitlements "${WORKING_DIRECTORY}/../buildscripts/packaging/macOS/entitlements.plist" --deep -s "Developer ID Application: MuseScore" "${VOLUME}/${LONGER_NAME}.app"
echo "spctl"
spctl --assess --type execute "${VOLUME}/${LONGER_NAME}.app"
spctl --assess --type execute -vvv "${VOLUME}/${LONGER_NAME}.app"
echo "Codesign verify"
codesign --verify --deep --strict --verbose=2 "${VOLUME}/${LONGER_NAME}.app"

Expand Down

0 comments on commit ad19a90

Please sign in to comment.