Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

0.2.5

Compare
Choose a tag to compare
@LegNeato LegNeato released this 21 Aug 20:38
· 247 commits to master since this release

New xctool release.

  • Dropped Xcode 5 support.
  • Switched to simctl to query test cases and run logic tests.
  • Added support for Xcode 7 beta.
  • Improved support for networking, keychain and other specific service dependent tests.
  • Pre and post action scripts defined in the active scheme are now run as expected.
  • Fixed stripping of ANSI escape codes in the test output.
  • -only option now supports wildcard prefixes for test class names and test cases.
  • Environment for app and logic tests is now the same as if you run them in Xcode.
  • Added support for workspaces and projects that are located in a subdirectory of a project root directory.
  • Improved support for projects with nested projects.
  • Improved searching of available schemes.
  • -sdk option now supports an absolute path to the sdk as a value.
  • Improved macro expansion in schemes.
  • Many other small fixes and improvements.

Thanks for the fixes to @bgertzfield, @jimix, @loufranco, @jmkk, @hiltonc, @ExtremeMan and everyone who has reported detailed bug reports.