Sha256: 779664a7bf56608fb4ce5ee374e1824a858f3257b1e7ba87718976d0c67ff2c6

Contents?: true

Size: 474 Bytes

Versions: 3

Compression:

Stored size: 474 Bytes

Contents

require 'fastlane_core/ui/ui'

module Fastlane
  UI = FastlaneCore::UI unless Fastlane.const_defined?("UI")

  module Helper
    class <%= plugin_name.fastlane_class %>Helper
      # class methods that you define here become available in your action
      # as `Helper::<%= plugin_name.fastlane_class %>Helper.your_method`
      #
      def self.show_message
        UI.message("Hello from the <%= plugin_name %> plugin helper!")
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 fastlane/lib/fastlane/plugins/template/lib/fastlane/plugin/%plugin_name%/helper/%plugin_name%_helper.rb.erb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/plugins/template/lib/fastlane/plugin/%plugin_name%/helper/%plugin_name%_helper.rb.erb
fastlane_hotfix-2.187.0 fastlane/lib/fastlane/plugins/template/lib/fastlane/plugin/%plugin_name%/helper/%plugin_name%_helper.rb.erb