xrun 0.16.0

Command Line Tools for macOS. With xrun you can run Xcode unit tests faster through the terminal.
Documentation
<p align="center">
  <img src="https://raw.githubusercontent.com/heroesofcode/xrun/main/assets/logo.png" width="530" height="230" alt="Logo">
  <br>

  <a href="https://github.com/heroesofcode/xrun/releases">
    <img src="https://img.shields.io/github/v/release/heroesofcode/xrun?style=flat&labelColor=1C2C2E&color=C96329&logo=GitHub&logoColor=white" /></a>
    
  <a href="https://crates.io/crates/xrun">
    <img src="https://img.shields.io/crates/v/xrun?style=flat&labelColor=1C2C2E&color=C96329&logo=Rust&logoColor=white" /></a>
    
  <a href="https://github.com/heroesofcode/xrun/actions/workflows/CI.yml">
    <img src="https://img.shields.io/github/actions/workflow/status/heroesofcode/xrun/CI.yml?style=flat&labelColor=1C2C2E&label=CI&color=BEC5C9&logo=GitHub%20Actions&logoColor=BEC5C9" /></a>
    
  <a href="https://github.com/heroesofcode/xrun/actions/workflows/Release.yml">
    <img src="https://img.shields.io/github/actions/workflow/status/heroesofcode/xrun/Release.yml?style=flat&labelColor=1C2C2E&color=BEC5C9&label=deploy&logo=GitHub%20Actions&logoColor=BEC5C9" /></a>
    
  <a href="https://github.com/heroesofcode/xrun/blob/main/LICENSE">
    <img src="https://img.shields.io/badge/license-MIT-BEC5C9?style=flat&labelColor=1C2C2E&logoColor=BEC5C9" /></a>
</p>

<p align="center">
  <strong>Command-line tools for macOS. With xrun, you can easily run iOS and macOS unit tests from the terminal or CI, with clearer output and a smoother workflow.</strong>
</p>

## Usage

Please see the documentation at https://heroesofcode.github.io/xrun/

## Contributing

Feel free to contribute, share ideas in issues and open pull requests

## License

xrun is released under the MIT license. See [LICENSE](https://github.com/heroesofcode/xrun/blob/main/LICENSE) for details.