Sha256: a1d20dcbadb508f926f3e5501c1bb22ec22ee0232565df20789737543ae54a2d

Contents?: true

Size: 496 Bytes

Versions: 150

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

150 entries across 150 versions & 4 rubygems

Version Path
fastlane-2.225.0 cert/lib/cert/module.rb
fastlane-2.224.0 cert/lib/cert/module.rb
fastlane-2.223.1 cert/lib/cert/module.rb
fastlane-2.223.0 cert/lib/cert/module.rb
fastlane-2.222.0 cert/lib/cert/module.rb
fastlane-2.221.1 cert/lib/cert/module.rb
fastlane-2.221.0 cert/lib/cert/module.rb
fastlane-2.220.0 cert/lib/cert/module.rb
fastlane-2.219.0 cert/lib/cert/module.rb
fastlane-2.218.0 cert/lib/cert/module.rb
fastlane-security-patched-2.216.0 cert/lib/cert/module.rb
fastlane-2.217.0 cert/lib/cert/module.rb
fastlane-2.216.0 cert/lib/cert/module.rb
fastlane-2.215.1 cert/lib/cert/module.rb
fastlane-2.215.0 cert/lib/cert/module.rb
fastlane-mercafacil-2.214.0 cert/lib/cert/module.rb
fastlane-2.214.0 cert/lib/cert/module.rb
fastlane-2.213.0 cert/lib/cert/module.rb
fastlane-2.212.2 cert/lib/cert/module.rb
fastlane_pricing_fix-2.212.1 cert/lib/cert/module.rb