class Fastlane::Helper::UpdateXcodeprojHelper

Public Class Methods

show_message() click to toggle source

class methods that you define here become available in your action as `Helper::UpdateXcodeprojHelper.your_method`

# File lib/fastlane/plugin/update_xcodeproj/helper/update_xcodeproj_helper.rb, line 9
def self.show_message
  UI.message("Hello from the update_xcodeproj plugin helper!")
end