Last active
November 13, 2023 23:27
-
-
Save squeaky-nose/a774e15ac5038a1fb6cbfc1379fb718d to your computer and use it in GitHub Desktop.
toggle dynamic type
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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