build: bump pbxproj to 67 for Stage 3b + nostrconnect-polish TestFlight#38
Merged
Conversation
Internal-only build for on-device verification of two merges: - Stage 3b ProfileFetcher extraction (#37): 287 LOC moved from AppState.swift into Clave/AppState+ProfileFetcher.swift; -36.6% AppState size since the start of the refactor sprint. - Nostrconnect connect-flow polish (#36): switch-back overlay copy for same-device pairs (paste path), QR rescan dedup, and Universal-Link clarification in docs/nip46-compatibility.md. Bumps CURRENT_PROJECT_VERSION 66 -> 67 across all 4 targets in both Debug and Release configs. On-device verification gates (all in one TF cycle): - Profile flows: account add/switch/delete, PFP correctness across switches, AccountDetailView pull-to-refresh, multi-account profile fan-out fetch. - Same-device nostrconnect via paste -> new "Switch back to your client app" subtitle should render. - Cross-device nostrconnect via QR scan -> original "Stay in Clave" subtitle preserved. - QR cancel-and-rescan loop should now break (dedup against lastAcceptedScanCode). Stage 3c (ProxyClient, ~400 LOC) is the next refactor PR. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Bumps
CURRENT_PROJECT_VERSION66 → 67 so a single TF build covers both merges:Changes
Clave.xcodeproj/project.pbxproj— 8 line editsMechanical change.
Test plan
grep -c "CURRENT_PROJECT_VERSION = 67;"→ 8lastAcceptedScanCode)🤖 Generated with Claude Code