Class: Motion::Project::App
- Inherits:
-
Object
- Object
- Motion::Project::App
- Defined in:
- lib/motion/project/project.rb
Class Method Summary collapse
- .build_with_sparkle(platform, opts = {}) ⇒ Object (also: build)
Class Method Details
.build_with_sparkle(platform, opts = {}) ⇒ Object Also known as: build
17 18 19 20 21 22 23 24 |
# 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 |