Sha256: 2830b27ab38e5b94f26b68894597499620596724ba482a9b2e54adca81d1be40

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
$:.unshift("~/.rubymotion/rubymotion-templates")

require "motion/project/template/ios"
require "motion/project/template/gem/gem_tasks"
require "bundler/setup"
Bundler.require

Motion::Project::App.setup do |app|
  app.name = 'motion-sqlite3'

  if ENV["DEFAULT_PROVISIONING_PROFILE"]
    app.provisioning_profile = ENV["DEFAULT_PROVISIONING_PROFILE"]
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
motion-sqlite3-2.0.0 Rakefile
motion-sqlite3-1.0.0 Rakefile