Sha256: 24796e73783b143cb1a0d9bff56aaec63029f35f539238b4eb62ea6ca1d03c80

Contents?: true

Size: 439 Bytes

Versions: 510

Compression:

Stored size: 439 Bytes

Contents

require 'fastlane_core/helper'

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
  ROOT = Pathname.new(File.expand_path('../../..', __FILE__))

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

Version data entries

510 entries across 510 versions & 2 rubygems

Version Path
fastlane-2.76.0.beta.20180112010003 cert/lib/cert/module.rb
fastlane-2.76.0.beta.20180111010004 cert/lib/cert/module.rb
fastlane-2.76.0.beta.20180110010004 cert/lib/cert/module.rb
fastlane-2.75.1 cert/lib/cert/module.rb
fastlane-2.75.0 cert/lib/cert/module.rb
fastlane-2.75.0.beta.20180109010003 cert/lib/cert/module.rb
fastlane-2.74.1 cert/lib/cert/module.rb
fastlane-2.74.0 cert/lib/cert/module.rb
fastlane-2.74.0.beta.20180108010004 cert/lib/cert/module.rb
fastlane-2.74.0.beta.20180107010004 cert/lib/cert/module.rb