mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-18 03:53:50 +08:00
[install] Include XCPretty files in installation.
This commit is contained in:
4
Rakefile
4
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/) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user