build: bump pbxproj to 68 for Stage 3c ProxyClient TestFlight#40
Merged
Conversation
Internal-only build for on-device verification of [#39] (the final Stage 3 sub-extraction; -561 LOC from AppState.swift, [Pair] logger relocated). Bumps CURRENT_PROJECT_VERSION 67 -> 68 across all 4 targets in both Debug and Release configs. Stage 3c verification gates (all in one TF cycle): - xcodebuild test passes pre/post (232/232; no test count change) ✓ - Build 68 archives + uploads to TestFlight (this PR enables) - Live network paths exercised on device: - Cold launch -> ensureRegisteredFresh fires - Pair a fresh client -> pairClientWithProxy registers URI relays with proxy + emits [Pair] log breadcrumbs - Sign one event end-to-end (proxy catches request -> APNs -> NSE -> response published) - Settings -> Register button (registerWithProxy) - Delete an account -> unregisterWithProxy + unpairClientWithProxy fire on the deleted account's pubkey Stage 3 is now complete: - Stage 1: RelayUtils.swift (pure helpers) - Stage 2: legacy migration deletion - Stage 3a: AppState+NostrConnect.swift - Stage 3b: AppState+ProfileFetcher.swift - Stage 3c: AppState+ProxyClient.swift (this) AppState.swift: 2,338 -> 922 LOC (-60.6% from sprint start). Stage 4 (AccountManager + PendingApprovalCoordinator, ~700 LOC) is the final extraction. 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_VERSION67 → 68 so build 68 can be archived for on-device verification of PR #39 — the final Stage 3 sub-extraction.Changes
Clave.xcodeproj/project.pbxproj— 8 line edits (4 targets × Debug + Release)Mechanical change.
Test plan
grep -c "CURRENT_PROJECT_VERSION = 68;"→ 8AppState+ProxyClient.swift):ensureRegisteredFreshfires[Pair] pair-client begin/oklogsunregisterWithProxy+unpairClientWithProxyfire on the deleted pubkey🤖 Generated with Claude Code