diff --git a/.ci/package-mac.sh b/.ci/package-mac.sh index 957454d..48263d0 100644 --- a/.ci/package-mac.sh +++ b/.ci/package-mac.sh @@ -54,3 +54,10 @@ cd output # Resign the package pkg_path=Squirrel-${SQUIRREL_VERSION}-rime-cantonese.pkg productsign --sign "Developer ID Installer: $APPLE_DEVELOPER_NAME ($APPLE_DEVELOPER_TEAM_ID)" Squirrel.pkg "$pkg_path" + +# Verify +pkgutil --expand "$pkg_path" package +cd package + +tar -xzf Payload +codesign -v -vv --deep --strict "Squirrel.app"