module Xamversion::Platform

Constants

ANDROID
IOS
OSX

Public Class Methods

from_lane_context(context) click to toggle source
# File lib/fastlane/plugin/xamversion/helper/platform.rb, line 7
def self.from_lane_context(context)
  current_platform = context[:PLATFORM_NAME].to_s

  current_platform
end