From a4b6bc00e808e93ab3e350140e1d40ea6b7e2644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Fri, 13 Dec 2013 15:02:35 +0100 Subject: [PATCH] [install] Include XCPretty files in installation. --- Rakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rakefile b/Rakefile index 992369a2..03f62eef 100644 --- a/Rakefile +++ b/Rakefile @@ -162,6 +162,10 @@ task :install do end end + # Include the XCPretty gem. + binaries << './vendor/XCPretty/bin/xcpretty' + data.concat(FileList["./vendor/XCPretty/{LICENSE.txt,lib/**/*.rb}"]) + # Android support is not ready yet. data.delete_if { |x| x.match(/^.\/lib\/motion\/project\/template\/android/) }