Sha256: 23e0690d465069c0a8ef6af1de599a882367b2efb622316f03e2bd784b26f38b
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.1' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-objection-0.8 | Rakefile |