Class: Motion::Project::App

Inherits:
Object
  • Object
show all
Defined in:
lib/motion/project/project.rb

Class Method Summary collapse

Class Method Details

.build_with_sparkle(platform, opts = {}) ⇒ Object Also known as: build



20
21
22
23
24
25
26
# File 'lib/motion/project/project.rb', line 20

def build_with_sparkle(platform, opts = {})
  App.fail 'Sparkle not setup correctly' unless App.config.sparkle.setup_ok?

  App.info 'Sparkle', 'Setup OK'

  build_without_sparkle(platform, opts)
end