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.67.0.beta.20171122010004 sigh/lib/sigh.rb
fastlane-2.66.2 sigh/lib/sigh.rb
fastlane-2.66.1 sigh/lib/sigh.rb
fastlane-2.67.0.beta.20171121010003 sigh/lib/sigh.rb
fastlane-2.66.0 sigh/lib/sigh.rb
fastlane-2.65.0 sigh/lib/sigh.rb
fastlane-2.65.0.beta.20171120010003 sigh/lib/sigh.rb
fastlane-2.65.0.beta.20171119010004 sigh/lib/sigh.rb
fastlane-2.65.0.beta.20171118010003 sigh/lib/sigh.rb
fastlane-2.65.0.beta.20171117010003 sigh/lib/sigh.rb
fastlane-2.65.0.beta.20171116010004 sigh/lib/sigh.rb
fastlane-2.65.0.beta.20171115010004 sigh/lib/sigh.rb
fastlane-2.65.0.beta.20171114010003 sigh/lib/sigh.rb
fastlane-2.64.1 sigh/lib/sigh.rb
fastlane-2.65.0.beta.20171113010004 sigh/lib/sigh.rb
fastlane-2.65.0.beta.20171112010003 sigh/lib/sigh.rb
fastlane-2.65.0.beta.20171111010004 sigh/lib/sigh.rb
fastlane-2.65.0.beta.20171110010003 sigh/lib/sigh.rb
fastlane-2.65.0.beta.20171109010003 sigh/lib/sigh.rb
fastlane-2.65.0.beta.20171108010003 sigh/lib/sigh.rb