class Motion::Project::App
Public Class Methods
build_with_motion_h(platform, opts = {})
click to toggle source
# 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
Also aliased as: build