tfe / Nine41

Automate overriding the status bars for all running iOS simulators

Home Page:https://www.jessesquires.com/blog/automating-simctl-status-bar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Contributing

Interested in making contributions to this project? Please review the guides below.

Also, consider sponsoring this project or buying my apps! ✌️

License

Released under an MIT License. See LICENSE for details.

Copyright © 2019 Jesse Squires.

About

Automate overriding the status bars for all running iOS simulators

https://www.jessesquires.com/blog/automating-simctl-status-bar/

License:MIT License


Languages

Language:Swift 100.0%