Sha256: 6f9f07327287a04b96ac9f2e51581401ee6ba063b058d9334dd2e0cb420f32bf

Contents?: true

Size: 349 Bytes

Versions: 3

Compression:

Stored size: 349 Bytes

Contents

module Fastlane
  module Helper
    class LaneHelper
      def self.current_platform
        return Fastlane::Actions.lane_context[Fastlane::Actions::SharedValues::PLATFORM_NAME]
      end

      def self.current_lane
        return Fastlane::Actions.lane_context[Fastlane::Actions::SharedValues::LANE_NAME]
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 fastlane/lib/fastlane/helper/lane_helper.rb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/helper/lane_helper.rb
fastlane_hotfix-2.187.0 fastlane/lib/fastlane/helper/lane_helper.rb