Sha256: 3b83e8e610892eaa192a9eeb5ffbfcf3aecb3c1c9bf9e9d2b07d5eb39e70d0ad

Contents?: true

Size: 351 Bytes

Versions: 4

Compression:

Stored size: 351 Bytes

Contents

require "bundler/gem_tasks"
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project'
require 'rubygems'
require 'bundler/setup'
require 'xcodeproj'
require 'motion-objc'

Motion::Project::App.setup do |app|
  app.name = 'MotionObjCTest'
  app.identifier = 'hk.ignition.objc'
  app.version = '1.0.0'
  app.objc_files = Dir.glob("objc/**/*.*")
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
motion-objc-0.2.1 Rakefile
motion-objc-0.2.0 Rakefile
motion-objc-0.1.1 Rakefile
motion-objc-0.1.0 Rakefile