Sha256: f86f815bd135bd0e8167df5eb51e1dc681c281bb86e750deb426c340143fe2c8

Contents?: true

Size: 782 Bytes

Versions: 2

Compression:

Stored size: 782 Bytes

Contents

# frozen_string_literal: true

raise 'This file must be required within a RubyMotion project Rakefile.' unless defined?(Motion::Project::Config)

require 'motion-cocoapods'

require 'motion/project/sparkle'
require 'motion/project/install'
require 'motion/project/setup'
require 'motion/project/package'
require 'motion/project/templates'
require 'motion/project/appcast'
require 'motion/project/project'
require 'motion/project/rake_tasks'
require 'motion/project/indent_string'

lib_dir_path = File.dirname(File.expand_path(__FILE__))

POD_VERSION = '~> 2.1.0'

unless @running_specs
  Motion::Project::App.setup do |app|
    app.files.unshift(Dir.glob(File.join(lib_dir_path, 'motion-sparkle-sandbox/**/*.rb')))
    app.pods do
      pod 'Sparkle', POD_VERSION
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
motion-sparkle-sandbox-2.1.1 lib/motion-sparkle-sandbox.rb
motion-sparkle-sandbox-2.1.0 lib/motion-sparkle-sandbox.rb