Sha256: 2a8657db4351d7ae01d3b3984192a5e38b5d7751a77309e06ca64d4c5421e14d

Contents?: true

Size: 512 Bytes

Versions: 3

Compression:

Stored size: 512 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

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 cert/lib/cert/module.rb
fastlane_hotfix-2.165.0 cert/lib/cert/module.rb
fastlane_hotfix-2.187.0 cert/lib/cert/module.rb