fix Xcode project testability

This commit is contained in:
2026-04-10 09:45:29 +02:00
parent 9e687d0cf2
commit efe2f9cfea
2 changed files with 27 additions and 26 deletions
+2 -2
View File
@@ -22,12 +22,12 @@ This is the canonical working plan and progress log for the project. Use this fi
- Backend bet coverage now includes invalid-session and invalid-market rejection regressions, plus settlement override coverage.
- Backend analytics coverage now includes a representative key user flow batch.
- iOS project scaffolding now exists as `mobile/ios-app/HermesApp.xcodeproj` with a shared scheme and XCTest target.
- iOS sources and tests typecheck against the iPhone simulator SDK, and a standalone localization/error-mapping harness passes.
- iOS sources and tests build and pass in Xcode on an iPhone simulator, and a standalone localization/error-mapping harness passes.
### Still Open
- Continue through the remaining plan phases and finish any leftover localization and polish work.
- Run Xcode build/test validation once the local Xcode license is accepted; `xcodebuild` is currently blocked by the license gate in this environment.
- Keep the iOS project in sync with the plan as the app grows.
- Keep expanding tests around session, odds, settlement, and analytics behavior.
## 1. Purpose