class Motion::Project::App

Public Class Methods

build(platform, opts = {})
Also aliased as: build_without_sparkle
Alias for: build_with_sparkle
build_with_sparkle(platform, opts = {}) click to toggle source
# File lib/motion/project/project.rb, line 17
def build_with_sparkle(platform, opts = {})
  if App.config.sparkle.setup_ok?
    App.info "Sparkle", "Setup OK"
  else
    exit 1
  end
  build_without_sparkle(platform, opts)
end
Also aliased as: build
build_without_sparkle(platform, opts = {})
Alias for: build