From 7e13a5f86b77e4a6ddf409aaf95fad1667afc669 Mon Sep 17 00:00:00 2001 From: graphemecluster Date: Wed, 18 Dec 2024 06:23:34 +0800 Subject: [PATCH] Verify --- .ci/package-mac.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.ci/package-mac.sh b/.ci/package-mac.sh index 4c3935e..4c20669 100644 --- a/.ci/package-mac.sh +++ b/.ci/package-mac.sh @@ -47,3 +47,9 @@ 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 --xattrs -xzf Payload +codesign -v -vv --deep --strict "Squirrel.app"