Sha256: 4ddc3e51e8e07f59d2951114d641e584ad23d7653dafc7ff98a369693c3bee6e

Contents?: true

Size: 509 Bytes

Versions: 10

Compression:

Stored size: 509 Bytes

Contents

require 'sigh/version'
require 'sigh/resign'
require 'sigh/manager'
require 'sigh/options'

require 'fastlane_core'

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

10 entries across 10 versions & 1 rubygems

Version Path
sigh-1.8.0 lib/sigh.rb
sigh-1.7.0 lib/sigh.rb
sigh-1.6.1 lib/sigh.rb
sigh-1.6.0 lib/sigh.rb
sigh-1.5.0 lib/sigh.rb
sigh-1.4.1 lib/sigh.rb
sigh-1.4.0 lib/sigh.rb
sigh-1.3.1 lib/sigh.rb
sigh-1.3.0 lib/sigh.rb
sigh-1.2.2 lib/sigh.rb