Sha256: 3c5a83d0599283625a79490828ed787d70ad58af7634a866ef136a509b9201ea

Contents?: true

Size: 436 Bytes

Versions: 1

Compression:

Stored size: 436 Bytes

Contents

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

$:.unshift("./lib/")
require './lib/motion-objection'

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

  if ENV['DEV_CERT']
    app.codesign_certificate = ENV['DEV_CERT']
  end
  app.identifier = 'com.atomicobject.motion-objection'

  app.pods do 
    pod "Objection", '~>1.2'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
motion-objection-0.8.1 Rakefile