Feature Request
Add support for changing the iOS Simulator's Dynamic Type setting directly via RocketSim's CLI.
This would let developers script Dynamic Type changes as part of automated workflows (e.g. screenshot generation, accessibility testing, agent-driven UI verification) without needing to open the Simulator's Settings app or use the RocketSim UI.
Example usage
rocketsim dynamic-type set <size>
Where <size> could be one of the standard Dynamic Type content size categories (e.g. xSmall, small, medium, large, xLarge, xxLarge, xxxLarge, accessibilityMedium, accessibilityLarge, accessibilityXL, accessibilityXXL, accessibilityXXXL).
Why
- Enables automated accessibility testing across all Dynamic Type sizes
- Useful for AI agents iterating through font sizes to verify layouts
- Integrates with CI pipelines for regression checks
Requested by Eslam via X.
Feature Request
Add support for changing the iOS Simulator's Dynamic Type setting directly via RocketSim's CLI.
This would let developers script Dynamic Type changes as part of automated workflows (e.g. screenshot generation, accessibility testing, agent-driven UI verification) without needing to open the Simulator's Settings app or use the RocketSim UI.
Example usage
Where
<size>could be one of the standard Dynamic Type content size categories (e.g.xSmall,small,medium,large,xLarge,xxLarge,xxxLarge,accessibilityMedium,accessibilityLarge,accessibilityXL,accessibilityXXL,accessibilityXXXL).Why
Requested by Eslam via X.