Skip to content

Commit

Permalink
Verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 17, 2024
1 parent 9e5ff43 commit 0590afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/package-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pkgutil --expand Squirrel-${SQUIRREL_VERSION}.pkg package
pushd package

# Extract the application
cat Payload | gunzip -dc | cpio -i
tar -xzf Payload
pushd Squirrel.app/Contents

# Remove all default rime schemas but keep opencc data and app config
Expand All @@ -34,9 +34,9 @@ popd
for binary in $(codesign -v -vv --deep --strict Squirrel.app 2>&1 | sed -n 's/^--validated://p') Squirrel.app; do
echo "----------"
echo "Signing $binary"
codesign --sign "Developer ID Application: $APPLE_DEVELOPER_NAME ($APPLE_DEVELOPER_TEAM_ID)" --timestamp --force --options runtime --preserve-metadata=identifier,entitlements "$binary"
codesign --sign "Developer ID Application: $APPLE_DEVELOPER_NAME ($APPLE_DEVELOPER_TEAM_ID)" -vvvvvv --timestamp --force --options runtime --preserve-metadata=identifier,entitlements "$binary"

echo "Verifing $binary"
echo
codesign -v -vv --deep --strict "$binary"
done

Expand Down

0 comments on commit 0590afd

Please sign in to comment.