Sha256: 934d99c6bf8930500078506e1fed639ea4624ca0895f2fadc74fb0d7eb2dc948
Contents?: true
Size: 686 Bytes
Versions: 4
Compression:
Stored size: 686 Bytes
Contents
# -*- coding: utf-8 -*- $:.unshift("/Library/RubyMotion/lib") require 'motion/project/template/ios' require 'bundler' Bundler.require require 'under-os' require 'motion-facon' if ARGV[0] == 'spec' Motion::Project::App.setup do |app| app.name = 'uos-demo' app.identifier = 'com.under-os.demo' app.specs_dir = './spec/lib' app.version = UnderOs::VERSION app.codesign_certificate = ENV['RUBYMOTION_CERTIFICATE'] app.provisioning_profile = ENV['RUBYMOTION_PROFILE'] if ARGV[0] == 'spec' app.name = 'uos-spec' app.identifier = 'com.under-os.spec' app.files << 'spec/assets/test_page.rb' app.resources_dirs.unshift "./spec/assets/" end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
under-os-1.3.0 | Rakefile |
under-os-1.2.1 | Rakefile |
under-os-1.2.0 | Rakefile |
under-os-1.1.0 | Rakefile |