Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

DyCI/xcactivity-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xcactivity-parser

Build Status
Script, that allows to get a list of compilation parameters for specified file. Search is performed in directory that contains .xcactivity log files

Usage: xcactivity-parser.py [options]

Options:
  -h, --help            show this help message and exit
  -x XCACTIVITY_FILES_DIR, --xcactivity-files-dir=XCACTIVITY_FILES_DIR
                        Directory where .xcactivity files are located
  -f FILE, --file=FILE  File for which parameters are searching for
  -a ARCH, --arch=ARCH  Architecture for which file was compiled
  -w, --working-dir     Add working dir before compilation line

Tests

For running tests - please simply run
make test

This should work for you. If not - you can check, how travis is performing testing (see travis.yml)

About

Script, that allows to get a list of compilation parameters for specified file. Search is performed in directory that contains .xcactivity log files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published