Go to file
Jesse Squires db8d62edfe
remove .github/ to use defaults
2020-01-18 19:13:24 -08:00
.gitignore Initial commit 2019-09-30 12:52:26 -07:00
LICENSE Initial commit 2019-09-30 12:52:26 -07:00
README.md Update README.md 2019-09-30 18:15:10 -07:00
nine41.swift Use -j to get list of devices as JSON 2019-09-30 19:05:22 -07:00

README.md

Nine41

Automate overriding the status bars for all running iOS simulators

About

Blog posts:

Xcode 11 shipped with simctl status_bar, a tool to override the status bar values in the simulator so you can take perfect screenshots.

However, it has some issues:

  • The overrides do not persist across launches of the simulator
  • The numerous override options are difficult to remember
  • There are no sensible defaults

This script fixes that. It overrides the status bars for all currently running simulators using "Apple's defaults" — full cellular bars, full wifi bars, full battery, and 9:41 for the time.

License

Released under an MIT License. See LICENSE for details.

Copyright © 2019 Jesse Squires.