Add iOS simulator launch scripts
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
# iOS Hardening Notes
|
||||
|
||||
Phase 6 real-device validation is blocked on this machine until the Xcode license is accepted.
|
||||
The local Xcode prerequisite gate now passes with Xcode 26.5 and the iOS 26.5 simulator runtime.
|
||||
|
||||
Current local blocker:
|
||||
Validated commands:
|
||||
|
||||
```text
|
||||
You have not agreed to the Xcode license agreements. Please run 'sudo xcodebuild -license' from within a Terminal window to review and agree to the Xcode and Apple SDKs license.
|
||||
```bash
|
||||
DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer scripts/check-ios-prereqs.sh
|
||||
DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer xcodebuild -scheme TeleTuiIOSApp -destination 'generic/platform=iOS Simulator' build
|
||||
```
|
||||
|
||||
Implemented hardening hooks:
|
||||
@@ -14,7 +15,7 @@ Implemented hardening hooks:
|
||||
- Account switches increment a session generation counter.
|
||||
- Events are accepted only when both account id and generation match the active session, preventing stale events from a previous account from reaching view models.
|
||||
|
||||
Manual smoke still required after Xcode/TDLib device setup:
|
||||
Manual smoke still required after real TDLib device setup:
|
||||
|
||||
1. Auth with real Telegram credentials.
|
||||
2. Load chats, open multiple chats, send/edit/delete/reply/forward/react.
|
||||
|
||||
Reference in New Issue
Block a user