diff --git a/CHANGELOG.md b/CHANGELOG.md index 86999ee..10b779e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ----- diff --git a/README.md b/README.md index c7a07dd..9a607af 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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: @@ -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.**