Sha256: 044c36a8f5096120ffd6d772b6adae7fcb467580d8d8314be44f2662e14cb962

Contents?: true

Size: 303 Bytes

Versions: 15

Compression:

Stored size: 303 Bytes

Contents

# -*- coding: utf-8 -*-
$LOAD_PATH.unshift('/Library/RubyMotion/lib')
require 'motion/project/template/ios'

require './lib/motion_bindable'
require 'bundler'
Bundler.require

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
motion_bindable-0.3.0 Rakefile
motion_bindable-0.2.5 Rakefile
motion_bindable-0.2.4 Rakefile
motion_bindable-0.2.3 Rakefile
motion_bindable-0.2.2 Rakefile
motion_bindable-0.2.1 Rakefile
motion_bindable-0.2.0 Rakefile
motion_bindable-0.1.1 Rakefile
motion_bindable-0.1.0 Rakefile
motion_bindable-0.0.6 Rakefile
motion_bindable-0.0.5 Rakefile
motion_bindable-0.0.4 Rakefile
motion_bindable-0.0.3 Rakefile
motion_bindable-0.0.2 Rakefile
motion_bindable-0.0.1 Rakefile