Sha256: 5e31c064ba5d3a368fd53612bdbcbba3ffa11f021f978b0eb8972b72d79c7778

Contents?: true

Size: 225 Bytes

Versions: 13

Compression:

Stored size: 225 Bytes

Contents

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

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
formotion-1.8 examples/Login/Rakefile
formotion-1.7 examples/Login/Rakefile
formotion-1.6 examples/Login/Rakefile
formotion-1.5.1 examples/Login/Rakefile
formotion-1.5.0 examples/Login/Rakefile
formotion-1.4.0 examples/Login/Rakefile
formotion-1.3.1 examples/Login/Rakefile
formotion-1.3 examples/Login/Rakefile
formotion-1.2 examples/Login/Rakefile
formotion-1.1.5 examples/Login/Rakefile
formotion-1.1.4 examples/Login/Rakefile
formotion-1.1.3 examples/Login/Rakefile
formotion-1.1.2 examples/Login/Rakefile