Sha256: b5c15e5f2852fab325c755ed96d7e6379007b94eb38b55537dea7a739dec7574
Contents?: true
Size: 229 Bytes
Versions: 4
Compression:
Stored size: 229 Bytes
Contents
$:.unshift("/Library/RubyMotion/lib") require 'motion/project' require 'bundler' Bundler.require Motion::Project::App.setup do |app| app.name = 'Hai' app.identifier = 'com.rubymotion.Hai' app.device_family = :iphone end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
teacup-2.0.2 | samples/Hai/Rakefile |
teacup-2.0.0 | samples/Hai/Rakefile |
teacup-1.3.4 | samples/Hai/Rakefile |
teacup-1.3.3 | samples/Hai/Rakefile |