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