Sha256: a1d20dcbadb508f926f3e5501c1bb22ec22ee0232565df20789737543ae54a2d

Contents?: true

Size: 496 Bytes

Versions: 151

Compression:

Stored size: 496 Bytes

Contents

require 'fastlane_core/helper'
require 'fastlane/boolean'

module Cert
  # 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
  Boolean = Fastlane::Boolean
  ROOT = Pathname.new(File.expand_path('../../..', __FILE__))

  ENV['FASTLANE_TEAM_ID'] ||= ENV["CERT_TEAM_ID"]
end

Version data entries

151 entries across 151 versions & 4 rubygems

Version Path
fastlane-2.175.0 cert/lib/cert/module.rb
fastlane-2.174.0 cert/lib/cert/module.rb
fastlane-2.173.0 cert/lib/cert/module.rb
fastlane-2.172.0 cert/lib/cert/module.rb
fastlane-2.171.0 cert/lib/cert/module.rb
fastlane-2.170.0 cert/lib/cert/module.rb
fastlane-2.169.0 cert/lib/cert/module.rb
fastlane-2.168.0 cert/lib/cert/module.rb
fastlane-2.167.0 cert/lib/cert/module.rb
fastlane-2.166.0 cert/lib/cert/module.rb
fastlane-2.165.0 cert/lib/cert/module.rb
fastlane-2.164.0 cert/lib/cert/module.rb
fastlane-2.163.0 cert/lib/cert/module.rb
fastlane-2.162.0 cert/lib/cert/module.rb
fastlane-2.161.0 cert/lib/cert/module.rb
fastlane-2.160.0 cert/lib/cert/module.rb
fastlane-2.159.0 cert/lib/cert/module.rb
fastlane-2.158.0 cert/lib/cert/module.rb
fastlane-2.157.4 cert/lib/cert/module.rb
fastlane-2.157.3 cert/lib/cert/module.rb