From 9aa9bf5956f3592ccdc92cae09e569b29c123325 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Thu, 04 Jun 2026 15:16:48 +0800
Subject: [PATCH] Add x86_64 App Store sandbox artifact records

---
 Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/RELEASE_MANIFEST.md |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/RELEASE_MANIFEST.md b/Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/RELEASE_MANIFEST.md
index 5a0bd1e..25d4aef 100644
--- a/Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/RELEASE_MANIFEST.md
+++ b/Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/RELEASE_MANIFEST.md
@@ -3,7 +3,7 @@
 ## Package Type
 
 - Type: Mac App Store release freeze / local App Store sandbox POC
-- Platform: macOS arm64
+- Platform: macOS arm64 and x86_64
 - Signing: local code signing identity for POC only, not Apple App Store distribution signing
 - Generated at: 2026-06-03T16:55:36Z
 - Operator: Codex
@@ -25,7 +25,7 @@
   `privatevoice.src/scripts/build-macappstore-pkg-macos.sh`.
 - Prepared App Store Connect metadata, privacy label recommendation, review notes, upload commands, and blocker list:
   `APP_STORE_CONNECT_SUBMISSION.md`.
-- Built and verified a local App Store sandbox POC DMG using the `appstore` Go build tag and App Sandbox entitlements.
+- Built and verified local App Store sandbox POC DMGs for arm64 and x86_64 using the `appstore` Go build tag and App Sandbox entitlements.
 
 ## Build Commands
 
@@ -36,6 +36,7 @@
 go test ./... -count=1
 ./privatevoice.src/scripts/build-macappstore-pkg-macos.sh arm64
 ./privatevoice.src/scripts/build-appstore-macos.sh arm64
+./privatevoice.src/scripts/build-appstore-macos.sh x86_64
 ```
 
 ## Verification
@@ -46,25 +47,29 @@
 - `npm run build`: PASS, with existing Svelte a11y warnings in `UpdateDialog.svelte` and `ToggleSwitch.svelte`.
 - `go test ./... -count=1`: PASS.
 - Mac App Store `.pkg` script preflight: BLOCKED as expected because Apple signing environment variables and certificates are not available locally.
-- App Store sandbox POC build script: PASS.
-- App Store sandbox POC app `Info.plist` reports `CFBundleShortVersionString=2.1.28`, `CFBundleVersion=20260604.0049`, and `LSMinimumSystemVersion=13.4`: PASS.
-- App Store sandbox POC app resources include `en.lproj/InfoPlist.strings` and `zh-Hans.lproj/InfoPlist.strings`: PASS.
+- App Store sandbox POC build script for arm64: PASS.
+- App Store sandbox POC build script for x86_64: PASS.
+- App Store sandbox POC app `Info.plist` reports `CFBundleShortVersionString=2.1.28`, `CFBundleVersion=20260604.0049`, and `LSMinimumSystemVersion=13.4` for both arm64 and x86_64: PASS.
+- App Store sandbox POC app resources include `en.lproj/InfoPlist.strings` and `zh-Hans.lproj/InfoPlist.strings` for both arm64 and x86_64: PASS.
+- App Store sandbox POC x86_64 main binary reports `Mach-O 64-bit executable x86_64`: PASS.
 - App Store sandbox POC entitlements include App Sandbox, audio input, user-selected read/write files, and network client: PASS.
-- App Store sandbox POC app code signature verification in build script: PASS.
-- App Store sandbox POC DMG `hdiutil verify`: PASS.
-- DMG contents include `PrivateVoice Dictation.app` and `Applications -> /Applications`: PASS.
+- App Store sandbox POC app code signature verification in build script for both arm64 and x86_64: PASS.
+- App Store sandbox POC DMG `hdiutil verify` for both arm64 and x86_64: PASS.
+- DMG contents include `PrivateVoice Dictation.app` and `Applications -> /Applications` for both arm64 and x86_64: PASS.
 - Copied release DMG SHA256 verification: PASS.
 
 ## Artifact
 
 ```text
 Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/PrivateVoice Dictation-2.1.28-build20260604.0049-arm64-appstore-sandbox-poc.dmg
+Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/PrivateVoice Dictation-2.1.28-build20260604.0049-x86_64-appstore-sandbox-poc.dmg
 ```
 
 SHA256:
 
 ```text
-fcef2154aab52224f55874ea865d6a08efe71a2d09768d7fbc8858d319a64024
+fcef2154aab52224f55874ea865d6a08efe71a2d09768d7fbc8858d319a64024  PrivateVoice Dictation-2.1.28-build20260604.0049-arm64-appstore-sandbox-poc.dmg
+899bf95f579455794f9cffbadc33d1e90dbba4b6fc1b3d237229115691373606  PrivateVoice Dictation-2.1.28-build20260604.0049-x86_64-appstore-sandbox-poc.dmg
 ```
 
 ## Mac App Store Upload Blocker
@@ -93,6 +98,7 @@
 
 ```text
 /Users/ar/Projects/PrivateVoice/privatevoice.src/build/macappstore/arm64/PrivateVoice-Dictation-2.1.28-build20260604.0049-arm64-macappstore.pkg
+/Users/ar/Projects/PrivateVoice/privatevoice.src/build/macappstore/x86_64/PrivateVoice-Dictation-2.1.28-build20260604.0049-x86_64-macappstore.pkg
 ```
 
 ## Known Notes

--
Gitblit v1.9.3