Sha256: ef7acef608457c405e5cdcb00417ea1e49f506cd2831e4c3f7e4332d58ff914d

Contents?: true

Size: 512 Bytes

Versions: 16

Compression:

Stored size: 512 Bytes

Contents

require 'sigh/version'
require 'sigh/dependency_checker'
require 'sigh/resign'
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

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

  DependencyChecker.check_dependencies
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
sigh-0.10.7 lib/sigh.rb
sigh-0.10.6 lib/sigh.rb
sigh-0.10.5 lib/sigh.rb
sigh-0.10.4 lib/sigh.rb
sigh-0.10.3 lib/sigh.rb
sigh-0.10.2 lib/sigh.rb
sigh-0.10.1 lib/sigh.rb
sigh-0.10.0 lib/sigh.rb
sigh-0.9.0 lib/sigh.rb
sigh-0.8.0 lib/sigh.rb
sigh-0.6.0 lib/sigh.rb
sigh-1.0.0.beta6 lib/sigh.rb
sigh-1.0.0.beta5 lib/sigh.rb
sigh-1.0.0.beta3 lib/sigh.rb
sigh-1.0.0.beta2 lib/sigh.rb
sigh-1.0.0.beta1 lib/sigh.rb