docs(manual): batch 1 review — iOS platform row 'E2EE not yet implemented' was stale

The Three platform split table at the top of the manual said iOS
'E2EE cross-compatibility not yet implemented' even though the iOS
E2EE section below it (and IOS_E2EE_STATUS.md) clearly state it is
code-complete for the schemaVersion 2 (couple-key) daily-answer path.
The schemaVersion 3 sealed-answer path is the part that is
infrastructure-gated (paired-CI vector run + macOS end-to-end).

Replaced the row text with a one-liner that points to the existing
iOS E2EE gap sub-section so future readers don't get the wrong first
impression from the overview.

Batch 1 of the Phase 3 plan (Engineering_Reference_Manual_Plan.md).
Repository layout Android/iOS/Cloud Functions all verified against
the live source - no other drift in this batch.
This commit is contained in:
null 2026-07-08 23:18:33 -05:00
parent 6f4f98f0ad
commit ef5a2331fd
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Closer is a couples relationship app. The product goal is **private, mutual-reve
| Platform | Stack | Role | | Platform | Stack | Role |
| --- | --- | --- | | --- | --- | --- |
| Android | Kotlin, Jetpack Compose, Material 3, Hilt, Room, DataStore | Reference implementation; owns the E2EE crypto layer | | Android | Kotlin, Jetpack Compose, Material 3, Hilt, Room, DataStore | Reference implementation; owns the E2EE crypto layer |
| iOS | SwiftUI, MVVM, async/await, Firebase iOS SDK, RevenueCat | Screen parity with Android; E2EE cross-compatibility not yet implemented | | iOS | SwiftUI, MVVM, async/await, Firebase iOS SDK, RevenueCat | Screen parity with Android; E2EE cross-compatibility code-complete for schemaVersion 2 (couple-key) - see [iOS E2EE gap](#ios-e2ee-gap-status-as-of-current-batch) |
| Backend | Firebase Auth, Firestore, Cloud Functions (TypeScript), FCM, App Check | Shared source of truth for both apps | | Backend | Firebase Auth, Firestore, Cloud Functions (TypeScript), FCM, App Check | Shared source of truth for both apps |
### Data ownership ### Data ownership