Skip to content

Commit

Permalink
Everything needs a README
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath committed Jan 29, 2012
1 parent 50a9fb9 commit 307a902
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
@@ -0,0 +1,9 @@
# XcodeBuild: A comprehensive xcodebuild wrapper and output parser

When ready, this gem will provide a simple means of executing `xcodebuild` using the Rake utility.

In addition, it will give users full control over how the build is output, by allowing the use of special build formatters; some formatters will be built-in, otherwise custom formatters can be created easily.

As well as supporting translation of `xcodebuild` output for simple build/clean commands, functionality can be extended by adding new "translations", that can be used to parse other outputs such as output from testing frameworks that integrate with the build process.

This is currently a work in progress. If you want to get an idea of how it works, read the source code. There is no documentation as yet but there is a comprehensive spec suite (acceptance specs coming soon).

0 comments on commit 307a902

Please sign in to comment.