Module: Sigh

Defined in:
lib/sigh.rb,
lib/sigh/repair.rb,
lib/sigh/resign.rb,
lib/sigh/runner.rb,
lib/sigh/manager.rb,
lib/sigh/options.rb,
lib/sigh/version.rb,
lib/sigh/download_all.rb,
lib/sigh/local_manage.rb,
lib/sigh/commands_generator.rb

Defined Under Namespace

Classes: CommandsGenerator, DownloadAll, LocalManage, Manager, Options, Repair, Resign, Runner

Constant Summary collapse

Helper =

you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore

FastlaneCore::Helper
UI =
FastlaneCore::UI
ROOT =
Pathname.new(File.expand_path('../..', __FILE__))
VERSION =
"1.12.1"

Class Attribute Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



11
12
13
# File 'lib/sigh.rb', line 11

def config
  @config
end