Sha256: 2a25a31398d6fba6b580ce2a732deabcfc4973c0b107bbc19a63b1dec007c001

Contents?: true

Size: 595 Bytes

Versions: 11

Compression:

Stored size: 595 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
  ROOT = Pathname.new(File.expand_path('../..', __FILE__))

  ENV['FASTLANE_TEAM_ID'] ||= ENV["SIGH_TEAM_ID"]
  ENV['DELIVER_USER'] ||= ENV["SIGH_USERNAME"]
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sigh-2.0.1 lib/sigh.rb
sigh-1.12.1 lib/sigh.rb
sigh-1.12.0 lib/sigh.rb
sigh-1.11.2 lib/sigh.rb
sigh-1.11.1 lib/sigh.rb
sigh-1.11.0 lib/sigh.rb
sigh-1.10.4 lib/sigh.rb
sigh-1.10.3 lib/sigh.rb
sigh-1.10.2 lib/sigh.rb
sigh-1.10.1 lib/sigh.rb
sigh-1.10.0 lib/sigh.rb