Sha256: 6530cab31afddb67af28def402f83d71ccea4e11251fa7a2a4dcf96fd7ec7cdd
Contents?: true
Size: 311 Bytes
Versions: 4
Compression:
Stored size: 311 Bytes
Contents
$:.unshift('/Library/RubyMotion/lib') require 'motion/project' require 'bundler' Bundler.require Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'teacup' app.identifier = 'com.rubymotion.teacup' app.vendor_project 'vendor/TeacupDummy', :static end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
teacup-1.2.2 | Rakefile |
teacup-1.0.4 | Rakefile |
teacup-1.0.3 | Rakefile |
teacup-1.0.0 | Rakefile |