class Motion::Project::App

Public Class Methods

build(platform, opts = {})
Also aliased as: build_without_motion_h
Alias for: build_with_motion_h
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
build_without_motion_h(platform, opts = {})
Alias for: build