Skip to content

Instantly share code, notes, and snippets.

@sushant-here
Created November 13, 2023 23:28
Show Gist options
  • Save sushant-here/94950cb2d4280187c1efe388c93c23e2 to your computer and use it in GitHub Desktop.
Save sushant-here/94950cb2d4280187c1efe388c93c23e2 to your computer and use it in GitHub Desktop.
Toggle night mode
while [ 1 ]
do
xcrun simctl ui booted appearance dark
sleep 2
xcrun simctl ui booted appearance light
sleep 2
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment