Class: Motion::Project::App

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

Class Method Summary collapse

Class Method Details

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



22
23
24
25
# File 'lib/motion.h.rb', line 22

def build_with_motion_h(platform, opts = {})
  config.bridgesupport_files.concat(config.motion_h)
  build_without_motion_h(platform, opts)
end