Module: MotionDeployGate
- Defined in:
- lib/util.rb
Class Method Summary collapse
Class Method Details
.android? ⇒ Boolean
8 9 10 |
# File 'lib/util.rb', line 8 def android? platform == :android end |
.platform ⇒ Object
4 5 6 |
# File 'lib/util.rb', line 4 def platform Motion::Project::App.respond_to?(:template) ? Motion::Project::App.template : :ios end |