Sha256: 4db41a2f9611c8fb45a8b1f3134daa0dd30779092d492a2f3da5873a4607bad0

Contents?: true

Size: 241 Bytes

Versions: 7

Compression:

Stored size: 241 Bytes

Contents

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

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

Version data entries

7 entries across 4 versions & 1 rubygems

Version Path
joybox-1.1.1 template/joybox-osx-example-repl/files/Rakefile.erb
joybox-1.1.1 template/joybox-osx/files/Rakefile.erb
joybox-1.1.0 template/joybox-osx-example-repl/files/Rakefile.erb
joybox-1.1.0 template/joybox-osx/files/Rakefile.erb
joybox-1.0.0 template/joybox-osx-example-repl/files/Rakefile.erb
joybox-1.0.0 template/joybox-osx/files/Rakefile.erb
joybox-0.0.6 template/joybox-osx/files/Rakefile.erb