Skip to content

Instantly share code, notes, and snippets.

@sushant-here
Last active November 13, 2023 23:27
Show Gist options
  • Save sushant-here/a774e15ac5038a1fb6cbfc1379fb718d to your computer and use it in GitHub Desktop.
Save sushant-here/a774e15ac5038a1fb6cbfc1379fb718d to your computer and use it in GitHub Desktop.
toggle dynamic type
while [ 1 ]
do
xcrun simctl ui booted content_size extra-extra-large
sleep 2
xcrun simctl ui booted content_size medium
sleep 2
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment