Sha256: f91cc3d8578172d4e00b778cc762d2214020a1848ae62ce600c56e54f2a5495b
Contents?: true
Size: 438 Bytes
Versions: 4
Compression:
Stored size: 438 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.3.1' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
motion-objection-0.8.6 | Rakefile |
motion-objection-0.8.5 | Rakefile |
motion-objection-0.8.4 | Rakefile |
motion-objection-0.8.3 | Rakefile |