Skip to content

Commit

Permalink
[2.0.1] update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Apr 12, 2020
1 parent c59cd05 commit 78c639f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

The changelog for `Nine41`. Also see the [releases](https://github.com/jessesquires/Nine41/releases) on GitHub.

2.0.1
-----

- Added an `.executable` product to the Swift package ([@jessesquires](https://github.com/jessesquires))

2.0.0
-----

Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@

Blog posts:

* [
Overriding status bar display settings in the iOS simulator](https://www.jessesquires.com/blog/overriding-status-bar-settings-ios-simulator/)
* [A script to automate overriding iOS simulator status bar values](https://www.jessesquires.com/blog/automating-simctl-status-bar/)
* [Overriding status bar display settings in the iOS simulator](https://www.jessesquires.com/blog/2019/09/26/overriding-status-bar-settings-ios-simulator/)
* [A script to automate overriding iOS simulator status bar values](https://www.jessesquires.com/blog/2019/09/30/automating-simctl-status-bar/)

[Xcode 11](https://developer.apple.com/documentation/xcode_release_notes/xcode_11_release_notes) shipped with `simctl status_bar`, a tool to override the status bar values in the simulator so you can take perfect screenshots.

Expand All @@ -35,7 +34,7 @@ function nine41() {
}
```

Then you can run this from the command line.
Then you can run this from the command line.

Example run with 2 open simulators:

Expand Down Expand Up @@ -69,4 +68,4 @@ Also, consider [sponsoring this project](https://www.jessesquires.com/sponsor/)

Released under an [MIT License](https://opensource.org/licenses/MIT). See `LICENSE` for details.

>**Copyright © 2019 Jesse Squires.**
> **Copyright © 2019-present Jesse Squires.**

0 comments on commit 78c639f

Please sign in to comment.