From 307a9023185c024c91f376c5f761c7c0c9f6cede Mon Sep 17 00:00:00 2001 From: Luke Redpath Date: Sun, 29 Jan 2012 19:57:54 +0000 Subject: [PATCH] Everything needs a README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c1a94df --- /dev/null +++ b/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).