Skip to content

Releases: vitorbaraujo/batler

0.3.0

04 Dec 22:25
Compare
Choose a tag to compare

Added

  • Add coverage command
    • It outputs the coverage after running batler test. For more information, run batler coverage --help.

0.2.0

04 Dec 15:35
Compare
Choose a tag to compare

Added

  • Add test command
    • This replaces the behaviour when running batler. Now, in order to run tests, run batler test.
    • For more information, run batler test --help.

0.1.0

03 Dec 22:55
Compare
Choose a tag to compare

Added

  • Initial version. It contains:
    • Support for running xcodebuild <clean|build|test>
    • Some xcodebuild configurations: workspace, destination, scheme, derived data path and xcode version (or xcode hardcoded path)
    • Support for running tests using any available simulator