class Motion::Project::App

Public Class Methods

build(platform, opts = {})
Also aliased as: build_without_screenspecs
build_with_screenspecs(platform, opts = {}) click to toggle source
# File lib/motion-screenspecs.rb, line 32
def build_with_screenspecs(platform, opts = {})
  unless File.exist?('vendor/Pods/KSScreenshotManager')
    Rake::Task["pod:install"].reenable
    Rake::Task["pod:install"].invoke
  end
  build_without_screenspecs(platform, opts)
end
Also aliased as: build
build_without_screenspecs(platform, opts = {})
Alias for: build