release: v1.1 (build 6)#129
Merged
Merged
Conversation
Bumps CFBundleVersion 5 → 6 (main app + Live Activity), keeps marketing version 1.1. Adds ITSAppUsesNonExemptEncryption = false so App Store Connect auto-answers export-compliance on every future upload — the app uses only standard OS-provided HTTPS for the opt-in album-art / artist- photo fetchers. Also stages the v1.1 App Store screenshots (originals + sips-padded 1320×2868 set under appstore/) for attaching to the v1.1 listing. Tracking: #128 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
19 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tracking issue: #128.
What this is
A small App Store submission build over the same v1.1 release. No new tag, no marketing-version bump — we're shipping
1.1 (6)against the samev1.1GitHub release, per the user decision recorded on #128.Changes in build 6 (vs build 5)
f2b1d34206bebadocs/getting-started.html)8c4c3f0ea3eab7add9d9eeb29086Plus this PR's own edits:
project.yml:CFBundleVersion5 → 6 (main app + Live Activity);ITSAppUsesNonExemptEncryption: falseon the main app so App Store Connect auto-answers export-compliance going forward.xcodegen generate(Info.plist regenerated to match).v1.1 build 6 — 2026-05-09subsection under the existing v1.1 release notes.docs/screenshots/v1.1/*.jpg, sips-padded 1320×2868 set underdocs/screenshots/v1.1/appstore/).docs/index.htmlis unchanged — no user-visible feature changes since v1.1 shipped.Security review
Walked the criteria from the release-agent prompt against
git diff v1.1..HEADplus this PR's own edits..env-style files — none committed.getting-started.html) only links externally withtarget="_blank" rel="noopener". The TestFlight URL in README + landing resolves totestflight.apple.com/join/y4Nmt7V1(legitimate Apple TestFlight invitation domain).Canvasdrawing — no I/O, noURLSession, noFileManager. The SettingsView change adds an in-memory tap counter that resets on.onDisappear.WKWebView/ external-URL flows — none.URLSessionconfigurations that disable TLS validation — none.ITSAppUsesNonExemptEncryption: false, which narrows the export-compliance attestation (declares no non-exempt cryptography is used). The app continues to use only standard OS-provided HTTPS for the existing opt-in album-art / artist-photo fetchers.ExportOptions.plist— already-tracked sinceadd9d9e. NocompileBitcode/signingCertificate/ TLS-disabling fields; justapp-storemethod, team79DDZ6D8WT, automatic signing.No
[BLOCKING]findings. No[ADVISORY]findings. Clean.Smoke pass — TESTING.md Section A
Run on iPhone 17 simulator (iOS 26.4, ID
53741523-1988-4492-8737-D8173B9B5F6C):xcodegen generateproduces no diff inproject.pbxprojafter re-running. (Verified — second invocation idempotent.)xcodebuild build … -configuration Debugis green with zero new warnings. (Build log grepped forwarning:/error:returned nothing.)For You/Smart Play+Browse(All Tracks / Artists / Albums / Language / Folders) all render against the Charcoal Phosphor backdrop.)simctl launch).git statusclean before commit (no.DS_Store/ build artifacts).Spot-check: llama easter egg is a stateless
Canvasview inLlamaSilhouette.swiftrevealed by 5 Version-row taps within 2s inSettingsView. Diff reviewed; tap counter resets on.onDisappearand on window-exceeded. No persistence, no network, no file I/O.Workflow note
Per project policy, wait for the designer agent's Codex review before merging. After merge: archive, export, upload to App Store Connect via
xcrun altoolusing the API key already at~/.appstoreconnect/private_keys/AuthKey_SRTMB3ZZUN.p8. The user will attach build 6 to the v1.1 listing and click Submit themselves — release agent stops at upload.After upload, will amend the existing v1.1 GitHub release notes with a "Build 6 (2026-05-09)" subsection. Will not move the
v1.1tag.