Socket
Book a DemoInstallSign in
Socket

xcpretty-yoomoney-formatter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xcpretty-yoomoney-formatter

bundlerRubygems
Version
1.0.8
Version published
Maintainers
1
Created
Source

XCPretty TeamCity Formatter

Custom formatter for xcpretty with some syntactic sugar for presentation on TeamCity.

Installation

This formatter is distributed via RubyGems, and depends on a version of xcpretty >= 0.0.7 (when custom formatters were introduced). Run:

gem install xcpretty-yoomoney-formatter

Usage

Specify xcpretty-yoomoney-formatter as a custom formatter to xcpretty:

#!/bin/bash

xcodebuild | xcpretty -f `xcpretty-yoomoney-formatter`

How it works

The --formatter option takes a file path as an argument, which is returned by the xcpretty-yoomoney-formatter binary. It must be evaluated before the xcpretty arguments are evaluated, hence the backtick wrapping. The specified file must return a Ruby subclass of XCPretty::Formatter, which will then receive formatter_* method invocations as the build output is parsed.

FAQs

Package last updated on 15 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts