# 2026-06-04 Mac App Store 分类键修复 ## 结论 - 版本: `2.1.28` - 新 build: `20260604.2353` - 源码 commit: `8a3688f69230d8bad0f74a6494847f472902b6ae` - 修复原因: Transporter validation failed 409, 缺少 `LSApplicationCategoryType`。 - 修复值: `public.app-category.productivity` ## 产物 - `/Users/ar/Desktop/PrivateVoice-26.0604上架/02-上传包/PrivateVoice-Dictation-2.1.28-build20260604.2353-universal-macappstore.pkg` - `/Users/ar/Projects/PrivateVoice/Release/PrivateVoice-Dictation-2.1.28-build20260604.2353/PrivateVoice-Dictation-2.1.28-build20260604.2353-universal-macappstore.pkg` SHA256: ```text dac575491644952a84f9f8365de845f5639c132b3b1ea57f4cee4df49a3e642b PrivateVoice-Dictation-2.1.28-build20260604.2353-universal-macappstore.pkg ``` ## 验证 - `go test ./internal/startup ./internal/model ./internal/modelselection`: PASS - `bash -n privatevoice.src/scripts/build-macappstore-pkg-macos.sh`: PASS - arm64 App Store signed package build: PASS - x86_64 App Store signed package build: PASS - universal app merge and re-sign: PASS - `codesign -vvv --deep --strict` universal app: PASS - `pkgutil --check-signature` universal pkg: PASS - 展开 pkg 后读取 `Info.plist`,`LSApplicationCategoryType=public.app-category.productivity`: PASS ## 上传提示 请在 Transporter 中上传 `20260604.2353` 这个新包,不要再上传 `20260604.0049`。