Class: Fastlane::Helper::UpdateXcodeprojHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/update_xcodeproj/helper/update_xcodeproj_helper.rb

Class Method Summary collapse

Class Method Details

.show_messageObject

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



9
10
11
# 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