Sha256: eb96abf74c9f132feee6afb30fc3b8057b47d550967d564baa99835c14a670aa

Contents?: true

Size: 321 Bytes

Versions: 2

Compression:

Stored size: 321 Bytes

Contents

task :install do
  if File.exist?(File.join('..','.git'))
    sh "cd .. && git submodule init"
    sh "cd .. && git submodule update"
  end
  sh "cd WaxSim && xcodebuild install DSTROOT=../../ INSTALL_PATH=/ext/bin"
  sh "cd iCuke && rake"
end

task :clean do
  sh "cd iCuke && rake clean"
end

task :default => :install

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iCuke-0.7.0 ext/Rakefile
iCuke-0.6.6 ext/Rakefile