arc-xcode-test-engine icon indicating copy to clipboard operation
arc-xcode-test-engine copied to clipboard

An Xcode test engine for use with Phabricator's arc command line tool.

Results 1 arc-xcode-test-engine issues
Sort by recently updated
recently updated
newest added

Hey, In the engine code, there is a `find` command that can easily break if the framework was already built for another target: ```php $future = new ExecFuture("find %C |...