Sha256: 7d9657c680012738ec7cfa7f5bcbd61aedeec1accf452100c9e8c68a9e59cf20

Contents?: true

Size: 601 Bytes

Versions: 1

Compression:

Stored size: 601 Bytes

Contents

$:.unshift("/Library/RubyMotion/lib")
$:.unshift("~/.rubymotion/rubymotion-templates")

# case ENV.fetch('platform', 'ios') # allow setting from the command line, default to iOS
# when 'ios' then require 'motion/project/template/ios'
# when 'osx' then require 'motion/project/template/osx'
# when 'android' then require 'motion/project/template/android'
# else raise "Unsupported platform #{ENV['platform']}"
# end

require 'motion/project/template/ios'
require 'motion/project/template/gem/gem_tasks'
require 'bundler'
Bundler.require

Motion::Project::App.setup do |app|
  app.name = 'moticons'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moticons-1.1.0 Rakefile