Skip to content

Commit 48b22d0

Browse files
authored
Update README (#266)
1 parent ba64919 commit 48b22d0

File tree

2 files changed

+2
-69
lines changed

2 files changed

+2
-69
lines changed

.all-contributorsrc

-35
This file was deleted.

README.md

+2-34
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# xcbeautify
2-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
4-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
52

63
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fcpisciotta%2Fxcbeautify%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/cpisciotta/xcbeautify)
7-
84
[![CI](https://github.com/cpisciotta/xcbeautify/actions/workflows/ci.yml/badge.svg)](https://github.com/cpisciotta/xcbeautify/actions/workflows/ci.yml)
95
[![Latest Release](https://img.shields.io/github/release/cpisciotta/xcbeautify.svg)](https://github.com/cpisciotta/xcbeautify/releases/latest)
106
[![License](https://img.shields.io/github/license/cpisciotta/xcbeautify.svg)](LICENSE.md)
@@ -13,11 +9,10 @@
139

1410
**`xcbeautify` is a little beautifier tool for `xcodebuild`.**
1511

16-
Similar to `xcpretty`, but faster.
12+
A faster alternative to `xcpretty` written in Swift.
1713

1814
## Features
1915

20-
- [x] 2x faster than `xcpretty`.
2116
- [x] Human-friendly and colored output.
2217
- [x] Supports the new build system's output.
2318
- [x] Supports Xcode's parallel testing output.
@@ -28,10 +23,6 @@ Similar to `xcpretty`, but faster.
2823
bring anywhere. This also means less Ruby-dependant in your development
2924
environment and CI.
3025

31-
## Fun fact
32-
33-
`xcbeautify` uses itself to format its CI build logs.
34-
3526
## Installation
3627

3728
### Homebrew
@@ -60,7 +51,7 @@ let package = Package(
6051
name: "BuildTools",
6152
platforms: [.macOS(.v10_11)],
6253
dependencies: [
63-
.package(url: "https://github.com/cpisciotta/xcbeautify", from: "0.13.0"),
54+
.package(url: "https://github.com/cpisciotta/xcbeautify", from: "1.7.0"),
6455
],
6556
targets: [
6657
.target(name: "BuildTools", path: "")
@@ -137,26 +128,3 @@ make release version=x.y.z
137128
## Contributing
138129

139130
Please send a PR!
140-
141-
## Contributors ✨
142-
143-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
144-
145-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
146-
<!-- prettier-ignore-start -->
147-
<!-- markdownlint-disable -->
148-
<table>
149-
<tbody>
150-
<tr>
151-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nikolaykasyanov"><img src="https://avatars.githubusercontent.com/u/136644?v=4?s=100" width="100px;" alt="Nikolay Kasyanov"/><br /><sub><b>Nikolay Kasyanov</b></sub></a><br /><a href="https://github.com/cpisciotta/xcbeautify/commits?author=nikolaykasyanov" title="Code">💻</a></td>
152-
<td align="center" valign="top" width="14.28%"><a href="http://www.charlespisciotta.com"><img src="https://avatars.githubusercontent.com/u/38054839?v=4?s=100" width="100px;" alt="Charles Pisciotta"/><br /><sub><b>Charles Pisciotta</b></sub></a><br /><a href="https://github.com/cpisciotta/xcbeautify/commits?author=cpisciotta" title="Code">💻</a></td>
153-
</tr>
154-
</tbody>
155-
</table>
156-
157-
<!-- markdownlint-restore -->
158-
<!-- prettier-ignore-end -->
159-
160-
<!-- ALL-CONTRIBUTORS-LIST:END -->
161-
162-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)