Sha256: 2fa752e76c3c150659797fc3dbf46a9147d136868883b46eb950eefcaf694c2c

Contents?: true

Size: 572 Bytes

Versions: 456

Compression:

Stored size: 572 Bytes

Contents

require 'fastlane_core'
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

456 entries across 456 versions & 1 rubygems

Version Path
fastlane-2.7.0 sigh/lib/sigh.rb
fastlane-2.6.0 sigh/lib/sigh.rb
fastlane-2.5.0 sigh/lib/sigh.rb
fastlane-2.4.0 sigh/lib/sigh.rb
fastlane-2.3.1 sigh/lib/sigh.rb
fastlane-2.3.0 sigh/lib/sigh.rb
fastlane-2.2.0 sigh/lib/sigh.rb
fastlane-2.1.3 sigh/lib/sigh.rb
fastlane-2.1.2 sigh/lib/sigh.rb
fastlane-2.1.1 sigh/lib/sigh.rb
fastlane-2.1.0 sigh/lib/sigh.rb
fastlane-2.0.5 sigh/lib/sigh.rb
fastlane-2.0.4 sigh/lib/sigh.rb
fastlane-2.0.3 sigh/lib/sigh.rb
fastlane-2.0.2 sigh/lib/sigh.rb
fastlane-2.0.1 sigh/lib/sigh.rb