Sha256: 4016eb5bc137d62f93c58a1fc08b8597eafe7b1b9baad071f789590233ef80b4
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
$:.unshift("/Library/RubyMotion/lib") require 'motion/project' Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'trollify' app.frameworks += ['QuartzCore', 'AssetsLibrary', 'MobileCoreServices'] app.icons = ['icon.png', 'icon@2x.png'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubymotionr-0.0.1 | spec/multiple-rubymotion-apps/Trollify/Rakefile |