Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xcode_log_parser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xcode_log_parser

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

xcode_log_parser

This is an alternative approach to generate JUnit files for your CI (e.g. Jenkins) without parsing the xcodebuild output, but the resulting Xcode plist files.

Installation

Add this to your Gemfile

gem xcode_log_parser

and run

bundle install

Alternatively you can install the gem system-wide using sudo gem install xcode_log_parser.

Usage

If you use fastlane, check out the official fastlane plugin on how to use xcode_log_parser in fastlane.

Run tests
cd [project]
scan --derived_data_path "output"
Convert the plist files to junit
xcode_log_parser

You can also pass a custom directory containing the plist files

xcode_log_parser --path ./something

For more information run

xcode_log_parser --help

FAQs

Package last updated on 27 Jul 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc