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.70.3 sigh/lib/sigh.rb
fastlane-2.71.0.beta.20171221010003 sigh/lib/sigh.rb
fastlane-2.70.2 sigh/lib/sigh.rb
fastlane-2.71.0.beta.20171220010004 sigh/lib/sigh.rb
fastlane-2.71.0.beta.20171219010003 sigh/lib/sigh.rb
fastlane-2.70.1 sigh/lib/sigh.rb
fastlane-2.70.0 sigh/lib/sigh.rb
fastlane-2.70.0.beta.20171217010003 sigh/lib/sigh.rb
fastlane-2.70.0.beta.20171216010003 sigh/lib/sigh.rb
fastlane-2.70.0.beta.20171215010003 sigh/lib/sigh.rb
fastlane-2.69.3 sigh/lib/sigh.rb
fastlane-2.70.0.beta.20171214010003 sigh/lib/sigh.rb
fastlane-2.69.2 sigh/lib/sigh.rb
fastlane-2.69.1 sigh/lib/sigh.rb
fastlane-2.70.0.beta.20171213010003 sigh/lib/sigh.rb
fastlane-2.69.0 sigh/lib/sigh.rb
fastlane-2.69.0.beta.20171212010004 sigh/lib/sigh.rb
fastlane-2.69.0.beta.20171211010003 sigh/lib/sigh.rb
fastlane-2.69.0.beta.20171210010003 sigh/lib/sigh.rb
fastlane-2.69.0.beta.20171209010003 sigh/lib/sigh.rb