module MotionDeployGate

Public Instance Methods

android?() click to toggle source
# File lib/util.rb, line 8
def android?
  platform == :android
end
platform() click to toggle source
# File lib/util.rb, line 4
def platform
  Motion::Project::App.respond_to?(:template) ? Motion::Project::App.template : :ios
end