Sha256: 27bb7944d50c118312c1eedfaeb6ac0cda9827004519e9fb6bbef2e41d73fcc9

Contents?: true

Size: 345 Bytes

Versions: 10

Compression:

Stored size: 345 Bytes

Contents

# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios'
require "bundler/gem_tasks"
require "bundler/setup"
Bundler.require :default

$:.unshift("./lib/")
require './lib/afmotion'

Motion::Project::App.setup do |app|
  # Use `rake config' to see complete project settings.
  app.name = 'AFMotion'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
afmotion-2.2.0 Rakefile
afmotion-2.1.5 Rakefile
afmotion-2.1.4 Rakefile
afmotion-2.1.3 Rakefile
afmotion-2.1.2 Rakefile
afmotion-2.1.1 Rakefile
afmotion-2.1.0 Rakefile
afmotion-2.0.0 Rakefile
afmotion-2.0.0.rc2 Rakefile
afmotion-2.0.0.rc1 Rakefile