iOS Sync
Use this skill when the user asks to regenerate or refresh iOS QA/debug bridge support.
Workflow
- Identify existing debug bridge files and package references.
- Compare them against upstream templates or current app structure.
- Regenerate or update only bridge-owned files:
- StateServer
- DebugOverlay
- package wiring
- generated state accessors
- Build the app and verify that bridge support still launches.
- Report any app code that needs manual annotation or accessors.
Guardrails
- Do not overwrite hand-written app code with generated bridge code.
- Do not leave debug bridge hooks enabled for production builds.
- Preserve signing and deployment settings.