Last active
November 20, 2019 11:51
-
-
Save vtourraine/7e194b5d6b2ab1a7fe1c7eea235769ba to your computer and use it in GitHub Desktop.
Clean the iOS Simulator status bar for the currently booted simulator
This file contains 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
xcrun simctl status_bar `xcrun simctl list devices | grep "Booted" | sed -e 's/.* (\(.*\)) (Booted.*/\1/'` override --time "9:41" --batteryState charged --batteryLevel 100 --cellularBars 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment