Sha256: 845d334d387fb00b35ab53b625b5587a4e4ade9c63e50742257a895a9c74e4ed

Contents?: true

Size: 516 Bytes

Versions: 552

Compression:

Stored size: 516 Bytes

Contents

require 'fastlane_core/ui/ui'
require 'fastlane_core/helper'

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

552 entries across 552 versions & 2 rubygems

Version Path
fastlane-2.154.0 sigh/lib/sigh/module.rb
fastlane-2.153.1 sigh/lib/sigh/module.rb
fastlane-2.153.0 sigh/lib/sigh/module.rb
fastlane-2.152.0 sigh/lib/sigh/module.rb
fastlane-2.151.2 sigh/lib/sigh/module.rb
fastlane-2.151.1 sigh/lib/sigh/module.rb
fastlane-2.151.0 sigh/lib/sigh/module.rb
fastlane-2.150.3 sigh/lib/sigh/module.rb
fastlane-2.150.2 sigh/lib/sigh/module.rb
fastlane-2.150.1 sigh/lib/sigh/module.rb
fastlane-2.150.0 sigh/lib/sigh/module.rb
fastlane-2.150.0.rc7 sigh/lib/sigh/module.rb
fastlane-2.150.0.rc6 sigh/lib/sigh/module.rb
fastlane-2.150.0.rc5 sigh/lib/sigh/module.rb
fastlane-2.150.0.rc4 sigh/lib/sigh/module.rb
fastlane-2.150.0.rc3 sigh/lib/sigh/module.rb
fastlane-2.150.0.rc2 sigh/lib/sigh/module.rb
fastlane-2.150.0.rc1 sigh/lib/sigh/module.rb
fastlane-2.149.1 sigh/lib/sigh/module.rb
fastlane-2.149.0 sigh/lib/sigh/module.rb