build: bump pbxproj to 71 for Stage 4b TestFlight (sprint complete) - #46
Merged
Conversation
…tFlight Internal-only build for verification of Stage 4b (#45) — the final extraction in the AppState god-object refactor sprint. Bumps CURRENT_PROJECT_VERSION 70 -> 71 across all 4 targets in both Debug and Release configs. Build 71 cumulative content (since last external build 62): - Sprint 5a: bunker pair-cap bypass fix + in-sheet cap gate (#41) - AppState refactor sprint, Stages 1+2+3a+3b+3c+petname+4a+4b (8 PRs total, AppState.swift 2,338 -> 348 LOC, -85.1%) - Same-device nostrconnect overlay copy + QR rescan dedup (#36) Verification gates for build 71 (final TF cycle of the sprint): - xcodebuild test passes (231/231; identical pre/post Stage 4b) ✓ - On-device exercise of alert-chain UI binding (most behavior-relevant Stage 4 verification): - Pair client + sign multiple events back-to-back -> "X of N" advances - Lock-screen approve/deny from notification (static handler check) - "Not now" dismiss-all -> chain closes, badge stays accurate - 5+ min wait with pending request -> TTL purge fires + "expired" activity entry - Background -> foreground -> bell badge updates correctly After this verifies clean, the AppState refactor sprint is officially complete. AppState.swift is a slim @observable container delegating all functional concerns to 6 extension files (5 in Clave/, 1 in Shared/). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
4 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 freeto 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.
Summary
Bumps
CURRENT_PROJECT_VERSION70 → 71 so build 71 can archive for the final verification of Stage 4b PendingApprovalCoordinator (#45) — the last extraction in the AppState refactor sprint.Build 71 cumulative content (since last external build 62)
Changes
Clave.xcodeproj/project.pbxproj— 8 line edits (4 targets × Debug + Release)Mechanical change.
Test plan
grep -c "CURRENT_PROJECT_VERSION = 71;"→ 8"expired"activity entry🤖 Generated with Claude Code