module CsProj::Platform

Constants

ANDROID
IOS
OSX

Public Class Methods

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

  current_platform
end