Go to file
Alexander Ignition 9925443be4 Revert "Bump version catbird 0.8.1"
This reverts commit 3bfbed3b7d.
2021-11-04 12:43:25 +03:00
.github Move bump-formula.sh to folder 2021-11-03 19:28:24 +03:00
.swiftpm/xcode/package.xcworkspace Added package 2020-10-26 20:06:54 +03:00
Formula Added brew intalation 2020-10-26 21:56:28 +03:00
Images Added package 2020-10-26 20:06:54 +03:00
Sources Refactored XcodeIssue.parse(_:) 2020-10-27 18:53:27 +03:00
Tests/XCGHTests Added package 2020-10-26 20:06:54 +03:00
.gitignore Initial commit 2020-10-26 20:00:38 +03:00
Gemfile Create realese workflow 2021-10-30 17:28:47 +03:00
Gemfile.lock Create realese workflow 2021-10-30 17:28:47 +03:00
LICENSE Initial commit 2020-10-26 20:00:38 +03:00
Package.swift Added package 2020-10-26 20:06:54 +03:00
README.md Added brew intalation 2020-10-26 21:56:28 +03:00
catbird.rb Revert "Bump version catbird 0.8.1" 2021-11-04 12:43:25 +03:00

README.md

🛠 xc-gh ⚠️

Xcode logs formatter GitHub Action

warning error

Installation

brew tap Alexander-Ignition/xc-gh https://github.com/Alexander-Ignition/xc-gh.git
brew install xc-gh

Usage

Swift package manager

$ set -o pipefail && swift test 2>&1 | xc-gh

xcodebuild

$ set -o pipefail && xcodebuild [flags] 2>&1 | xc-gh