Ariver
2026-06-04 9aa9bf5956f3592ccdc92cae09e569b29c123325
Add x86_64 App Store sandbox artifact records
4 files modified
43 ■■■■■ changed files
02-P-NBL/freeze/20260604-mac-app-store-release-freeze.md 15 ●●●●● patch | view | raw | blame | history
Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/APP_STORE_CONNECT_SUBMISSION.md 3 ●●●●● patch | view | raw | blame | history
Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/RELEASE_MANIFEST.md 24 ●●●●● patch | view | raw | blame | history
Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/SHA256SUMS.txt 1 ●●●● patch | view | raw | blame | history
02-P-NBL/freeze/20260604-mac-app-store-release-freeze.md
@@ -16,7 +16,10 @@
- 已准备 App Store Connect 元数据草稿、隐私问卷建议、审核备注和上传命令: `Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/APP_STORE_CONNECT_SUBMISSION.md`。
- 已生成本地 App Store sandbox POC DMG:
  `Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/PrivateVoice Dictation-2.1.28-build20260604.0049-arm64-appstore-sandbox-poc.dmg`。
- SHA256: `fcef2154aab52224f55874ea865d6a08efe71a2d09768d7fbc8858d319a64024`。
- 已补生成 Intel x86_64 本地 App Store sandbox POC DMG:
  `Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/PrivateVoice Dictation-2.1.28-build20260604.0049-x86_64-appstore-sandbox-poc.dmg`。
- arm64 SHA256: `fcef2154aab52224f55874ea865d6a08efe71a2d09768d7fbc8858d319a64024`。
- x86_64 SHA256: `899bf95f579455794f9cffbadc33d1e90dbba4b6fc1b3d237229115691373606`。
## 验证
@@ -25,10 +28,12 @@
- `npm run build`: PASS,只有既有 Svelte a11y warning
- `go test ./... -count=1`: PASS
- `./scripts/build-appstore-macos.sh arm64`: PASS
- App Store sandbox POC DMG `hdiutil verify`: PASS
- DMG 挂载内容包含 `.app` 和 `Applications` 链接: PASS
- 包内版本为 `2.1.28 (build 20260604.0049)`: PASS
- 包内包含 `en.lproj` 和 `zh-Hans.lproj` 本地化资源: PASS
- `./scripts/build-appstore-macos.sh x86_64`: PASS
- App Store sandbox POC DMG `hdiutil verify`: arm64 PASS,x86_64 PASS
- DMG 挂载内容包含 `.app` 和 `Applications` 链接: arm64 PASS,x86_64 PASS
- 包内版本为 `2.1.28 (build 20260604.0049)`: arm64 PASS,x86_64 PASS
- 包内包含 `en.lproj` 和 `zh-Hans.lproj` 本地化资源: arm64 PASS,x86_64 PASS
- x86_64 主程序架构为 `Mach-O 64-bit executable x86_64`: PASS
## 等待用户/外部环境
Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/APP_STORE_CONNECT_SUBMISSION.md
@@ -49,8 +49,11 @@
```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
```
For Intel Mac coverage, run the same command with `x86_64` after Apple signing assets are installed. If App Store Connect requires a single upload covering both CPU families, build a universal package from the same frozen source commit instead of uploading only the arm64 package.
Validate before upload:
```bash
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
Release/PrivateVoice-Dictation-2.1.28-build20260604.0049/SHA256SUMS.txt
@@ -1 +1,2 @@
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