9:41

Say you’re preparing AppStore screenshots by hand, taking them on the simulator. It would be really nice if the clock on them showed 9:41.

9:41

Adjusting the clock in the settings isn’t exactly convenient. It’s much easier to set it with a command and freeze it.

And here’s the command:

xcrun simctl status_bar booted override --time "9:41"

Besides the time, you can change the WiFi signal level, the cellular signal level, and the battery charge:

xcrun simctl status_bar booted override \
  --time "9:41" \
  --wifiBars 3 \
  --cellularBars 4 \
  --batteryLevel 75