Sha256: f2c351d8e2fd027ef70eb035f1669c8f51c7562bb88662e4c15e51af7b34cbf2
Contents?: true
Size: 536 Bytes
Versions: 1
Compression:
Stored size: 536 Bytes
Contents
require 'fastlane_core' require 'sigh/version' require 'sigh/resign' require 'sigh/manager' require 'sigh/options' require 'sigh/local_manage' module Sigh # Use this to just setup the configuration attribute and set it later somewhere else class << self attr_accessor :config end Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore UI = FastlaneCore::UI ENV['FASTLANE_TEAM_ID'] ||= ENV["SIGH_TEAM_ID"] ENV['DELIVER_USER'] ||= ENV["SIGH_USERNAME"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sigh-1.9.0 | lib/sigh.rb |