Ariver
2026-07-02 2309264ee94daca4b9abe3592d84602c98b77690
Freeze TagLauncher 8.3.5 release artifacts
4 files added
126 ■■■■■ changed files
src/Release/AppStore-8.3.5-20260702.1046/PKG_PREFLIGHT_REPORT.md 52 ●●●●● patch | view | raw | blame | history
src/Release/AppStore-8.3.5-20260702.1046/Preflight/TagLauncher-AppStore-full.entitlements 18 ●●●●● patch | view | raw | blame | history
src/Release/AppStore-8.3.5-20260702.1046/RELEASE_MANIFEST.md 54 ●●●●● patch | view | raw | blame | history
src/Release/AppStore-8.3.5-20260702.1046/SHA256SUMS.txt 2 ●●●●● patch | view | raw | blame | history
src/Release/AppStore-8.3.5-20260702.1046/PKG_PREFLIGHT_REPORT.md
New file
@@ -0,0 +1,52 @@
# TagLauncher 8.3.5 App Store PKG Preflight
Date: 2026-07-02
Version: 8.3.5
Build: 20260702.1046
## Package
- Upload package: `Upload/TagLauncher-8.3.5-build20260702.1046.pkg`
- Local DMG archive: `Archive/TagLauncher-8.3.5-build20260702.1046.dmg`
## Signing
- App signing identity: `3rd Party Mac Developer Application: Hainan Wanxing Technology Co., Ltd. (CR3J54M8BQ)`
- Installer signing identity: `3rd Party Mac Developer Installer: Hainan Wanxing Technology Co., Ltd. (CR3J54M8BQ)`
- Embedded provisioning profile: `TagLauncher Mac App Store 20260605.2337`
- Provisioning profile expiry: `2027-06-04 13:48:21 +0000`
## Entitlements
The packaged app was signed with `Preflight/TagLauncher-AppStore-full.entitlements`.
Required App Store identifiers are present:
- `com.apple.application-identifier`: `CR3J54M8BQ.com.taglauncher.app`
- `com.apple.developer.team-identifier`: `CR3J54M8BQ`
- `keychain-access-groups`: `CR3J54M8BQ.*`
- `com.apple.security.app-sandbox`: `true`
- `com.apple.security.files.user-selected.read-write`: `true`
## Verification
Commands completed successfully:
```bash
pkgutil --check-signature Release/AppStore-8.3.5-20260702.1046/Upload/TagLauncher-8.3.5-build20260702.1046.pkg
pkgutil --expand-full Release/AppStore-8.3.5-20260702.1046/Upload/TagLauncher-8.3.5-build20260702.1046.pkg Release/AppStore-8.3.5-20260702.1046/Preflight/expanded
codesign --verify --deep --strict --verbose=2 Release/AppStore-8.3.5-20260702.1046/Preflight/expanded/com.taglauncher.app.pkg/Payload/TagLauncher.app
hdiutil verify Release/AppStore-8.3.5-20260702.1046/Archive/TagLauncher-8.3.5-build20260702.1046.dmg
```
Observed package payload metadata:
- `CFBundleShortVersionString`: `8.3.5`
- `CFBundleVersion`: `20260702.1046`
## Hashes
```text
c378548b9f5186e2e71de08a2b0efc6e33bc84e2785dd98fc62e05903026a729  Archive/TagLauncher-8.3.5-build20260702.1046.dmg
647b64ba420d60f4df1b72daff50f3174ab4c5da61b513ed0d9dc2d7eee2a417  Upload/TagLauncher-8.3.5-build20260702.1046.pkg
```
src/Release/AppStore-8.3.5-20260702.1046/Preflight/TagLauncher-AppStore-full.entitlements
New file
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>com.apple.application-identifier</key>
    <string>CR3J54M8BQ.com.taglauncher.app</string>
    <key>com.apple.developer.team-identifier</key>
    <string>CR3J54M8BQ</string>
    <key>com.apple.security.app-sandbox</key>
    <true/>
    <key>com.apple.security.files.user-selected.read-write</key>
    <true/>
    <key>keychain-access-groups</key>
    <array>
        <string>CR3J54M8BQ.*</string>
    </array>
</dict>
</plist>
src/Release/AppStore-8.3.5-20260702.1046/RELEASE_MANIFEST.md
New file
@@ -0,0 +1,54 @@
# TagLauncher 8.3.5 Release Manifest
Date: 2026-07-02
Version: 8.3.5
Build: 20260702.1046
Git commit: `01bab54`
## Scope
This release contains one product change:
- Free users can persist custom tag list order, which controls the container display order.
Protected behavior intentionally left unchanged:
- Custom hotkeys remain a Pro-only feature.
- Container-internal app icon order persistence remains Pro-only.
- Custom tag color, Pro themes, Pro display modes, app notes quota, and data import/export gates are unchanged.
## Source Changes
- `Apptag/DataLayer.swift`: removed the Pro entitlement gate from `TagEditor.reorderTags(_:)`.
- `Apptag/ContentView.swift`: removed the free-user preview-only path for tag list order persistence.
- `Apptag/PreferencesView.swift`: removed the Pro comparison row for tag list order persistence.
- `Scripts/pro_custom_container_quota_qa.sh`: updated regression checks for free tag order persistence and the Pro table row set.
- `Docs/Requirements/2026-07-01-pro-custom-container-quota-prd.md`: recorded the 8.3.5 decision update.
- `CHANGELOG.md`: added 8.3.5 release notes.
- `Apptag/Info.plist`: bumped version/build.
## QA
Commands completed successfully:
```bash
bash Scripts/pro_custom_container_quota_qa.sh
bash Scripts/pro_feature_gate_qa.sh
bash Scripts/pro_localization_qa.sh
bash Scripts/app_ordering_data_qa.sh
bash Scripts/pro_custom_hotkeys_qa.sh
bash Scripts/macos14_availability_typecheck_qa.sh
bash Scripts/pro_display_mode_preview_qa.sh
bash Scripts/theme_settings_qa.sh
APP_BUILD=20260702.1046 bash build.sh
bash Scripts/macos14_build_metadata_qa.sh build/TagLauncher.app
codesign --verify --deep --strict --verbose=2 build/TagLauncher.app
```
Release package preflight also passed. See `PKG_PREFLIGHT_REPORT.md`.
## Artifacts
- Local QA DMG: `Archive/TagLauncher-8.3.5-build20260702.1046.dmg`
- App Store upload package: `Upload/TagLauncher-8.3.5-build20260702.1046.pkg`
- Hash file: `SHA256SUMS.txt`
src/Release/AppStore-8.3.5-20260702.1046/SHA256SUMS.txt
New file
@@ -0,0 +1,2 @@
c378548b9f5186e2e71de08a2b0efc6e33bc84e2785dd98fc62e05903026a729  Archive/TagLauncher-8.3.5-build20260702.1046.dmg
647b64ba420d60f4df1b72daff50f3174ab4c5da61b513ed0d9dc2d7eee2a417  Upload/TagLauncher-8.3.5-build20260702.1046.pkg