Bump danger from 9.3.0 to 9.3.1 (#59)
Bumps danger from 9.3.0 to 9.3.1.
updated-dependencies:
- dependency-name: danger dependency-type: direct:production update-type: version-update:semver-patch …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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:
This script fixes most of those issues. It overrides the status bars for all currently running simulators using “Apple’s defaults” — full cellular bars, full wifi bars, full battery, no “carrier” name, and
9:41
for the time.Requirements
Installation
Swift Package Manager
Add
Nine41
to thedependencies
value of yourPackage.swift
.Alternatively, you can add the package directly via Xcode.
CocoaPods
Usage
After cloning the repo, you can create a custom bash command:
Then you can run this from the command line.
Example run with 2 open simulators:
Example run with no open simulators:
Automation with Xcode build phases
As described in this post, you can automate your perfect status bars using Xcode build phases.
For Swift Package Manager installations:
For CocoaPods installations:
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.