-
Name
-
xcpretty
-
Version
-
0.4.1
-
Platform
-
ruby
-
Authors
-
Marin Usalj
Delisa Mason
-
Bindir
-
bin
-
Date
-
2025-03-26 00:00:00 UTC
-
Dependencies
-
rouge (~> 3.28.0)
bundler (~> 2.1.4, development)
rake (>= 0, development)
rubocop (~> 0.34.0, development)
rspec (= 2.99.0, development)
cucumber (~> 1.0, development)
-
Description
-
Xcodebuild formatter designed to be piped with `xcodebuild`,
and thus keeping 100% compatibility.
It has modes for CI, running tests (RSpec dot-style),
and it can also mine Bitcoins.
-
Email
-
marin2211@gmail.com
iskanamagus@gmail.com
-
Executables
-
xcpretty
-
Files
-
.gitignore
.hound.yml
.kick
.rubocop.yml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Gemfile
LICENSE.txt
README.md
Rakefile
assets/report.html.erb
bin/xcpretty
features/assets/RACCommandSpec_enabled_signal_should_send_YES_while_executing_is_YES.png
features/assets/apple_raw.png
features/custom_formatter.feature
features/custom_reporter.feature
features/fixtures/xcodebuild.log
features/html_report.feature
features/json_compilation_database_report.feature
features/junit_report.feature
features/knock_format.feature
features/simple_format.feature
features/steps/custom_reporter_steps.rb
features/steps/formatting_steps.rb
features/steps/html_steps.rb
features/steps/json_steps.rb
features/steps/junit_steps.rb
features/steps/report_steps.rb
features/steps/xcpretty_steps.rb
features/support/env.rb
features/tap_format.feature
features/test_format.feature
features/xcpretty.feature
lib/xcpretty.rb
lib/xcpretty/ansi.rb
lib/xcpretty/formatters/formatter.rb
lib/xcpretty/formatters/knock.rb
lib/xcpretty/formatters/rspec.rb
lib/xcpretty/formatters/simple.rb
lib/xcpretty/formatters/tap.rb
lib/xcpretty/parser.rb
lib/xcpretty/printer.rb
lib/xcpretty/reporters/html.rb
lib/xcpretty/reporters/json_compilation_database.rb
lib/xcpretty/reporters/junit.rb
lib/xcpretty/reporters/reporter.rb
lib/xcpretty/snippet.rb
lib/xcpretty/syntax.rb
lib/xcpretty/term.rb
lib/xcpretty/version.rb
spec/fixtures/NSStringTests.m
spec/fixtures/constants.rb
spec/fixtures/custom_formatter.rb
spec/fixtures/custom_reporter.rb
spec/fixtures/oneliner.m
spec/fixtures/raw_kiwi_compilation_fail.txt
spec/fixtures/raw_kiwi_fail.txt
spec/fixtures/raw_specta_fail.txt
spec/spec_helper.rb
spec/support/matchers/colors.rb
spec/xcpretty/ansi_spec.rb
spec/xcpretty/formatters/formatter_spec.rb
spec/xcpretty/formatters/rspec_spec.rb
spec/xcpretty/formatters/simple_spec.rb
spec/xcpretty/parser_spec.rb
spec/xcpretty/printer_spec.rb
spec/xcpretty/reporters/junit_spec.rb
spec/xcpretty/reporters/reporter_spec.rb
spec/xcpretty/snippet_spec.rb
spec/xcpretty/syntax_spec.rb
spec/xcpretty/term_spec.rb
xcpretty.gemspec
-
Homepage
-
https://github.com/supermarin/xcpretty
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 2.0.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.2.32
-
Specification version
-
4
-
Summary
-
xcodebuild formatter done right
-
Test files
-
features/assets/RACCommandSpec_enabled_signal_should_send_YES_while_executing_is_YES.png
features/assets/apple_raw.png
features/custom_formatter.feature
features/custom_reporter.feature
features/fixtures/xcodebuild.log
features/html_report.feature
features/json_compilation_database_report.feature
features/junit_report.feature
features/knock_format.feature
features/simple_format.feature
features/steps/custom_reporter_steps.rb
features/steps/formatting_steps.rb
features/steps/html_steps.rb
features/steps/json_steps.rb
features/steps/junit_steps.rb
features/steps/report_steps.rb
features/steps/xcpretty_steps.rb
features/support/env.rb
features/tap_format.feature
features/test_format.feature
features/xcpretty.feature
spec/fixtures/NSStringTests.m
spec/fixtures/constants.rb
spec/fixtures/custom_formatter.rb
spec/fixtures/custom_reporter.rb
spec/fixtures/oneliner.m
spec/fixtures/raw_kiwi_compilation_fail.txt
spec/fixtures/raw_kiwi_fail.txt
spec/fixtures/raw_specta_fail.txt
spec/spec_helper.rb
spec/support/matchers/colors.rb
spec/xcpretty/ansi_spec.rb
spec/xcpretty/formatters/formatter_spec.rb
spec/xcpretty/formatters/rspec_spec.rb
spec/xcpretty/formatters/simple_spec.rb
spec/xcpretty/parser_spec.rb
spec/xcpretty/printer_spec.rb
spec/xcpretty/reporters/junit_spec.rb
spec/xcpretty/reporters/reporter_spec.rb
spec/xcpretty/snippet_spec.rb
spec/xcpretty/syntax_spec.rb
spec/xcpretty/term_spec.rb
-
Original platform
-
ruby
-
New platform
-
ruby