Skip to content

Instantly share code, notes, and snippets.

@fitomad
Last active January 2, 2021 22:56
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/477ec0155aec260fff75b07192b35587 to your computer and use it in GitHub Desktop.
Save fitomad/477ec0155aec260fff75b07192b35587 to your computer and use it in GitHub Desktop.
#!/bin/zsh
# The right time
xcrun simctl status_bar booted override --time 09:41
# WiFi & Cellular network
xcrun simctl status_bar booted override --dataNetwork wifi
xcrun simctl status_bar booted override --wifiBars 3
xcrun simctl status_bar booted override --cellularBars 4
# 100% battery level
xcrun simctl status_bar booted override --batteryLevel 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment